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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c55 uint64_t *flitp; /* ptr to flit where next pkt should start */ member in struct:txpkts
2499 txpkts->flitp = &eq->desc[eq->pidx].flit[2];
2705 uintptr_t flitp, start, end; local
2725 * is required by the firmware/hardware). It follows that flitp cannot
2730 flitp = (uintptr_t)txpkts->flitp;
2731 ASSERT((flitp & 0xf) == 0);
2734 ulpmc = (void *)flitp;
2745 flitp += sizeof (*ulpmc) + sizeof (*ulpsc);
2746 if (flitp
[all...]

Completed in 50 milliseconds