Searched refs:tcmap_ret (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_dcb.h216 ice_aq_dcb_ignore_pfc(struct ice_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret,
H A Dice_dcb.c810 * @tcmap_ret: return TCs for which PFC is currently ignored
817 ice_aq_dcb_ignore_pfc(struct ice_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret, argument
835 if (!status && tcmap_ret)
836 *tcmap_ret = cmd->tc_bitmap;
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_prototype.h364 u8 tcmap, bool request, u8 *tcmap_ret,
H A Di40e_common.c4947 * @tcmap_ret: return TCs for which PFC is currently ignored
4954 bool request, u8 *tcmap_ret,
4972 if (tcmap_ret != NULL)
4973 *tcmap_ret = cmd_resp->tc_bitmap;
4953 i40e_aq_dcb_ignore_pfc(struct i40e_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 82 milliseconds