Lines Matching refs:sfn_pl

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