Searched refs:sfn_pl (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 2410 char *sfn_pl, int rec_index, in mlxsw_sp_fdb_notify_mac_process() argument 2425 mlxsw_reg_sfn_mac_unpack(sfn_pl, rec_index, mac, &fid, &local_port); in mlxsw_sp_fdb_notify_mac_process() 2475 char *sfn_pl, int rec_index, in mlxsw_sp_fdb_notify_mac_lag_process() argument 2490 mlxsw_reg_sfn_mac_lag_unpack(sfn_pl, rec_index, mac, &fid, &lag_id); in mlxsw_sp_fdb_notify_mac_lag_process() 2590 char *sfn_pl, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() argument 2605 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() 2655 char *sfn_pl, int rec_index) in mlxsw_sp_fdb_notify_rec_process() argument 2657 switch (mlxsw_reg_sfn_rec_type_get(sfn_pl, rec_index)) { in mlxsw_sp_fdb_notify_rec_process() 2659 mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process() 2663 mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process() [all …]
|