/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_core.c | 36 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_determine_min_weight_queue() 60 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_recalculate_weights() 106 if (skb_queue_len(&common->tx_queue[q_num])) in rsi_get_num_pkts_dequeue() 121 if (skb_queue_len(&common->tx_queue[q_num]) - pkt_cnt) in rsi_get_num_pkts_dequeue() 145 if (skb_queue_len(&common->tx_queue[MGMT_BEACON_Q])) { in rsi_core_determine_hal_queue() 149 if (skb_queue_len(&common->tx_queue[MGMT_SOFT_Q])) { in rsi_core_determine_hal_queue() 172 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_core_determine_hal_queue() 187 q_len = skb_queue_len(&common->tx_queue[q_num]); in rsi_core_determine_hal_queue() 200 q_len = skb_queue_len(&common->tx_queue[q_num]); in rsi_core_determine_hal_queue() 291 ((skb_queue_len(&common->tx_queue[q_num])) <= in rsi_core_qos_processor() [all …]
|
H A D | rsi_91x_debugfs.c | 145 skb_queue_len(&common->tx_queue[MGMT_SOFT_Q])); in rsi_stats_read() 153 skb_queue_len(&common->tx_queue[VO_Q])); in rsi_stats_read() 159 skb_queue_len(&common->tx_queue[VI_Q])); in rsi_stats_read() 165 skb_queue_len(&common->tx_queue[BE_Q])); in rsi_stats_read() 171 skb_queue_len(&common->tx_queue[BK_Q])); in rsi_stats_read()
|
/linux/drivers/net/can/dev/ |
H A D | rx-offload.c | 93 skb_queue_len(head)); in __skb_queue_add_sort() 149 if (unlikely(skb_queue_len(&offload->skb_queue) > in can_rx_offload_offload_one() 227 if (skb_queue_len(&offload->skb_queue) > in can_rx_offload_queue_timestamp() 271 if (skb_queue_len(&offload->skb_queue) > in can_rx_offload_queue_tail() 320 queue_len = skb_queue_len(&offload->skb_queue); in can_rx_offload_irq_finish() 341 queue_len = skb_queue_len(&offload->skb_queue); in can_rx_offload_threaded_irq_finish()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_debug.c | 321 "Mgmt endpoint", skb_queue_len(&priv->tx.mgmt_ep_queue)); in read_file_queue() 324 "Cab endpoint", skb_queue_len(&priv->tx.cab_ep_queue)); in read_file_queue() 327 "Data BE endpoint", skb_queue_len(&priv->tx.data_be_queue)); in read_file_queue() 330 "Data BK endpoint", skb_queue_len(&priv->tx.data_bk_queue)); in read_file_queue() 333 "Data VI endpoint", skb_queue_len(&priv->tx.data_vi_queue)); in read_file_queue() 336 "Data VO endpoint", skb_queue_len(&priv->tx.data_vo_queue)); in read_file_queue() 339 "Failed queue", skb_queue_len(&priv->tx.tx_failed)); in read_file_queue()
|
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 266 skb_queue_len(&ar->tx_pending[0]), in carl9170_debugfs_qos_stat_read() 267 skb_queue_len(&ar->tx_status[0]), in carl9170_debugfs_qos_stat_read() 268 skb_queue_len(&ar->tx_pending[1]), in carl9170_debugfs_qos_stat_read() 269 skb_queue_len(&ar->tx_status[1]), in carl9170_debugfs_qos_stat_read() 270 skb_queue_len(&ar->tx_pending[2]), in carl9170_debugfs_qos_stat_read() 271 skb_queue_len(&ar->tx_status[2]), in carl9170_debugfs_qos_stat_read() 272 skb_queue_len(&ar->tx_pending[3]), in carl9170_debugfs_qos_stat_read() 273 skb_queue_len(&ar->tx_status[3])); in carl9170_debugfs_qos_stat_read() 331 " currently queued:%d\n", skb_queue_len(&iter->queue)); in carl9170_debugfs_ampdu_state_read()
|
/linux/net/core/ |
H A D | gro_cells.c | 30 if (skb_queue_len(&cell->napi_skbs) > READ_ONCE(net_hotdata.max_backlog)) { in gro_cells_receive() 39 if (skb_queue_len(&cell->napi_skbs) == 1) in gro_cells_receive()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | flowring.c | 269 (skb_queue_len(&ring->skblist) > BRCMF_FLOWRING_HIGH)) { in brcmf_flowring_enqueue() 278 if (skb_queue_len(&ring->skblist) < BRCMF_FLOWRING_LOW) in brcmf_flowring_enqueue() 281 return skb_queue_len(&ring->skblist); in brcmf_flowring_enqueue() 297 (skb_queue_len(&ring->skblist) < BRCMF_FLOWRING_LOW)) { in brcmf_flowring_dequeue() 328 return skb_queue_len(&ring->skblist); in brcmf_flowring_qlen()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | beacon.c | 142 nframes = skb_queue_len(&data.q); in mt7603_pre_tbtt_tasklet() 146 } while (nframes != skb_queue_len(&data.q) && in mt7603_pre_tbtt_tasklet() 147 skb_queue_len(&data.q) < 8); in mt7603_pre_tbtt_tasklet()
|
/linux/net/nfc/ |
H A D | llcp_commands.c | 664 skb_queue_len(&sock->tx_pending_queue) >= sock->remote_rw && in nfc_llcp_send_i_frame() 665 skb_queue_len(&sock->tx_queue) >= 2 * sock->remote_rw)) { in nfc_llcp_send_i_frame() 667 skb_queue_len(&sock->tx_pending_queue)); in nfc_llcp_send_i_frame() 673 skb_queue_len(&sock->tx_queue) >= 2 * sock->remote_rw)) { in nfc_llcp_send_i_frame() 675 skb_queue_len(&sock->tx_queue)); in nfc_llcp_send_i_frame()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 685 ret, ep->eid, skb_queue_len(&ep->tx_req_head), cn, skb_len); in ath10k_htc_send_bundle() 701 ret, ep->eid, skb->len, skb_queue_len(&ep->tx_req_head)); in ath10k_htc_send_one_skb() 760 if (skb_queue_len(&ep->tx_req_head) == 0) { in ath10k_htc_send_bundle_skbs() 819 ep->eid, skb_queue_len(&ep->tx_req_head)); in ath10k_htc_bundle_tx_work() 821 if (skb_queue_len(&ep->tx_req_head) >= in ath10k_htc_bundle_tx_work() 847 ep->eid, skb_queue_len(&ep->tx_complete_head)); in ath10k_htc_tx_complete_work() 872 eid, ep->bundle_tx, skb_queue_len(&ep->tx_req_head), skb->len); in ath10k_htc_send_hl() 908 ep->eid, skb_queue_len(&ep->tx_req_head)); in ath10k_htc_stop_hl()
|
/linux/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 83 if (skb_queue_len(&priv->tx_free_list[qos]) == 0) in cvm_oct_free_tx_skbs() 111 total_remaining += skb_queue_len(&priv->tx_free_list[qos]); in cvm_oct_free_tx_skbs() 410 if (unlikely(skb_queue_len(&priv->tx_free_list[qos]) >= in cvm_oct_xmit() 666 while (skb_queue_len(&priv->tx_free_list[qos])) in cvm_oct_tx_shutdown_dev()
|
/linux/net/mac80211/ |
H A D | mesh_ps.c | 498 skb_queue_len(&frames), sta->sta.addr); in mps_frame_deliver() 602 buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) + in ieee80211_mps_frame_release() 603 skb_queue_len(&sta->tx_filtered[ac]); in ieee80211_mps_frame_release()
|
H A D | status.c | 32 tmp = skb_queue_len(&local->skb_queue) + in ieee80211_tx_status_irqsafe() 33 skb_queue_len(&local->skb_queue_unreliable); in ieee80211_tx_status_irqsafe() 146 skb_queue_len(&sta->tx_filtered[ac]) < STA_MAX_TX_BUFFER) { in ieee80211_handle_filtered_frame() 167 skb_queue_len(&sta->tx_filtered[ac]), in ieee80211_handle_filtered_frame()
|
/linux/drivers/net/wireless/purelifi/plfxlc/ |
H A D | mac.c | 189 while (skb_queue_len(q)/* > PURELIFI_MAC_MAX_ACK_WAITERS*/) { in plfxlc_mac_tx_to_dev() 315 if (skb_queue_len(&tx->station[sidx].data_list) > 60) in plfxlc_op_tx() 319 if (skb_queue_len(&tx->station[sidx].data_list) > 256) in plfxlc_op_tx() 385 mac->ack_pending = skb_queue_len(q) ? 1 : 0; in plfxlc_filter_ack()
|
/linux/net/rose/ |
H A D | rose_loopback.c | 38 if (skb_queue_len(&loopback_queue) < ROSE_LOOPBACK_LIMIT) in rose_loopback_queue()
|
/linux/kernel/ |
H A D | audit.c | 593 skb_queue_len(&audit_retry_queue) < audit_backlog_limit) { in kauditd_hold_skb() 603 skb_queue_len(&audit_hold_queue) < audit_backlog_limit) { in kauditd_hold_skb() 627 skb_queue_len(&audit_retry_queue) < audit_backlog_limit) { in kauditd_retry_skb() 912 (skb_queue_len(&audit_queue) ? 1 : 0)); in kauditd_thread() 1246 s.backlog = skb_queue_len(&audit_queue); in audit_receive_msg() 1585 (skb_queue_len(&audit_queue) > audit_backlog_limit)) { in audit_receive() 1885 (skb_queue_len(&audit_queue) > audit_backlog_limit)) { in audit_log_start() 1905 skb_queue_len(&audit_queue), in audit_log_start()
|
/linux/drivers/net/ |
H A D | ifb.c | 120 if (skb_queue_len(&txp->tq) != 0) in ifb_ri_tasklet() 352 if (skb_queue_len(&txp->rq) >= dev->tx_queue_len) in ifb_xmit()
|
/linux/net/bluetooth/bnep/ |
H A D | netdev.c | 195 if (skb_queue_len(&sk->sk_write_queue) >= BNEP_TX_QUEUE_LEN) { in bnep_net_xmit()
|
/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 110 if (skb_queue_len(&csk->rxq) == 1) in cxgbit_close_conn() 346 if (skb_queue_len(&csk->rxq) == 1) in cxgbit_queue_lro_skb() 575 if (skb_queue_len(&csk->rxq) == 1) in cxgbit_update_dcb_priority()
|
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | trans.c | 116 if (likely(skb_queue_len(&trans->event_queue) < in qtnf_trans_event_enqueue()
|
/linux/drivers/isdn/mISDN/ |
H A D | layer2.c | 325 if (skb_queue_len(&l2->i_queue) || skb_queue_len(&l2->ui_queue)) in set_peer_busy() 975 if (skb_queue_len(&l2->i_queue) && cansend(l2)) in l2_restart_multi() 1027 if (skb_queue_len(&l2->i_queue) && cansend(l2)) in l2_connected() 1237 if (skb_queue_len(&l2->i_queue) && (typ == RR)) in l2_st7_got_super() 1337 if (skb_queue_len(&l2->i_queue) && (fi->state == ST_L2_7)) in l2_got_iframe() 1358 if (skb_queue_len(&l2->ui_queue)) in l2_got_tei() 1555 if (skb_queue_len(&l2->i_queue) && cansend(l2)) in l2_st8_got_super()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | usb.c | 411 if (skb_queue_len(&rtwusb->rx_queue) >= RTW89_USB_MAX_RXQ_LEN) { in rtw89_usb_rx_handler() 435 if (skb_queue_len(&rtwusb->rx_free_queue) >= RTW89_USB_RX_SKB_NUM) in rtw89_usb_rx_handler() 444 skb_queue_len(&rtwusb->rx_queue)); in rtw89_usb_rx_handler()
|
/linux/net/l2tp/ |
H A D | trace.h | 180 __entry->reorder_q_len = skb_queue_len(&session->reorder_q);
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | traces.h | 466 __entry->drv[j] = skb_queue_len(&queue->normal); 467 __entry->cab[j] = skb_queue_len(&queue->cab);
|
/linux/drivers/bluetooth/ |
H A D | hci_bcsp.c | 357 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull() 371 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull()
|