Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_dcf.h125 uint64_t supported_rxdid; member
H A Dice_dcf.c580 (uint8_t *)&hw->supported_rxdid, in ice_dcf_get_supported_rxdid()
927 hw->supported_rxdid & in ice_dcf_configure_queues()
939 hw->supported_rxdid & in ice_dcf_configure_queues()
H A Dice_ethdev.h498 uint64_t supported_rxdid; /* bitmap for supported RXDID */ member
H A Dice_ethdev.c2155 uint64_t supported_rxdid = 0; /* bitmap for supported RXDID */ in ice_get_supported_rxdid() local
2159 supported_rxdid |= BIT(ICE_RXDID_LEGACY_1); in ice_get_supported_rxdid()
2165 supported_rxdid |= BIT(i); in ice_get_supported_rxdid()
2167 return supported_rxdid; in ice_get_supported_rxdid()
2345 pf->supported_rxdid = ice_get_supported_rxdid(hw); in ice_dev_init()
H A Dice_rxtx.c343 if (!(pf->supported_rxdid & BIT(rxdid))) { in ice_program_hw_rx_queue()
/dpdk/drivers/net/iavf/
H A Diavf.h226 uint64_t supported_rxdid; member
H A Diavf_vchnl.c563 vf->supported_rxdid = in iavf_get_supported_rxdid()
1052 if (vf->supported_rxdid & BIT(rxq[i]->rxdid)) { in iavf_configure_queues()
1070 vf->supported_rxdid & BIT(IAVF_RXDID_LEGACY_0)) { in iavf_configure_queues()
H A Diavf_ethdev.c2255 if (!(vf->supported_rxdid & BIT(rxdid))) { in iavf_init_proto_xtr()