Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c4482 INIT_STAT(&priv->fw_pend_stat); in ipw2100_tx_initialize()
4489 INIT_STAT(&priv->tx_pend_stat); in ipw2100_tx_initialize()
4490 INIT_STAT(&priv->tx_free_stat); in ipw2100_tx_initialize()
4509 INIT_STAT(&priv->txq_stat); in ipw2100_tx_initialize()
4631 INIT_STAT(&priv->rxq_stat); in ipw2100_rx_initialize()
6119 INIT_STAT(&priv->msg_free_stat); in ipw2100_alloc_device()
6120 INIT_STAT(&priv->msg_pend_stat); in ipw2100_alloc_device()
6124 INIT_STAT(&priv->tx_free_stat); in ipw2100_alloc_device()
6125 INIT_STAT(&priv->tx_pend_stat); in ipw2100_alloc_device()
6128 INIT_STAT(&priv->fw_pend_stat); in ipw2100_alloc_device()
Dipw2100.h388 #define INIT_STAT(x) do { \ macro