Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c55 uint64_t *flitp; /* ptr to flit where next pkt should start */ member
2499 txpkts->flitp = &eq->desc[eq->pidx].flit[2]; in add_to_txpkts()
2705 uintptr_t flitp, start, end; in write_ulp_cpl_sgl() local
2730 flitp = (uintptr_t)txpkts->flitp; in write_ulp_cpl_sgl()
2731 ASSERT((flitp & 0xf) == 0); in write_ulp_cpl_sgl()
2734 ulpmc = (void *)flitp; in write_ulp_cpl_sgl()
2745 flitp += sizeof (*ulpmc) + sizeof (*ulpsc); in write_ulp_cpl_sgl()
2746 if (flitp == end) in write_ulp_cpl_sgl()
2747 flitp = start; in write_ulp_cpl_sgl()
2750 cpl = (void *)flitp; in write_ulp_cpl_sgl()
[all …]