Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Decore_hsi.h7028 union eth_sgl_or_raw_data sgl_or_raw_data /* union for sgl and raw data. */; member
7073 union eth_sgl_or_raw_data sgl_or_raw_data /* union for sgl and raw data. */; member
Dbxe.c2908 sge_idx = RX_SGE(le16toh(cqe->sgl_or_raw_data.sgl[j])); in bxe_fill_frag_mbuf()
3152 sge_idx = RX_SGE(le16toh(cqe_fp->sgl_or_raw_data.sgl[j])); in bxe_service_rxsgl()
3172 bxe_update_sge_prod(fp->sc, fp, frags, &cqe_fp->sgl_or_raw_data); in bxe_service_rxsgl()
3282 bxe_update_sge_prod(sc, fp, pages, &cqe->end_agg_cqe.sgl_or_raw_data); in bxe_rxeof()