Searched refs:sfn_pl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 750 char *sfn_pl, int rec_index, in mlxsw_sp_fdb_notify_mac_process() argument 759 mlxsw_reg_sfn_mac_unpack(sfn_pl, rec_index, mac, &vid, &local_port); in mlxsw_sp_fdb_notify_mac_process() 787 char *sfn_pl, int rec_index) in mlxsw_sp_fdb_notify_rec_process() argument 789 switch (mlxsw_reg_sfn_rec_type_get(sfn_pl, rec_index)) { in mlxsw_sp_fdb_notify_rec_process() 791 mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process() 795 mlxsw_sp_fdb_notify_mac_process(mlxsw_sp, sfn_pl, in mlxsw_sp_fdb_notify_rec_process() 810 char *sfn_pl; in mlxsw_sp_fdb_notify_work() local 815 sfn_pl = kmalloc(MLXSW_REG_SFN_LEN, GFP_KERNEL); in mlxsw_sp_fdb_notify_work() 816 if (!sfn_pl) in mlxsw_sp_fdb_notify_work() 823 mlxsw_reg_sfn_pack(sfn_pl); in mlxsw_sp_fdb_notify_work() [all …]
|