sfn_pl           2450 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 					    char *sfn_pl, int rec_index,
sfn_pl           2464 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_reg_sfn_mac_unpack(sfn_pl, rec_index, mac, &fid, &local_port);
sfn_pl           2511 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 						char *sfn_pl, int rec_index,
sfn_pl           2526 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_reg_sfn_mac_lag_unpack(sfn_pl, rec_index, mac, &fid, &lag_id);
sfn_pl           2626 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 						      char *sfn_pl,
sfn_pl           2641 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index,
sfn_pl           2691 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 					    char *sfn_pl, int rec_index)
sfn_pl           2693 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	switch (mlxsw_reg_sfn_rec_type_get(sfn_pl, rec_index)) {
sfn_pl           2695 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl,
sfn_pl           2699 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl,
sfn_pl           2703 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		mlxsw_sp_fdb_notify_mac_lag_process(mlxsw_sp, sfn_pl,
sfn_pl           2707 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		mlxsw_sp_fdb_notify_mac_lag_process(mlxsw_sp, sfn_pl,
sfn_pl           2711 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		mlxsw_sp_fdb_notify_mac_uc_tunnel_process(mlxsw_sp, sfn_pl,
sfn_pl           2715 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		mlxsw_sp_fdb_notify_mac_uc_tunnel_process(mlxsw_sp, sfn_pl,
sfn_pl           2733 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	char *sfn_pl;
sfn_pl           2738 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	sfn_pl = kmalloc(MLXSW_REG_SFN_LEN, GFP_KERNEL);
sfn_pl           2739 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	if (!sfn_pl)
sfn_pl           2746 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	mlxsw_reg_sfn_pack(sfn_pl);
sfn_pl           2747 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(sfn), sfn_pl);
sfn_pl           2752 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	num_rec = mlxsw_reg_sfn_num_rec_get(sfn_pl);
sfn_pl           2754 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 		mlxsw_sp_fdb_notify_rec_process(mlxsw_sp, sfn_pl, i);
sfn_pl           2758 drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c 	kfree(sfn_pl);