Searched defs:dcb_config (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_dcb_82599.c | 113 * @dcb_config: pointer to ixgbe_dcb_config structure 172 * @dcb_config: pointer to ixgbe_dcb_config structure 217 * @dcb_config: pointer to ixgbe_dcb_config structure 370 struct ixgbe_dcb_config *dcb_config) 377 if (dcb_config != NULL) { 378 tc_count = dcb_config->num_tcs.pg_tcs; 379 vt_mode = dcb_config->vt_mode; 491 * @dcb_config: pointer to ixgbe_dcb_config structure 496 struct ixgbe_dcb_config *dcb_config) 507 if (dcb_config 369 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument 495 ixgbe_dcb_config_82599(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument [all...] |
H A D | ixgbe_dcb.c | 89 struct ixgbe_dcb_config *dcb_config, 104 if (dcb_config == NULL) { 114 p = &dcb_config->tc_config[i].path[direction]; 115 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; 136 p = &dcb_config->tc_config[i].path[direction]; 137 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; 181 dcb_config->tc_config[i].desc_credits_max = 193 * ixgbe_dcb_unpack_pfc_cee - Unpack dcb_config PFC info 291 * @dcb_config: Pointer to DCB config structure 303 s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config) argument 88 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config, u32 max_frame_size, u8 direction) argument 451 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument 493 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument 534 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument 578 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument 641 ixgbe_dcb_hw_config_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument [all...] |
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dcbx.c | 161 u8_t const dcb_config = lm_dcbx_check_drv_flags(pdev, DRV_FLAGS_DCB_CONFIGURED); local 165 DbgBreakIf(dcb_config != dcb_config_sf); 168 return dcb_config;
|
Completed in 83 milliseconds