Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dcq_enet_desc.h74 #define CQ_ENET_RQ_DESC_FLAGS_CSUM_NOT_CALC (0x1 << 14) macro
130 (csum_not_calc ? CQ_ENET_RQ_DESC_FLAGS_CSUM_NOT_CALC : 0)); in cq_enet_rq_desc_enc()
196 CQ_ENET_RQ_DESC_FLAGS_CSUM_NOT_CALC) ? 1 : 0; in cq_enet_rq_desc_dec()