Searched defs:nflits (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c57 uint8_t nflits; /* # of flits used by this work request */ member in struct:txpkts
67 uint8_t nflits; /* # of flits needed for the SGL */ member in struct:txinfo
2246 * Store the # of flits required to hold this frame's SGL in nflits. An
2252 txinfo->nflits = (3 * n) / 2 + (n & 1) + 2;
2451 flits = TXPKTS_PKT_HDR + txinfo->nflits;
2453 txpkts->nflits + flits <= TX_WR_FLITS &&
2454 txpkts->nflits + flits <= eq->avail * 8 &&
2461 txpkts->nflits += flits;
2486 flits = TXPKTS_WR_HDR + txinfo->nflits;
2498 txpkts->nflits
2569 int nflits, ndesc; local
[all...]

Completed in 286 milliseconds