Searched refs:tx_avail (Results 1 – 3 of 3) sorted by relevance
706 u32 tx_avail; in pdc_tx_list_sg_add() local720 tx_avail = pdcs->ntxpost - NTXDACTIVE(pdcs->txin, pdcs->txout, in pdc_tx_list_sg_add()722 if (unlikely(num_desc > tx_avail)) { in pdc_tx_list_sg_add()1124 u32 tx_avail; in pdc_rings_full() local1136 tx_avail = pdcs->ntxpost - NTXDACTIVE(pdcs->txin, pdcs->txout, in pdc_rings_full()1138 if (unlikely(tx_cnt > tx_avail)) { in pdc_rings_full()
760 num_requests = BNXT_MAX_TX_TS - READ_ONCE(ptp->tx_avail); in bnxt_ptp_ts_aux_work()804 ptp->tx_avail = BNXT_MAX_TX_TS; in bnxt_ptp_free_txts_skbs()818 if (ptp->tx_avail) { in bnxt_ptp_get_txts_prod()821 ptp->tx_avail--; in bnxt_ptp_get_txts_prod()1077 WRITE_ONCE(ptp->tx_avail, BNXT_MAX_TX_TS); in bnxt_ptp_init()
1784 static inline int tx_avail(const struct sky2_port *sky2) in tx_avail() function1839 if (unlikely(tx_avail(sky2) < tx_le_req(skb))) in sky2_xmit_frame()1969 if (tx_avail(sky2) <= MAX_SKB_TX_LE) in sky2_xmit_frame()2626 if (tx_avail(sky2) > MAX_SKB_TX_LE + 4) in sky2_tx_done()