Home
last modified time | relevance | path

Searched defs:agg_id (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/dev/ice/
H A Dice_sched.c1693 ice_sched_get_agg_node(struct ice_port_info * pi,struct ice_sched_node * tc_node,u32 agg_id) ice_sched_get_agg_node() argument
2311 ice_get_agg_info(struct ice_hw * hw,u32 agg_id) ice_get_agg_info() argument
2472 ice_sched_move_vsi_to_agg(struct ice_port_info * pi,u16 vsi_handle,u32 agg_id,u8 tc) ice_sched_move_vsi_to_agg() argument
2618 ice_sched_rm_agg_cfg(struct ice_port_info * pi,u32 agg_id,u8 tc) ice_sched_rm_agg_cfg() argument
2699 ice_save_agg_tc_bitmap(struct ice_port_info * pi,u32 agg_id,ice_bitmap_t * tc_bitmap) ice_save_agg_tc_bitmap() argument
2722 ice_sched_add_agg_cfg(struct ice_port_info * pi,u32 agg_id,u8 tc) ice_sched_add_agg_cfg() argument
2812 ice_sched_cfg_agg(struct ice_port_info * pi,u32 agg_id,enum ice_agg_type agg_type,ice_bitmap_t * tc_bitmap) ice_sched_cfg_agg() argument
2874 ice_cfg_agg(struct ice_port_info * pi,u32 agg_id,enum ice_agg_type agg_type,u8 tc_bitmap) ice_cfg_agg() argument
2947 ice_save_agg_vsi_tc_bitmap(struct ice_port_info * pi,u32 agg_id,u16 vsi_handle,ice_bitmap_t * tc_bitmap) ice_save_agg_vsi_tc_bitmap() argument
2977 ice_sched_assoc_vsi_to_agg(struct ice_port_info * pi,u32 agg_id,u16 vsi_handle,ice_bitmap_t * tc_bitmap) ice_sched_assoc_vsi_to_agg() argument
3154 ice_move_vsi_to_agg(struct ice_port_info * pi,u32 agg_id,u16 vsi_handle,u8 tc_bitmap) ice_move_vsi_to_agg() argument
3178 ice_rm_agg_cfg(struct ice_port_info * pi,u32 agg_id) ice_rm_agg_cfg() argument
3433 ice_sched_save_agg_bw_alloc(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type,u16 bw_alloc) ice_sched_save_agg_bw_alloc() argument
3467 ice_sched_save_agg_bw(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_sched_save_agg_bw() argument
3562 ice_cfg_agg_bw_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type,u32 bw) ice_cfg_agg_bw_lmt_per_tc() argument
3588 ice_cfg_agg_bw_dflt_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,enum ice_rl_type rl_type) ice_cfg_agg_bw_dflt_lmt_per_tc() argument
3653 ice_cfg_agg_bw_shared_lmt(struct ice_port_info * pi,u32 agg_id,u32 min_bw,u32 max_bw,u32 shared_bw) ice_cfg_agg_bw_shared_lmt() argument
3669 ice_cfg_agg_bw_no_shared_lmt(struct ice_port_info * pi,u32 agg_id) ice_cfg_agg_bw_no_shared_lmt() argument
3689 ice_cfg_agg_bw_shared_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,u32 min_bw,u32 max_bw,u32 shared_bw) ice_cfg_agg_bw_shared_lmt_per_tc() argument
3706 ice_cfg_agg_bw_no_shared_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc) ice_cfg_agg_bw_no_shared_lmt_per_tc() argument
3765 ice_cfg_agg_vsi_priority_per_tc(struct ice_port_info * pi,u32 agg_id,u16 num_vsis,u16 * vsi_handle_arr,u8 * node_prio,u8 tc) ice_cfg_agg_vsi_priority_per_tc() argument
3904 ice_cfg_agg_bw_alloc(struct ice_port_info * pi,u32 agg_id,u8 ena_tcmap,enum ice_rl_type rl_type,u8 * bw_alloc) ice_cfg_agg_bw_alloc() argument
5226 ice_sched_validate_agg_srl_node(struct ice_port_info * pi,u32 agg_id) ice_sched_validate_agg_srl_node() argument
5281 ice_sched_validate_agg_id(struct ice_port_info * pi,u32 agg_id) ice_sched_validate_agg_id() argument
5319 ice_sched_set_save_agg_srl_node_bw(struct ice_port_info * pi,u32 agg_id,u8 tc,struct ice_sched_node * srl_node,enum ice_rl_type rl_type,u32 bw) ice_sched_set_save_agg_srl_node_bw() argument
5351 ice_sched_set_agg_node_srl_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_agg_node_srl_per_tc() argument
5406 ice_sched_set_agg_bw_shared_lmt(struct ice_port_info * pi,u32 agg_id,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_agg_bw_shared_lmt() argument
5458 ice_sched_set_agg_bw_shared_lmt_per_tc(struct ice_port_info * pi,u32 agg_id,u8 tc,u32 min_bw,u32 max_bw,u32 shared_bw) ice_sched_set_agg_bw_shared_lmt_per_tc() argument
[all...]
H A Dice_sched.h104 u32 agg_id; member
[all...]
H A Dice_type.h724 u32 agg_id; /* aggregator group ID */ global() member
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c527 uint8_t agg_id; in bnxt_pkt_get_tpa() local
611 uint8_t agg_id; in bnxt_isc_rxd_pkt_get() local
H A Dhsi_struct_def.h7438 uint16_t agg_id; member
7743 uint16_t agg_id; member
8163 uint16_t agg_id; member
8549 uint8_t agg_id; member
8803 uint16_t agg_id; member
9130 uint16_t agg_id; member
9300 uint16_t agg_id; member