Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c53 uint64_t *flitp; /* ptr to flit where next pkt should start */ member
2439 txpkts->flitp = &eq->desc[eq->pidx].flit[2]; in add_to_txpkts()
2777 uintptr_t flitp, start, end; in write_ulp_cpl_sgl() local
2810 flitp = (uintptr_t)txpkts->flitp; in write_ulp_cpl_sgl()
2811 ASSERT((flitp & 0xf) == 0); in write_ulp_cpl_sgl()
2814 ulpmc = (void *)flitp; in write_ulp_cpl_sgl()
2825 flitp += sizeof (*ulpmc) + sizeof (*ulpsc); in write_ulp_cpl_sgl()
2826 if (flitp == end) in write_ulp_cpl_sgl()
2827 flitp = start; in write_ulp_cpl_sgl()
2830 cpl = (void *)flitp; in write_ulp_cpl_sgl()
[all …]