Searched refs:rx_busy (Results 1 – 10 of 10) sorted by relevance
/linux/net/bluetooth/ |
H A D | l2cap_sock.c | 1210 while (!list_empty(&pi->rx_busy)) { in l2cap_sock_recvmsg() 1211 struct l2cap_rx_busy *rx_busy = in l2cap_sock_recvmsg() local 1212 list_first_entry(&pi->rx_busy, in l2cap_sock_recvmsg() 1215 if (__sock_queue_rcv_skb(sk, rx_busy->skb) < 0) in l2cap_sock_recvmsg() 1217 list_del(&rx_busy->list); in l2cap_sock_recvmsg() 1218 kfree(rx_busy); in l2cap_sock_recvmsg() 1500 if (chan->mode == L2CAP_MODE_ERTM && !list_empty(&pi->rx_busy)) { in l2cap_sock_recv_cb() 1534 struct l2cap_rx_busy *rx_busy = in l2cap_sock_recv_cb() local 1535 kmalloc(sizeof(*rx_busy), GFP_KERNEL); in l2cap_sock_recv_cb() 1536 if (!rx_busy) { in l2cap_sock_recv_cb() [all …]
|
/linux/drivers/net/wireless/ath/ |
H A D | hw.c | 167 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 D | ath.h | 47 u32 rx_busy; member
|
/linux/sound/soc/ux500/ |
H A D | ux500_msp_i2s.c | 419 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 D | link.c | 528 survey->time_busy += cc->rx_busy / div; in ath_update_survey_stats() 537 ret = cc->rx_busy * 100 / cc->cycles; in ath_update_survey_stats()
|
H A D | ar9003_phy.c | 2143 PCT(rx_busy), PCT(rx_frame), PCT(tx_frame)); in ar9003_hw_bb_watchdog_dbg_info()
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | mac80211-ops.c | 663 ah->survey.time_busy += cc->rx_busy / div; in ath5k_get_survey()
|
H A D | debug.c | 720 CC_PRINT(as->last_cc, rx_busy)); in read_file_ani()
|
/linux/include/net/bluetooth/ |
H A D | l2cap.h | 702 struct list_head rx_busy; member
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 863 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()
|