Searched refs:p_threshold (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mscc/ |
D | ocelot_devlink.c | 572 u32 *p_threshold) in ocelot_sb_port_pool_get() argument 593 *p_threshold = ocelot_wm_read(ocelot, wm_index); in ocelot_sb_port_pool_get() 594 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_get() 647 u16 *p_pool_index, u32 *p_threshold) in ocelot_sb_tc_pool_bind_get() argument 668 *p_threshold = ocelot_wm_read(ocelot, wm_index); in ocelot_sb_tc_pool_bind_get() 669 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_tc_pool_bind_get()
|
D | ocelot_net.c | 55 u32 *p_threshold) in ocelot_devlink_sb_port_pool_get() argument 61 p_threshold); in ocelot_devlink_sb_port_pool_get() 80 u16 *p_pool_index, u32 *p_threshold) in ocelot_devlink_sb_tc_pool_bind_get() argument 87 p_threshold); in ocelot_devlink_sb_tc_pool_bind_get()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.h | 336 u32 *p_threshold); 343 u16 *p_pool_index, u32 *p_threshold);
|
D | spectrum_buffers.c | 1414 u32 *p_threshold) in mlxsw_sp_sb_port_pool_get() argument 1423 *p_threshold = mlxsw_sp_sb_threshold_out(mlxsw_sp, pool_index, in mlxsw_sp_sb_port_pool_get() 1456 u16 *p_pool_index, u32 *p_threshold) in mlxsw_sp_sb_tc_pool_bind_get() argument 1467 *p_threshold = mlxsw_sp_sb_threshold_out(mlxsw_sp, cm->pool_index, in mlxsw_sp_sb_tc_pool_bind_get()
|
D | core.c | 1297 u32 *p_threshold) in mlxsw_devlink_sb_port_pool_get() argument 1307 pool_index, p_threshold); in mlxsw_devlink_sb_port_pool_get() 1330 u16 *p_pool_index, u32 *p_threshold) in mlxsw_devlink_sb_tc_pool_bind_get() argument 1341 p_pool_index, p_threshold); in mlxsw_devlink_sb_tc_pool_bind_get()
|
D | spectrum.h | 545 u32 *p_threshold); 552 u16 *p_pool_index, u32 *p_threshold);
|
/Linux-v5.15/net/dsa/ |
D | dsa2.c | 669 u32 *p_threshold) in dsa_devlink_sb_port_pool_get() argument 678 pool_index, p_threshold); in dsa_devlink_sb_port_pool_get() 700 u16 *p_pool_index, u32 *p_threshold) in dsa_devlink_sb_tc_pool_bind_get() argument 710 p_pool_index, p_threshold); in dsa_devlink_sb_tc_pool_bind_get()
|
/Linux-v5.15/drivers/net/dsa/ocelot/ |
D | felix.c | 1520 u32 *p_threshold) in felix_sb_port_pool_get() argument 1525 p_threshold); in felix_sb_port_pool_get() 1541 u16 *p_pool_index, u32 *p_threshold) in felix_sb_tc_pool_bind_get() argument 1547 p_threshold); in felix_sb_tc_pool_bind_get()
|
/Linux-v5.15/include/soc/mscc/ |
D | ocelot.h | 825 u32 *p_threshold); 832 u16 *p_pool_index, u32 *p_threshold);
|
/Linux-v5.15/include/net/ |
D | dsa.h | 836 u32 *p_threshold); 844 u16 *p_pool_index, u32 *p_threshold);
|
D | devlink.h | 1258 u32 *p_threshold); 1266 u16 *p_pool_index, u32 *p_threshold);
|