Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Decore_hsi.h7026 union eth_sgl_or_raw_data sgl_or_raw_data /* union for sgl and raw data. */; member
7071 union eth_sgl_or_raw_data sgl_or_raw_data /* union for sgl and raw data. */; member
Dbxe.c2916 sge_idx = RX_SGE(le16toh(cqe->sgl_or_raw_data.sgl[j])); in bxe_fill_frag_mbuf()
3160 sge_idx = RX_SGE(le16toh(cqe_fp->sgl_or_raw_data.sgl[j])); in bxe_service_rxsgl()
3180 bxe_update_sge_prod(fp->sc, fp, frags, &cqe_fp->sgl_or_raw_data); in bxe_service_rxsgl()
3290 bxe_update_sge_prod(sc, fp, pages, &cqe->end_agg_cqe.sgl_or_raw_data); in bxe_rxeof()