Searched refs:rec_index (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_switchdev.c | 3072 char *sfn_pl, int rec_index, in mlxsw_sp_fdb_notify_mac_process() argument 3085 mlxsw_reg_sfn_mac_unpack(sfn_pl, rec_index, mac, &fid, &local_port); in mlxsw_sp_fdb_notify_mac_process() 3140 char *sfn_pl, int rec_index, in mlxsw_sp_fdb_notify_mac_lag_process() argument 3155 mlxsw_reg_sfn_mac_lag_unpack(sfn_pl, rec_index, mac, &fid, &lag_id); in mlxsw_sp_fdb_notify_mac_lag_process() 3259 int rec_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() argument 3273 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() 3323 char *sfn_pl, int rec_index) in mlxsw_sp_fdb_notify_rec_process() argument 3325 switch (mlxsw_reg_sfn_rec_type_get(sfn_pl, rec_index)) { in mlxsw_sp_fdb_notify_rec_process() 3328 rec_index, true); in mlxsw_sp_fdb_notify_rec_process() 3332 rec_index, false); in mlxsw_sp_fdb_notify_rec_process() [all …]
|
| H A D | spectrum_buffers.c | 1566 int rec_index = 0; in mlxsw_sp_sb_sr_occ_query_cb() local 1585 mlxsw_reg_sbsr_rec_unpack(sbsr_pl, rec_index++, in mlxsw_sp_sb_sr_occ_query_cb() 1599 mlxsw_reg_sbsr_rec_unpack(sbsr_pl, rec_index++, in mlxsw_sp_sb_sr_occ_query_cb()
|
| H A D | spectrum_router.c | 2445 int rec_index) in mlxsw_sp_router_neigh_ent_ipv6_process() argument 2452 mlxsw_reg_rauhtd_ent_ipv6_unpack(rauhtd_pl, rec_index, &rif, in mlxsw_sp_router_neigh_ent_ipv6_process() 2472 int rec_index) in mlxsw_sp_router_neigh_ent_ipv6_process() argument 2479 int rec_index) in mlxsw_sp_router_neigh_rec_ipv4_process() argument 2485 rec_index); in mlxsw_sp_router_neigh_rec_ipv4_process() 2493 ent_index = rec_index * MLXSW_REG_RAUHTD_IPV4_ENT_PER_REC + i; in mlxsw_sp_router_neigh_rec_ipv4_process() 2502 int rec_index) in mlxsw_sp_router_neigh_rec_ipv6_process() argument 2506 rec_index); in mlxsw_sp_router_neigh_rec_ipv6_process() 2510 char *rauhtd_pl, int rec_index) in mlxsw_sp_router_neigh_rec_process() argument 2512 switch (mlxsw_reg_rauhtd_rec_type_get(rauhtd_pl, rec_index)) { in mlxsw_sp_router_neigh_rec_process() [all …]
|