Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dcq_enet_desc.h89 #define CQ_ENET_RQ_DESC_FLAGS_IPV4 (0x1 << 5) macro
161 *ipv4 = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_IPV4) ? 1 : 0; in cq_enet_rq_desc_dec()
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
Dcq_enet_desc.h100 #define CQ_ENET_RQ_DESC_FLAGS_IPV4 (0x1 << 5) macro
179 *ipv4 = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_IPV4) ? 1 : 0; in cq_enet_rq_desc_dec()