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

/linux-master/drivers/net/ethernet/cisco/enic/
H A Dcq_enet_desc.h87 #define CQ_ENET_RQ_DESC_FLAGS_IPV4 (0x1 << 5) macro
166 *ipv4 = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_IPV4) ? 1 : 0;
/linux-master/drivers/scsi/fnic/
H A Dcq_enet_desc.h77 #define CQ_ENET_RQ_DESC_FLAGS_IPV4 (0x1 << 5) macro
149 *ipv4 = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_IPV4) ? 1 : 0;

Completed in 74 milliseconds