Home
last modified time | relevance | path

Searched refs:skb_queue_len (Results 1 – 25 of 113) sorted by relevance

12345

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c36 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 Drsi_91x_debugfs.c145 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()
H A Drsi_91x_coex.c27 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_COMMON]) > 0) in rsi_coex_determine_coex_q()
29 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_BT]) > 0) in rsi_coex_determine_coex_q()
31 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_WLAN]) > 0) in rsi_coex_determine_coex_q()
/linux/drivers/net/can/dev/
H A Drx-offload.c93 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 Dhtc_drv_debug.c321 "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/realtek/rtlwifi/rtl8192cu/
H A Dphy.c419 if (skb_queue_len(&ring->queue) == 0 || in _rtl92cu_phy_set_rf_power_state()
428 skb_queue_len(&ring->queue)); in _rtl92cu_phy_set_rf_power_state()
437 skb_queue_len(&ring->queue)); in _rtl92cu_phy_set_rf_power_state()
462 if (skb_queue_len(&ring->queue) == 0) { in _rtl92cu_phy_set_rf_power_state()
469 skb_queue_len(&ring->queue)); in _rtl92cu_phy_set_rf_power_state()
478 skb_queue_len(&ring->queue)); in _rtl92cu_phy_set_rf_power_state()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c269 (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/net/core/
H A Dgro_cells.c34 if (skb_queue_len(&cell->napi_skbs) > READ_ONCE(net_hotdata.max_backlog)) { in gro_cells_receive()
43 if (skb_queue_len(&cell->napi_skbs) == 1) in gro_cells_receive()
/linux/net/nfc/
H A Dllcp_commands.c664 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 Dhtc.c685 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/net/wireless/purelifi/plfxlc/
H A Dmac.c189 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/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c466 skb_queue_len(&ring->queue) == 0) { in _rtl92ce_phy_set_rf_power_state()
473 skb_queue_len(&ring->queue)); in _rtl92ce_phy_set_rf_power_state()
483 skb_queue_len(&ring->queue)); in _rtl92ce_phy_set_rf_power_state()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c428 (ring->entries - skb_queue_len(&ring->queue) > in _rtl_pci_tx_chk_waitq()
457 while (skb_queue_len(&ring->queue)) { in _rtl_pci_tx_isr()
486 skb_queue_len(&ring->queue), in _rtl_pci_tx_isr()
533 if ((ring->entries - skb_queue_len(&ring->queue)) <= 4) { in _rtl_pci_tx_isr()
537 skb_queue_len(&ring->queue)); in _rtl_pci_tx_isr()
1271 while (skb_queue_len(&ring->queue)) { in _rtl_pci_free_tx_ring()
1449 while (skb_queue_len(&ring->queue)) { in rtl_pci_reset_trx_ring()
1564 idx = (ring->idx + skb_queue_len(&ring->queue)) % in rtl_pci_tx()
1581 skb_queue_len(&ring->queue)); in rtl_pci_tx()
1613 if ((ring->entries - skb_queue_len(&ring->queue)) < 2 && in rtl_pci_tx()
[all …]
/linux/net/rose/
H A Drose_loopback.c38 if (skb_queue_len(&loopback_queue) < ROSE_LOOPBACK_LIMIT) in rose_loopback_queue()
/linux/net/llc/
H A Dllc_conn.c301 int q_len = skb_queue_len(&llc->pdu_unack_q); in llc_conn_remove_acked_pdus()
318 *how_many_unacked = skb_queue_len(&llc->pdu_unack_q); in llc_conn_remove_acked_pdus()
982 skb_queue_len(&llc->pdu_unack_q), in llc_sk_free()
983 skb_queue_len(&sk->sk_write_queue)); in llc_sk_free()
/linux/kernel/
H A Daudit.c630 skb_queue_len(&audit_retry_queue) < audit_backlog_limit) { in kauditd_hold_skb()
640 skb_queue_len(&audit_hold_queue) < audit_backlog_limit) { in kauditd_hold_skb()
664 skb_queue_len(&audit_retry_queue) < audit_backlog_limit) { in kauditd_retry_skb()
949 (skb_queue_len(&audit_queue) ? 1 : 0)); in kauditd_thread()
1282 s.backlog = skb_queue_len(&audit_queue); in audit_receive_msg()
1621 (skb_queue_len(&audit_queue) > audit_backlog_limit)) { in audit_receive()
1927 (skb_queue_len(&audit_queue) > audit_backlog_limit)) { in audit_log_start()
1947 skb_queue_len(&audit_queue), in audit_log_start()
/linux/drivers/net/
H A Difb.c120 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 Dnetdev.c195 if (skb_queue_len(&sk->sk_write_queue) >= BNEP_TX_QUEUE_LEN) { in bnep_net_xmit()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c110 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 Dtrans.c116 if (likely(skb_queue_len(&trans->event_queue) < in qtnf_trans_event_enqueue()
/linux/drivers/isdn/mISDN/
H A Dlayer2.c325 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/net/l2tp/
H A Dtrace.h180 __entry->reorder_q_len = skb_queue_len(&session->reorder_q);
/linux/drivers/net/wireless/silabs/wfx/
H A Dtraces.h466 __entry->drv[j] = skb_queue_len(&queue->normal);
467 __entry->cab[j] = skb_queue_len(&queue->cab);
/linux/net/rds/
H A Dtcp_recv.c258 skb_queue_len(&tc->t_sock->sk->sk_receive_queue)); in rds_tcp_data_recv()
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c104 skb_queue_len(&mses->mse102x.txq)); in mse102x_info_show()
485 if (skb_queue_len(&mse->txq) >= TX_QUEUE_MAX) in mse102x_start_xmit_spi()

12345