Searched refs:pending_tx (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 87 struct mbufq pending_tx, pending_fwack; member
|
H A D | t4_sched.c | 830 mbufq_init(&cst->pending_tx, INT_MAX); in cxgbe_rate_tag_alloc() 909 MPASS(mbufq_first(&cst->pending_tx) == NULL); in cxgbe_rate_tag_free_locked()
|
H A D | t4_sge.c | 6788 while ((m = mbufq_first(&cst->pending_tx)) != NULL) { in ethofld_tx() 6819 (void) mbufq_dequeue(&cst->pending_tx); in ethofld_tx() 6879 mbufq_enqueue(&cst->pending_tx, m0); in ethofld_transmit() 6962 m = mbufq_first(&cst->pending_tx); in ethofld_fw4_ack() 6973 MPASS(mbufq_first(&cst->pending_tx) == NULL); in ethofld_fw4_ack()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_tx.c | 204 ret = idr_alloc(&htt->pending_tx, skb, 0, in ath10k_htt_tx_alloc_msdu_id() 221 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id() 485 idr_init(&htt->pending_tx); in ath10k_htt_tx_start() 502 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_start() 538 idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar); in ath10k_htt_flush_tx_queue() 544 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_stop()
|
H A D | txrx.c | 67 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref()
|
H A D | htt.h | 1889 struct idr pending_tx; member
|
H A D | mac.c | 4289 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
|