sfxge(4): cleanup: add const qualifier to const array pointer
Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
This commit is contained in:
parent
69621b26c0
commit
a260bd77cf
@ -1357,8 +1357,8 @@ siena_ev_qcreate(
|
||||
|
||||
#if EFSYS_OPT_QSTATS
|
||||
#if EFSYS_OPT_NAMES
|
||||
/* START MKCONFIG GENERATED EfxEventQueueStatNamesBlock b693ddf85aee1bfd */
|
||||
static const char *__efx_ev_qstat_name[] = {
|
||||
/* START MKCONFIG GENERATED EfxEventQueueStatNamesBlock c0f3bc5083b40532 */
|
||||
static const char * const __efx_ev_qstat_name[] = {
|
||||
"all",
|
||||
"rx",
|
||||
"rx_ok",
|
||||
|
@ -515,8 +515,8 @@ efx_mac_filter_default_rxq_clear(
|
||||
|
||||
#if EFSYS_OPT_NAMES
|
||||
|
||||
/* START MKCONFIG GENERATED EfxMacStatNamesBlock 054d43a31d2d7a45 */
|
||||
static const char *__efx_mac_stat_name[] = {
|
||||
/* START MKCONFIG GENERATED EfxMacStatNamesBlock c11b91b42f922516 */
|
||||
static const char * const __efx_mac_stat_name[] = {
|
||||
"rx_octets",
|
||||
"rx_pkts",
|
||||
"rx_unicst_pkts",
|
||||
|
@ -126,8 +126,8 @@ efx_mon_init(
|
||||
|
||||
#if EFSYS_OPT_NAMES
|
||||
|
||||
/* START MKCONFIG GENERATED MonitorStatNamesBlock 31f437eafb0b0437 */
|
||||
static const char *__mon_stat_name[] = {
|
||||
/* START MKCONFIG GENERATED MonitorStatNamesBlock 5daa2a5725ba734b */
|
||||
static const char * const __mon_stat_name[] = {
|
||||
"value_2_5v",
|
||||
"value_vccp1",
|
||||
"value_vcc",
|
||||
|
@ -336,8 +336,8 @@ efx_phy_module_get_info(
|
||||
|
||||
#if EFSYS_OPT_NAMES
|
||||
|
||||
/* START MKCONFIG GENERATED PhyStatNamesBlock d5f79b4bc2c050fe */
|
||||
static const char *__efx_phy_stat_name[] = {
|
||||
/* START MKCONFIG GENERATED PhyStatNamesBlock af9ffa24da3bc100 */
|
||||
static const char * const __efx_phy_stat_name[] = {
|
||||
"oui",
|
||||
"pma_pmd_link_up",
|
||||
"pma_pmd_rx_fault",
|
||||
|
@ -1029,8 +1029,8 @@ siena_tx_qdesc_dma_create(
|
||||
|
||||
#if EFSYS_OPT_QSTATS
|
||||
#if EFSYS_OPT_NAMES
|
||||
/* START MKCONFIG GENERATED EfxTransmitQueueStatNamesBlock 9d8d26a0a5e2c453 */
|
||||
static const char *__efx_tx_qstat_name[] = {
|
||||
/* START MKCONFIG GENERATED EfxTransmitQueueStatNamesBlock 2866874ecd7a363b */
|
||||
static const char * const __efx_tx_qstat_name[] = {
|
||||
"post",
|
||||
"post_pio",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user