Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dcq_enet_desc.h105 #define CQ_ENET_RQ_DESC_FLAGS_IPV6 (0x1 << 4) macro
155 (ipv6 ? CQ_ENET_RQ_DESC_FLAGS_IPV6 : 0) | in cq_enet_rq_desc_enc()
237 *ipv6 = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_IPV6) ? 1 : 0; in cq_enet_rq_desc_dec()