Searched refs:supported_rxdid (Results 1 – 8 of 8) sorted by relevance
56 uint64_t supported_rxdid; member
566 (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()
447 uint64_t supported_rxdid; /* bitmap for supported RXDID */ member
2096 uint64_t supported_rxdid = 0; /* bitmap for supported RXDID */ in ice_get_supported_rxdid() local2100 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()
301 if (!(pf->supported_rxdid & BIT(rxdid))) { in ice_program_hw_rx_queue()
135 uint64_t supported_rxdid; member
518 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()
1758 if (!(vf->supported_rxdid & BIT(rxdid))) { in iavf_init_proto_xtr()