Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c555 } xtr_sets[] = { in ice_check_proto_xtr_support() local
581 for (i = 0; i < RTE_DIM(xtr_sets); i++) { in ice_check_proto_xtr_support()
582 uint32_t rxdid = xtr_sets[i].rxdid; in ice_check_proto_xtr_support()
585 if (xtr_sets[i].protid_0 != ICE_PROT_ID_INVAL) { in ice_check_proto_xtr_support()
588 if (FLX_REG(v, PROT_MDID, 4) == xtr_sets[i].protid_0 && in ice_check_proto_xtr_support()
589 FLX_REG(v, RXDID_OPCODE, 4) == xtr_sets[i].opcode) in ice_check_proto_xtr_support()
593 if (xtr_sets[i].protid_1 != ICE_PROT_ID_INVAL) { in ice_check_proto_xtr_support()
596 if (FLX_REG(v, PROT_MDID, 5) == xtr_sets[i].protid_1 && in ice_check_proto_xtr_support()
597 FLX_REG(v, RXDID_OPCODE, 5) == xtr_sets[i].opcode) in ice_check_proto_xtr_support()