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 | 6981 while ((m = mbufq_first(&cst->pending_tx)) != NULL) { in ethofld_tx() 7012 (void) mbufq_dequeue(&cst->pending_tx); in ethofld_tx() 7072 mbufq_enqueue(&cst->pending_tx, m0); in ethofld_transmit() 7155 m = mbufq_first(&cst->pending_tx); in ethofld_fw4_ack() 7166 MPASS(mbufq_first(&cst->pending_tx) == NULL); in ethofld_fw4_ack()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | htt_tx.c | 206 ret = idr_alloc(&htt->pending_tx, skb, 0, in ath10k_htt_tx_alloc_msdu_id() 223 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id() 487 idr_init(&htt->pending_tx); in ath10k_htt_tx_start() 504 idr_destroy(&htt->pending_tx); in ath10k_htt_tx_start() 540 idr_for_each(&htt->pending_tx, ath10k_htt_tx_clean_up_pending, htt->ar); in ath10k_htt_flush_tx_queue() 546 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 | 1893 struct idr pending_tx; member
|
| H A D | mac.c | 4311 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
|