Lines Matching refs:tx_len16_to_desc
2928 ndesc = tx_len16_to_desc(len16); in start_wrq_wr()
3223 MPASS(avail >= tx_len16_to_desc(txp->len16)); in eth_tx()
3230 tx_len16_to_desc(mbuf_len16(txp->mb[0]))); in eth_tx()
3263 n = tx_len16_to_desc(mbuf_len16(m0)); in eth_tx()
3323 MPASS(avail >= tx_len16_to_desc(txp->len16)); in eth_tx()
3330 tx_len16_to_desc(mbuf_len16(txp->mb[0]))); in eth_tx()
5470 ndesc = tx_len16_to_desc(len16); in write_txpkt_vm_wr()
5559 ndesc = tx_len16_to_desc(len16); in write_raw_wr()
5615 ndesc = tx_len16_to_desc(len16); in write_txpkt_wr()
5737 MPASS(tx_len16_to_desc(txp->len16) <= avail); in add_to_txpkts_vf()
5741 if (tx_len16_to_desc(txp->len16 + txpkts1_len16()) > avail) { in add_to_txpkts_vf()
5759 if (tx_len16_to_desc(txp->len16) > avail) in add_to_txpkts_vf()
5802 if (tx_len16_to_desc(txp->len16) > avail) in add_to_txpkts_pf()
5808 MPASS(tx_len16_to_desc(txp->len16) <= avail); in add_to_txpkts_pf()
5819 if (tx_len16_to_desc(txp->len16 + in add_to_txpkts_pf()
5826 if (tx_len16_to_desc(txp->len16 + txpkts1_len16()) > in add_to_txpkts_pf()
5878 ndesc = tx_len16_to_desc(txp->len16); in write_txpkts_wr()
5992 ndesc = tx_len16_to_desc(txp->len16); in write_txpkts_vm_wr()