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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c87 * @dcb_config: Struct containing DCB settings
96 struct ixgbe_dcb_config *dcb_config,
111 if (dcb_config == NULL) {
121 p = &dcb_config->tc_config[i].path[direction];
122 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id];
143 p = &dcb_config->tc_config[i].path[direction];
144 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id];
188 dcb_config->tc_config[i].desc_credits_max =
200 * ixgbe_dcb_unpack_pfc_cee - Unpack dcb_config PFC info
298 * @dcb_config
95 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config, u32 max_frame_size, u8 direction) argument
310 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config) argument
460 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
503 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
545 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
590 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
655 ixgbe_dcb_hw_config_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
[all...]
H A Dixgbe_dcb_82599.c377 * @dcb_config: pointer to ixgbe_dcb_config structure
383 struct ixgbe_dcb_config *dcb_config)
390 if (dcb_config != NULL) {
391 tc_count = dcb_config->num_tcs.pg_tcs;
392 vt_mode = dcb_config->vt_mode;
504 * @dcb_config: pointer to ixgbe_dcb_config structure
509 struct ixgbe_dcb_config *dcb_config)
520 if (dcb_config->num_tcs.pg_tcs == 8) {
545 if (dcb_config->num_tcs.pg_tcs == 4) {
547 if (dcb_config
382 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
508 ixgbe_dcb_config_82599(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config) argument
[all...]

Completed in 70 milliseconds