Searched refs:p_threshold (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/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 | 66 u32 *p_threshold) in ocelot_devlink_sb_port_pool_get() argument 72 p_threshold); in ocelot_devlink_sb_port_pool_get() 91 u16 *p_pool_index, u32 *p_threshold) in ocelot_devlink_sb_tc_pool_bind_get() argument 98 p_threshold); in ocelot_devlink_sb_tc_pool_bind_get()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.h | 369 u32 *p_threshold); 376 u16 *p_pool_index, u32 *p_threshold);
|
D | spectrum_buffers.c | 1440 u32 *p_threshold) in mlxsw_sp_sb_port_pool_get() argument 1449 *p_threshold = mlxsw_sp_sb_threshold_out(mlxsw_sp, pool_index, in mlxsw_sp_sb_port_pool_get() 1482 u16 *p_pool_index, u32 *p_threshold) in mlxsw_sp_sb_tc_pool_bind_get() argument 1493 *p_threshold = mlxsw_sp_sb_threshold_out(mlxsw_sp, cm->pool_index, in mlxsw_sp_sb_tc_pool_bind_get()
|
D | spectrum.h | 590 u32 *p_threshold); 597 u16 *p_pool_index, u32 *p_threshold);
|
D | core.c | 1329 u32 *p_threshold) in mlxsw_devlink_sb_port_pool_get() argument 1339 pool_index, p_threshold); in mlxsw_devlink_sb_port_pool_get() 1362 u16 *p_pool_index, u32 *p_threshold) in mlxsw_devlink_sb_tc_pool_bind_get() argument 1373 p_pool_index, p_threshold); in mlxsw_devlink_sb_tc_pool_bind_get()
|
/linux-6.1.9/net/dsa/ |
D | dsa2.c | 691 u32 *p_threshold) in dsa_devlink_sb_port_pool_get() argument 700 pool_index, p_threshold); in dsa_devlink_sb_port_pool_get() 722 u16 *p_pool_index, u32 *p_threshold) in dsa_devlink_sb_tc_pool_bind_get() argument 732 p_pool_index, p_threshold); in dsa_devlink_sb_tc_pool_bind_get()
|
/linux-6.1.9/drivers/net/dsa/ocelot/ |
D | felix.c | 1883 u32 *p_threshold) in felix_sb_port_pool_get() argument 1888 p_threshold); in felix_sb_port_pool_get() 1904 u16 *p_pool_index, u32 *p_threshold) in felix_sb_tc_pool_bind_get() argument 1910 p_threshold); in felix_sb_tc_pool_bind_get()
|
/linux-6.1.9/include/soc/mscc/ |
D | ocelot.h | 1250 u32 *p_threshold); 1257 u16 *p_pool_index, u32 *p_threshold);
|
/linux-6.1.9/include/net/ |
D | devlink.h | 1249 u32 *p_threshold); 1257 u16 *p_pool_index, u32 *p_threshold);
|
D | dsa.h | 1141 u32 *p_threshold); 1149 u16 *p_pool_index, u32 *p_threshold);
|