Home
last modified time | relevance | path

Searched refs:rx_busy (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dl2cap_sock.c1224 struct l2cap_rx_busy *rx_busy = in l2cap_sock_recvmsg() local
1225 list_first_entry(&pi->rx_busy, in l2cap_sock_recvmsg()
1230 list_del(&rx_busy->list); in l2cap_sock_recvmsg()
1231 kfree(rx_busy); in l2cap_sock_recvmsg()
1548 if (!rx_busy) { in l2cap_sock_recv_cb()
1552 rx_busy->skb = skb; in l2cap_sock_recv_cb()
1553 list_add_tail(&rx_busy->list, &pi->rx_busy); in l2cap_sock_recv_cb()
1788 list_for_each_entry_safe(rx_busy, next, &l2cap_pi(sk)->rx_busy, list) { in l2cap_sock_destruct()
1789 kfree_skb(rx_busy->skb); in l2cap_sock_destruct()
1790 list_del(&rx_busy->list); in l2cap_sock_destruct()
[all …]
/linux-6.15/drivers/net/wireless/ath/
H A Dhw.c167 common->cc_ani.rx_busy += busy; in ath_hw_cycle_counters_update()
172 common->cc_survey.rx_busy += busy; in ath_hw_cycle_counters_update()
H A Dath.h47 u32 rx_busy; member
/linux-6.15/sound/soc/ux500/
H A Dux500_msp_i2s.c419 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local
437 rx_busy = (msp->dir_busy & MSP_DIR_RX) > 0; in ux500_msp_i2s_open()
442 if (rx_busy && rx_sel) { in ux500_msp_i2s_open()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dlink.c557 survey->time_busy += cc->rx_busy / div; in ath_update_survey_stats()
566 ret = cc->rx_busy * 100 / cc->cycles; in ath_update_survey_stats()
H A Dar9003_phy.c2143 PCT(rx_busy), PCT(rx_frame), PCT(tx_frame)); in ar9003_hw_bb_watchdog_dbg_info()
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c663 ah->survey.time_busy += cc->rx_busy / div; in ath5k_get_survey()
H A Ddebug.c720 CC_PRINT(as->last_cc, rx_busy)); in read_file_ani()
/linux-6.15/include/net/bluetooth/
H A Dl2cap.h702 struct list_head rx_busy; member
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c863 u64 rx_page, rx_buf, rx_reuse, rx_alloc, rx_waive, rx_busy; in i40e_update_vsi_stats() local
901 rx_busy = 0; in i40e_update_vsi_stats()
939 rx_busy += p->rx_stats.page_busy_count; in i40e_update_vsi_stats()
971 vsi->rx_page_busy = rx_busy; in i40e_update_vsi_stats()