Searched refs:p_threshold (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/mscc/ |
D | ocelot_devlink.c | 603 u32 *p_threshold) in ocelot_sb_port_pool_get() argument 624 *p_threshold = ocelot_wm_read(ocelot, wm_index); in ocelot_sb_port_pool_get() 625 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_get() 678 u16 *p_pool_index, u32 *p_threshold) in ocelot_sb_tc_pool_bind_get() argument 699 *p_threshold = ocelot_wm_read(ocelot, wm_index); in ocelot_sb_tc_pool_bind_get() 700 *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()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.h | 368 u32 *p_threshold); 375 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 | 593 u32 *p_threshold); 600 u16 *p_pool_index, u32 *p_threshold);
|
D | core.c | 1403 u32 *p_threshold) in mlxsw_devlink_sb_port_pool_get() argument 1413 pool_index, p_threshold); in mlxsw_devlink_sb_port_pool_get() 1436 u16 *p_pool_index, u32 *p_threshold) in mlxsw_devlink_sb_tc_pool_bind_get() argument 1447 p_pool_index, p_threshold); in mlxsw_devlink_sb_tc_pool_bind_get()
|
/drivers/net/dsa/ocelot/ |
D | felix.c | 1920 u32 *p_threshold) in felix_sb_port_pool_get() argument 1925 p_threshold); in felix_sb_port_pool_get() 1941 u16 *p_pool_index, u32 *p_threshold) in felix_sb_tc_pool_bind_get() argument 1947 p_threshold); in felix_sb_tc_pool_bind_get()
|