Searched refs:parsing_depth (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum.c | 2940 mlxsw_sp->parsing.parsing_depth = MLXSW_SP_DEFAULT_PARSING_DEPTH; in mlxsw_sp_parsing_init() 4107 mlxsw_sp->parsing.parsing_depth = MLXSW_SP_INCREASED_PARSING_DEPTH; in mlxsw_sp_parsing_depth_inc() 4127 mlxsw_sp->parsing.parsing_depth = MLXSW_SP_DEFAULT_PARSING_DEPTH; in mlxsw_sp_parsing_depth_dec() 4141 mlxsw_reg_mprs_pack(mprs_pl, mlxsw_sp->parsing.parsing_depth, in mlxsw_sp_parsing_vxlan_udp_dport_set()
|
A D | spectrum.h | 155 u16 parsing_depth; member
|
A D | reg.h | 10623 MLXSW_ITEM32(reg, mprs, parsing_depth, 0x00, 0, 16); 10641 static inline void mlxsw_reg_mprs_pack(char *payload, u16 parsing_depth, in mlxsw_reg_mprs_pack() argument 10645 mlxsw_reg_mprs_parsing_depth_set(payload, parsing_depth); in mlxsw_reg_mprs_pack()
|
Completed in 46 milliseconds