Searched refs:p_threshold (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/mscc/ |
H A 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()
|
H A 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/net/dsa/ |
H A D | devlink.c | 52 u32 *p_threshold) in dsa_devlink_sb_port_pool_get() argument 61 pool_index, p_threshold); in dsa_devlink_sb_port_pool_get() 83 u16 *p_pool_index, u32 *p_threshold) in dsa_devlink_sb_tc_pool_bind_get() argument 93 p_pool_index, p_threshold); in dsa_devlink_sb_tc_pool_bind_get()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.h | 379 u32 *p_threshold); 386 u16 *p_pool_index, u32 *p_threshold);
|
H A D | spectrum_buffers.c | 1444 u32 *p_threshold) in mlxsw_sp_sb_port_pool_get() argument 1453 *p_threshold = mlxsw_sp_sb_threshold_out(mlxsw_sp, pool_index, in mlxsw_sp_sb_port_pool_get() 1486 u16 *p_pool_index, u32 *p_threshold) in mlxsw_sp_sb_tc_pool_bind_get() argument 1497 *p_threshold = mlxsw_sp_sb_threshold_out(mlxsw_sp, cm->pool_index, in mlxsw_sp_sb_tc_pool_bind_get()
|
H A D | spectrum.h | 593 u32 *p_threshold); 600 u16 *p_pool_index, u32 *p_threshold);
|
H A D | core.c | 1417 u32 *p_threshold) in mlxsw_devlink_sb_port_pool_get() argument 1427 pool_index, p_threshold); in mlxsw_devlink_sb_port_pool_get() 1450 u16 *p_pool_index, u32 *p_threshold) in mlxsw_devlink_sb_tc_pool_bind_get() argument 1461 p_pool_index, p_threshold); in mlxsw_devlink_sb_tc_pool_bind_get()
|
/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2043 u32 *p_threshold) in felix_sb_port_pool_get() argument 2048 p_threshold); in felix_sb_port_pool_get() 2064 u16 *p_pool_index, u32 *p_threshold) in felix_sb_tc_pool_bind_get() argument 2070 p_threshold); in felix_sb_tc_pool_bind_get()
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 1113 u32 *p_threshold); 1120 u16 *p_pool_index, u32 *p_threshold);
|
/linux/include/net/ |
H A D | dsa.h | 1173 u32 *p_threshold); 1181 u16 *p_pool_index, u32 *p_threshold);
|
H A D | devlink.h | 1294 u32 *p_threshold); 1302 u16 *p_pool_index, u32 *p_threshold);
|