Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_dcb.h231 ice_aq_dcb_ignore_pfc(struct ice_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret,
H A Dice_dcb.c812 * @tcmap_ret: return TCs for which PFC is currently ignored
819 ice_aq_dcb_ignore_pfc(struct ice_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret, in ice_aq_dcb_ignore_pfc() argument
837 if (!status && tcmap_ret) in ice_aq_dcb_ignore_pfc()
838 *tcmap_ret = cmd->tc_bitmap; in ice_aq_dcb_ignore_pfc()
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h371 u8 tcmap, bool request, u8 *tcmap_ret,
H A Di40e_common.c4992 bool request, u8 *tcmap_ret, in i40e_aq_dcb_ignore_pfc() argument
5010 if (tcmap_ret != NULL) in i40e_aq_dcb_ignore_pfc()
5011 *tcmap_ret = cmd_resp->tc_bitmap; in i40e_aq_dcb_ignore_pfc()