Home
last modified time | relevance | path

Searched refs:wmm_tx_pending (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c796 if (atomic_inc_return(&priv->wmm_tx_pending[index]) >= MAX_TX_PENDING) { in mwifiex_queue_tx_pkt()
1148 p += sprintf(p, "wmm_tx_pending[0] = %d\n", in mwifiex_drv_info_dump()
1149 atomic_read(&priv->wmm_tx_pending[0])); in mwifiex_drv_info_dump()
1150 p += sprintf(p, "wmm_tx_pending[1] = %d\n", in mwifiex_drv_info_dump()
1151 atomic_read(&priv->wmm_tx_pending[1])); in mwifiex_drv_info_dump()
1152 p += sprintf(p, "wmm_tx_pending[2] = %d\n", in mwifiex_drv_info_dump()
1153 atomic_read(&priv->wmm_tx_pending[2])); in mwifiex_drv_info_dump()
1154 p += sprintf(p, "wmm_tx_pending[3] = %d\n", in mwifiex_drv_info_dump()
1155 atomic_read(&priv->wmm_tx_pending[3])); in mwifiex_drv_info_dump()
H A Dtxrx.c318 if (atomic_dec_return(&priv->wmm_tx_pending[index]) < LOW_TX_PENDING) { in mwifiex_write_data_complete()
H A Duap_txrx.c223 atomic_inc(&priv->wmm_tx_pending[index]); in mwifiex_uap_queue_bridged_pkt()
H A Dmain.h611 atomic_t wmm_tx_pending[IEEE80211_NUM_ACS]; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c818 if (atomic_inc_return(&priv->wmm_tx_pending[index]) >= MAX_TX_PENDING) { in mwifiex_queue_tx_pkt()
1170 p += sprintf(p, "wmm_tx_pending[0] = %d\n", in mwifiex_drv_info_dump()
1171 atomic_read(&priv->wmm_tx_pending[0])); in mwifiex_drv_info_dump()
1172 p += sprintf(p, "wmm_tx_pending[1] = %d\n", in mwifiex_drv_info_dump()
1173 atomic_read(&priv->wmm_tx_pending[1])); in mwifiex_drv_info_dump()
1174 p += sprintf(p, "wmm_tx_pending[2] = %d\n", in mwifiex_drv_info_dump()
1175 atomic_read(&priv->wmm_tx_pending[2])); in mwifiex_drv_info_dump()
1176 p += sprintf(p, "wmm_tx_pending[3] = %d\n", in mwifiex_drv_info_dump()
1177 atomic_read(&priv->wmm_tx_pending[3])); in mwifiex_drv_info_dump()
H A Dtxrx.c314 if (atomic_dec_return(&priv->wmm_tx_pending[index]) < LOW_TX_PENDING) { in mwifiex_write_data_complete()
H A Duap_txrx.c211 atomic_inc(&priv->wmm_tx_pending[index]); in mwifiex_uap_queue_bridged_pkt()
H A Dmain.h593 atomic_t wmm_tx_pending[IEEE80211_NUM_ACS]; member

Completed in 14 milliseconds