Searched refs:tcmap_ret (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | ice_dcb.h | 231 ice_aq_dcb_ignore_pfc(struct ice_hw *hw, u8 tcmap, bool request, u8 *tcmap_ret,
|
H A D | ice_dcb.c | 812 * @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 D | i40e_prototype.h | 371 u8 tcmap, bool request, u8 *tcmap_ret,
|
H A D | i40e_common.c | 4992 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()
|