Searched defs:flits (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 */
67 uint8_t nflits; /* # of flits needed for the SGL */
906 /* Per-packet header in a coalesced tx WR, before the SGL starts (in flits) */
912 /* Header of a coalesced tx WR, before SGL of first packet (in flits) */
917 /* Header of a tx WR, before SGL of first packet (in flits) */
922 /* Header of a tx LSO WR, before SGL of first packet (in flits) */
2246 * Store the # of flits required to hold this frame's SGL in nflits. An
2446 uint8_t flits; local
2451 flits = TXPKTS_PKT_HDR + txinfo->nflits;
2453 txpkts->nflits + flits <
[all...]

Completed in 111 milliseconds