ice_get_lan_q_ctx
q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handle);
q_ctx = ice_get_lan_q_ctx(hw, vsi_handle, tc, q_handles[i]);
ice_get_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 q_handle);
q_ctx = ice_get_lan_q_ctx(pri_hw, vsi_num, 0, i);
q_ctx = ice_get_lan_q_ctx(hw, vsi_num, tc, i);
q_ctx = ice_get_lan_q_ctx(hw, vsi_num, 0, qnum);
q_ctx = ice_get_lan_q_ctx(pi->hw, vsi_handle, tc, q_handle);