Searched refs:I40E_AQ_VSI_TC_QUE_OFFSET_MASK (Results 1 – 4 of 4) sorted by relevance
418 I40E_AQ_VSI_TC_QUE_OFFSET_MASK) >> in i40e_vsi_get_tc_of_queue()
1952 base = (tc_mapping & I40E_AQ_VSI_TC_QUE_OFFSET_MASK) >> in i40e_dev_rx_queue_setup()2361 base = (tc_mapping & I40E_AQ_VSI_TC_QUE_OFFSET_MASK) >> in i40e_dev_tx_queue_setup()
11345 (tc_mapping & I40E_AQ_VSI_TC_QUE_OFFSET_MASK) >> in i40e_dev_get_dcb_info()11366 (tc_mapping & I40E_AQ_VSI_TC_QUE_OFFSET_MASK) >> in i40e_dev_get_dcb_info()
973 #define I40E_AQ_VSI_TC_QUE_OFFSET_MASK (0x1FF << \ macro