Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c4471 INIT_STAT(&priv->fw_pend_stat); in ipw2100_tx_initialize()
4478 INIT_STAT(&priv->tx_pend_stat); in ipw2100_tx_initialize()
4479 INIT_STAT(&priv->tx_free_stat); in ipw2100_tx_initialize()
4498 INIT_STAT(&priv->txq_stat); in ipw2100_tx_initialize()
4620 INIT_STAT(&priv->rxq_stat); in ipw2100_rx_initialize()
6108 INIT_STAT(&priv->msg_free_stat); in ipw2100_alloc_device()
6109 INIT_STAT(&priv->msg_pend_stat); in ipw2100_alloc_device()
6113 INIT_STAT(&priv->tx_free_stat); in ipw2100_alloc_device()
6114 INIT_STAT(&priv->tx_pend_stat); in ipw2100_alloc_device()
6117 INIT_STAT(&priv->fw_pend_stat); in ipw2100_alloc_device()
Dipw2100.h388 #define INIT_STAT(x) do { \ macro