Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c134 static inline int fits_in_txb(struct sge_txq *txq, int len, int *waste);
2203 fits_in_txb(struct sge_txq *txq, int len, int *waste) in fits_in_txb() function
2232 if (!fits_in_txb(txq, len, &waste)) { in copy_into_txb()