Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_ethdev.c613 } xtr_sets[] = { in ice_check_proto_xtr_support() local
639 for (i = 0; i < RTE_DIM(xtr_sets); i++) { in ice_check_proto_xtr_support()
640 uint32_t rxdid = xtr_sets[i].rxdid; in ice_check_proto_xtr_support()
643 if (xtr_sets[i].protid_0 != ICE_PROT_ID_INVAL) { in ice_check_proto_xtr_support()
646 if (FLX_REG(v, PROT_MDID, 4) == xtr_sets[i].protid_0 && in ice_check_proto_xtr_support()
647 FLX_REG(v, RXDID_OPCODE, 4) == xtr_sets[i].opcode) in ice_check_proto_xtr_support()
651 if (xtr_sets[i].protid_1 != ICE_PROT_ID_INVAL) { in ice_check_proto_xtr_support()
654 if (FLX_REG(v, PROT_MDID, 5) == xtr_sets[i].protid_1 && in ice_check_proto_xtr_support()
655 FLX_REG(v, RXDID_OPCODE, 5) == xtr_sets[i].opcode) in ice_check_proto_xtr_support()