Searched defs:min_bw (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dbdn.h98 u8 min_bw[E2_FUNC_MAX]; /* 4 PFs in 2 port mode / 2 PFs in 4 port mode */ member in struct:bdn_netport_now
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_mcp.c827 lm_status_t lm_mcp_set_mf_bw(struct _lm_device_t *pdev, IN u8_t min_bw, IN u8_t max_bw) argument
858 //build MCP command parameter from min_bw/max_bw
864 minmax_param = (min_bw << FUNC_MF_CFG_MIN_BW_SHIFT)|
H A Dlm_hw_init_reset.c2096 u8_t min_bw = (u8_t)pdev->params.bandwidth_min; local
2109 DbgBreakIf(min_bw == 0);
2110 lm_status = lm_mcp_set_mf_bw(pdev, min_bw, max_bw);
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c5541 * @min_bw: pointer for min_bw read
5542 * @min_valid: pointer for bool that is TRUE if min_bw is a valid value
5548 u32 *max_bw, u32 *min_bw,
5564 min_bw_addr, min_bw);
5566 if (*min_bw & I40E_ALT_BW_VALID_MASK)
5547 i40e_read_bw_from_alt_ram(struct i40e_hw *hw, u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid) argument
H A Di40e_adminq_cmd.h1558 u8 min_bw[16]; /* guaranteed bandwidth */ member in struct:i40e_aqc_configure_partition_bw_data
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1036 u8_t min_bw[MAX_VNIC_NUM]; member in struct:_lm_params_t
1448 u8_t min_bw[MAX_VNIC_NUM]; member in struct:_lm_hardware_mf_info_t

Completed in 328 milliseconds