Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c4483 INIT_STAT(&priv->fw_pend_stat); in ipw2100_tx_initialize()
4490 INIT_STAT(&priv->tx_pend_stat); in ipw2100_tx_initialize()
4491 INIT_STAT(&priv->tx_free_stat); in ipw2100_tx_initialize()
4510 INIT_STAT(&priv->txq_stat); in ipw2100_tx_initialize()
4633 INIT_STAT(&priv->rxq_stat); in ipw2100_rx_initialize()
6122 INIT_STAT(&priv->msg_free_stat); in ipw2100_alloc_device()
6123 INIT_STAT(&priv->msg_pend_stat); in ipw2100_alloc_device()
6127 INIT_STAT(&priv->tx_free_stat); in ipw2100_alloc_device()
6128 INIT_STAT(&priv->tx_pend_stat); in ipw2100_alloc_device()
6131 INIT_STAT(&priv->fw_pend_stat); in ipw2100_alloc_device()
Dipw2100.h388 #define INIT_STAT(x) do { \ macro