Home
last modified time | relevance | path

Searched refs:copy_into_txb (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c136 static inline int copy_into_txb(struct sge_txq *txq, mblk_t *m, int len,
2505 copy_into_txb(txq, m, txinfo->len, txinfo) == 0) in get_frame_txinfo()
2514 copy_into_txb(txq, m, len, txinfo) == 0) in get_frame_txinfo()
2588 copy_into_txb(struct sge_txq *txq, mblk_t *m, int len, struct txinfo *txinfo) in copy_into_txb() function