Searched refs:max_credit (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/mips/nlm/dev/net/
H A Dnae.c696 uint32_t data, credit, max_credit; local
701 max_credit = cfg[hwport].max_stg2_offset + 1;
704 if (credit > max_credit)
705 credit = max_credit;
713 max_credit = cfg[hwport].max_eh_offset + 1;
716 if (credit > max_credit)
717 credit = max_credit;
725 max_credit = cfg[hwport].max_frout_offset + 1;
728 if (credit > max_credit)
729 credit = max_credit;
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h80 u32 max_credit; member in struct:ecore_dcbx_lldp_remote
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_prototype.h357 u16 seid, u16 credit, u8 max_credit,
H A Di40e_adminq_cmd.h1549 u8 max_credit; /* 0-3, limit = 2^max */ member in struct:i40e_aqc_configure_vsi_bw_limit
H A Di40e_common.c5149 * @max_credit: Max BW limit credits
5153 u16 seid, u16 credit, u8 max_credit,
5166 cmd->max_credit = max_credit;
5152 i40e_aq_config_vsi_bw_limit(struct i40e_hw *hw, u16 seid, u16 credit, u8 max_credit, struct i40e_asq_cmd_details *cmd_details) argument

Completed in 113 milliseconds