Searched refs:maxuse (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/mscc/ |
D | ocelot_devlink.c | 236 u32 *maxuse) in ocelot_wm_status() argument 240 return ocelot->ops->wm_stat(res_stat, inuse, maxuse); in ocelot_wm_status() 514 void ocelot_wm_stat(u32 val, u32 *inuse, u32 *maxuse) in ocelot_wm_stat() argument 517 *maxuse = val & GENMASK(11, 0); in ocelot_wm_stat() 777 u32 inuse, maxuse; in ocelot_sb_occ_max_clear() local 785 &inuse, &maxuse); in ocelot_sb_occ_max_clear() 787 &inuse, &maxuse); in ocelot_sb_occ_max_clear() 790 &inuse, &maxuse); in ocelot_sb_occ_max_clear() 792 &inuse, &maxuse); in ocelot_sb_occ_max_clear() 799 &inuse, &maxuse); in ocelot_sb_occ_max_clear() [all …]
|
/drivers/net/dsa/ocelot/ |
D | seville_vsc9953.c | 864 static void vsc9953_wm_stat(u32 val, u32 *inuse, u32 *maxuse) in vsc9953_wm_stat() argument 867 *maxuse = val & GENMASK(12, 0); in vsc9953_wm_stat()
|
D | felix_vsc9959.c | 950 static void vsc9959_wm_stat(u32 val, u32 *inuse, u32 *maxuse) in vsc9959_wm_stat() argument 953 *maxuse = val & GENMASK(11, 0); in vsc9959_wm_stat()
|