Searched refs:dcb_config (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/ixgbe/
H A Dixgbe_dcb.c89 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...]
H A Dixgbe_dcb_82599.c113 * @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...]

Completed in 297 milliseconds