Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf.h56 uint64_t supported_rxdid; member
H A Dice_dcf.c566 (uint8_t *)&hw->supported_rxdid, in ice_dcf_get_supported_rxdid()
880 hw->supported_rxdid & in ice_dcf_configure_queues()
892 hw->supported_rxdid & in ice_dcf_configure_queues()
H A Dice_ethdev.h447 uint64_t supported_rxdid; /* bitmap for supported RXDID */ member
H A Dice_ethdev.c2096 uint64_t supported_rxdid = 0; /* bitmap for supported RXDID */ in ice_get_supported_rxdid() local
2100 supported_rxdid |= BIT(ICE_RXDID_LEGACY_1); in ice_get_supported_rxdid()
2106 supported_rxdid |= BIT(i); in ice_get_supported_rxdid()
2108 return supported_rxdid; in ice_get_supported_rxdid()
2259 pf->supported_rxdid = ice_get_supported_rxdid(hw); in ice_dev_init()
H A Dice_rxtx.c301 if (!(pf->supported_rxdid & BIT(rxdid))) { in ice_program_hw_rx_queue()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf.h135 uint64_t supported_rxdid; member
H A Diavf_vchnl.c518 vf->supported_rxdid = in iavf_get_supported_rxdid()
858 vf->supported_rxdid & BIT(rxq[i]->rxdid)) { in iavf_configure_queues()
871 vf->supported_rxdid & BIT(IAVF_RXDID_LEGACY_0)) { in iavf_configure_queues()
H A Diavf_ethdev.c1758 if (!(vf->supported_rxdid & BIT(rxdid))) { in iavf_init_proto_xtr()