/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.h | 61 u32 agg_id; member 127 ice_cfg_agg(struct ice_port_info *pi, u32 agg_id, 130 ice_move_vsi_to_agg(struct ice_port_info *pi, u32 agg_id, u16 vsi_handle, 150 u32 agg_id);
|
H A D | ice_sched.c | 1588 * @agg_id: aggregator ID 1595 u32 agg_id) in ice_sched_get_agg_node() 1608 if (node->agg_id == agg_id) in ice_sched_get_agg_node() 2129 * @agg_id: aggregator ID 2135 ice_get_agg_info(struct ice_hw *hw, u32 agg_id) in ice_get_agg_info() argument 2140 if (agg_info->agg_id == agg_id) in ice_get_agg_info() 2288 * @agg_id: aggregator ID 2295 ice_sched_move_vsi_to_agg(struct ice_port_info *pi, u16 vsi_handle, u32 agg_id, in ice_sched_move_vsi_to_agg() argument 1594 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 2441 ice_sched_rm_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc) ice_sched_rm_agg_cfg() argument 2522 ice_save_agg_tc_bitmap(struct ice_port_info *pi, u32 agg_id, unsigned long *tc_bitmap) ice_save_agg_tc_bitmap() argument 2545 ice_sched_add_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc) ice_sched_add_agg_cfg() argument 2635 ice_sched_cfg_agg(struct ice_port_info *pi, u32 agg_id, enum ice_agg_type agg_type, unsigned long *tc_bitmap) ice_sched_cfg_agg() argument 2697 ice_cfg_agg(struct ice_port_info *pi, u32 agg_id, enum ice_agg_type agg_type, u8 tc_bitmap) ice_cfg_agg() argument 2766 ice_save_agg_vsi_tc_bitmap(struct ice_port_info *pi, u32 agg_id, u16 vsi_handle, unsigned long *tc_bitmap) ice_save_agg_vsi_tc_bitmap() argument 2796 ice_sched_assoc_vsi_to_agg(struct ice_port_info *pi, u32 agg_id, u16 vsi_handle, unsigned long *tc_bitmap) ice_sched_assoc_vsi_to_agg() argument 2969 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 [all...] |
H A D | ice_lib.c | 2258 u32 agg_id = ICE_INVALID_AGG_NODE_ID; in ice_set_agg_vsi() local 2315 agg_node_iter->agg_id != ICE_INVALID_AGG_NODE_ID) { in ice_set_agg_vsi() 2316 agg_id = agg_node_iter->agg_id; in ice_set_agg_vsi() 2321 /* find unclaimed agg_id */ in ice_set_agg_vsi() 2322 if (agg_node_iter->agg_id == ICE_INVALID_AGG_NODE_ID) { in ice_set_agg_vsi() 2323 agg_id = node_offset + agg_node_id_start; in ice_set_agg_vsi() 2336 status = ice_cfg_agg(port_info, agg_id, ICE_AGG_TYPE_AGG, in ice_set_agg_vsi() 2339 dev_err(dev, "unable to create aggregator node with agg_id %u\n", in ice_set_agg_vsi() 2340 agg_id); in ice_set_agg_vsi() [all...] |
H A D | ice_vf_lib.c | 460 "agg_id %u already has reached max_num_vsis %u\n", in ice_vf_rebuild_aggregator_node_cfg() 461 vsi->agg_node->agg_id, vsi->agg_node->num_vsis); in ice_vf_rebuild_aggregator_node_cfg() 465 status = ice_move_vsi_to_agg(pf->hw.port_info, vsi->agg_node->agg_id, in ice_vf_rebuild_aggregator_node_cfg() 469 vsi->idx, vsi->agg_node->agg_id); in ice_vf_rebuild_aggregator_node_cfg()
|
H A D | ice_type.h | 533 u32 agg_id; /* aggregator group ID */ member
|
H A D | ice.h | 528 u32 agg_id; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.h | 52 u32 agg_id; member
|
H A D | ice_type.h | 375 u32 agg_id; /* aggregator group ID */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 899 u16 agg_id, u16 curr) in bnxt_get_tpa_agg_p5() 901 struct bnxt_tpa_info *tpa_info = &rxr->rx_tpa[agg_id]; in bnxt_get_tpa_agg_p5() 1216 static u16 bnxt_alloc_agg_idx(struct bnxt_rx_ring_info *rxr, u16 agg_id) in bnxt_alloc_agg_idx() argument 1219 u16 idx = agg_id & MAX_TPA_P5_MASK; in bnxt_alloc_agg_idx() 1225 map->agg_id_tbl[agg_id] = idx; in bnxt_alloc_agg_idx() 1236 static u16 bnxt_lookup_agg_idx(struct bnxt_rx_ring_info *rxr, u16 agg_id) in bnxt_lookup_agg_idx() argument 1240 return map->agg_id_tbl[agg_id]; in bnxt_lookup_agg_idx() 1249 u16 cons, prod, agg_id; in bnxt_tpa_start() local 1254 agg_id = TPA_START_AGG_ID_P5(tpa_start); in bnxt_tpa_start() 1255 agg_id in bnxt_tpa_start() 897 bnxt_get_tpa_agg_p5(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, u16 agg_id, u16 curr) bnxt_get_tpa_agg_p5() argument 1552 u16 idx = 0, agg_id; bnxt_tpa_end() local 1685 u16 agg_id = TPA_AGG_AGG_ID(rx_agg); bnxt_tpa_agg() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 913 u16 agg_id, u16 curr) in bnxt_get_tpa_agg_p5() 915 struct bnxt_tpa_info *tpa_info = &rxr->rx_tpa[agg_id]; in bnxt_get_tpa_agg_p5() 1267 static u16 bnxt_alloc_agg_idx(struct bnxt_rx_ring_info *rxr, u16 agg_id) in bnxt_alloc_agg_idx() argument 1270 u16 idx = agg_id & MAX_TPA_P5_MASK; in bnxt_alloc_agg_idx() 1276 map->agg_id_tbl[agg_id] = idx; in bnxt_alloc_agg_idx() 1287 static u16 bnxt_lookup_agg_idx(struct bnxt_rx_ring_info *rxr, u16 agg_id) in bnxt_lookup_agg_idx() argument 1291 return map->agg_id_tbl[agg_id]; in bnxt_lookup_agg_idx() 1300 u16 cons, prod, agg_id; in bnxt_tpa_start() local 1305 agg_id = TPA_START_AGG_ID_P5(tpa_start); in bnxt_tpa_start() 1306 agg_id in bnxt_tpa_start() 911 bnxt_get_tpa_agg_p5(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, u16 agg_id, u16 curr) bnxt_get_tpa_agg_p5() argument 1603 u16 idx = 0, agg_id; bnxt_tpa_end() local 1740 u16 agg_id = TPA_AGG_AGG_ID(rx_agg); bnxt_tpa_agg() local [all...] |
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 4499 int agg_id = 0; in bond_update_slave_arr() local 4525 agg_id = ad_info.aggregator_id; in bond_update_slave_arr() 4536 if (!agg || agg->aggregator_identifier != agg_id) in bond_update_slave_arr()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 5073 int agg_id = 0; in bond_update_slave_arr() local 5100 agg_id = ad_info.aggregator_id; in bond_update_slave_arr() 5111 if (!agg || agg->aggregator_identifier != agg_id) in bond_update_slave_arr()
|