Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dl2cap_sock.c1248 while (!list_empty(&pi->rx_busy)) { in l2cap_sock_recvmsg()
1249 struct l2cap_rx_busy *rx_busy = in l2cap_sock_recvmsg() local
1250 list_first_entry(&pi->rx_busy, in l2cap_sock_recvmsg()
1253 if (__sock_queue_rcv_skb(sk, rx_busy->skb) < 0) in l2cap_sock_recvmsg()
1255 list_del(&rx_busy->list); in l2cap_sock_recvmsg()
1256 kfree(rx_busy); in l2cap_sock_recvmsg()
1540 if (chan->mode == L2CAP_MODE_ERTM && !list_empty(&pi->rx_busy)) { in l2cap_sock_recv_cb()
1574 struct l2cap_rx_busy *rx_busy = kmalloc_obj(*rx_busy); in l2cap_sock_recv_cb() local
1575 if (!rx_busy) { in l2cap_sock_recv_cb()
1809 struct l2cap_rx_busy *rx_busy, *next; l2cap_sock_destruct() local
[all...]
/linux/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/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/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/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/include/net/bluetooth/
H A Dl2cap.h704 struct list_head rx_busy;
703 struct list_head rx_busy; global() member
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c871 u64 rx_page, rx_buf, rx_reuse, rx_alloc, rx_waive, rx_busy; in i40e_update_vsi_stats() local
909 rx_busy = 0; in i40e_update_vsi_stats()
947 rx_busy += p->rx_stats.page_busy_count; in i40e_update_vsi_stats()
979 vsi->rx_page_busy = rx_busy; in i40e_update_vsi_stats()