Searched refs:supported_rxdid (Results 1 – 8 of 8) sorted by relevance
125 uint64_t supported_rxdid; member
580 (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()
498 uint64_t supported_rxdid; /* bitmap for supported RXDID */ member
2155 uint64_t supported_rxdid = 0; /* bitmap for supported RXDID */ in ice_get_supported_rxdid() local2159 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()
343 if (!(pf->supported_rxdid & BIT(rxdid))) { in ice_program_hw_rx_queue()
226 uint64_t supported_rxdid; member
563 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()
2255 if (!(vf->supported_rxdid & BIT(rxdid))) { in iavf_init_proto_xtr()