Home
last modified time | relevance | path

Searched refs:CFG_NET_STATS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1054 #define CFG_NET_STATS (1<<12) macro
H A Dipw2200.c1842 return sprintf(buf, "%c\n", (priv->config & CFG_NET_STATS) ? '1' : '0'); in net_stats_show()
1850 priv->config |= CFG_NET_STATS; in net_stats_store()
1852 priv->config &= ~CFG_NET_STATS; in net_stats_store()
8167 if (priv->config & CFG_NET_STATS) { in ipw_handle_mgmt_packet()