Lines Matching refs:sfn_pl

3046 					    char *sfn_pl, int rec_index,  in mlxsw_sp_fdb_notify_mac_process()  argument
3059 mlxsw_reg_sfn_mac_unpack(sfn_pl, rec_index, mac, &fid, &local_port); in mlxsw_sp_fdb_notify_mac_process()
3114 char *sfn_pl, int rec_index, in mlxsw_sp_fdb_notify_mac_lag_process() argument
3129 mlxsw_reg_sfn_mac_lag_unpack(sfn_pl, rec_index, mac, &fid, &lag_id); in mlxsw_sp_fdb_notify_mac_lag_process()
3232 char *sfn_pl, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() argument
3247 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3297 char *sfn_pl, int rec_index) in mlxsw_sp_fdb_notify_rec_process() argument
3299 switch (mlxsw_reg_sfn_rec_type_get(sfn_pl, rec_index)) { in mlxsw_sp_fdb_notify_rec_process()
3301 mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process()
3305 mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process()
3309 mlxsw_sp_fdb_notify_mac_lag_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process()
3313 mlxsw_sp_fdb_notify_mac_lag_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process()
3317 mlxsw_sp_fdb_notify_mac_uc_tunnel_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process()
3321 mlxsw_sp_fdb_notify_mac_uc_tunnel_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process()
3334 char *sfn_pl; in mlxsw_sp_fdb_notify_work() local
3340 sfn_pl = kmalloc(MLXSW_REG_SFN_LEN, GFP_KERNEL); in mlxsw_sp_fdb_notify_work()
3341 if (!sfn_pl) in mlxsw_sp_fdb_notify_work()
3353 mlxsw_reg_sfn_pack(sfn_pl); in mlxsw_sp_fdb_notify_work()
3354 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(sfn), sfn_pl); in mlxsw_sp_fdb_notify_work()
3359 num_rec = mlxsw_reg_sfn_num_rec_get(sfn_pl); in mlxsw_sp_fdb_notify_work()
3361 mlxsw_sp_fdb_notify_rec_process(mlxsw_sp, sfn_pl, i); in mlxsw_sp_fdb_notify_work()
3369 kfree(sfn_pl); in mlxsw_sp_fdb_notify_work()