Searched refs:prio_max (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_matchall.c | 45 u32 *prio_min, u32 *prio_max) in prestera_mall_prio_get() argument 51 *prio_max = block->mall.prio_max; in prestera_mall_prio_get() 59 block->mall.prio_max = max(block->mall.prio_max, f->common.prio); in prestera_mall_prio_update() 125 block->mall.prio_max = 0; in prestera_mall_destroy()
|
| H A D | prestera_matchall.h | 15 u32 *prio_min, u32 *prio_max);
|
| H A D | prestera_flow.h | 27 u32 prio_max; member
|
| H A D | prestera_flower.h | 23 u32 *prio_min, u32 *prio_max);
|
| H A D | prestera_acl.h | 199 u32 *prio_min, u32 *prio_max);
|
| H A D | prestera_flower.c | 405 u32 *prio_min, u32 *prio_max) in prestera_flower_prio_get() argument 413 prestera_acl_ruleset_prio_get(ruleset, prio_min, prio_max); in prestera_flower_prio_get()
|
| H A D | prestera_flow.c | 94 block->mall.prio_max = 0; in prestera_flow_block_create()
|
| H A D | prestera_acl.c | 424 u32 *prio_min, u32 *prio_max) in prestera_acl_ruleset_prio_get() argument 427 *prio_max = ruleset->prio.max; in prestera_acl_ruleset_prio_get()
|
| /linux/net/ethtool/ |
| H A D | pse-pd.c | 115 if (st->prio_max) in pse_reply_size() 212 if (st->prio_max && in pse_fill_reply() 213 (nla_put_u32(skb, ETHTOOL_A_PSE_PRIO_MAX, st->prio_max) || in pse_fill_reply()
|
| /linux/drivers/block/zram/ |
| H A D | zram_drv.c | 2348 static int scan_slots_for_recompress(struct zram *zram, u32 mode, u32 prio_max, in scan_slots_for_recompress() argument 2375 if (get_slot_comp_priority(zram, index) + 1 >= prio_max) in scan_slots_for_recompress() 2397 u32 prio_max) in recompress_slot() argument 2439 if (prio >= prio_max) in recompress_slot() 2446 for (; prio < prio_max; prio++) { in recompress_slot() 2547 u32 prio, prio_max; in recompress_store() local 2552 prio_max = zram->num_active_comps; in recompress_store() 2606 prio_max = prio + 1; in recompress_store() 2626 prio_max = prio + 1; in recompress_store() 2638 prio_max = min(prio_max, (u32)zram->num_active_comps); in recompress_store() [all …]
|
| /linux/drivers/net/pse-pd/ |
| H A D | pse_core.c | 359 int prio_max = pcdev->nr_lines; in pse_pw_d_retry_power_delivery() local 371 if (pcdev->pi[i].prio > prio_max) in pse_pw_d_retry_power_delivery() 376 prio_max = pcdev->pi[i].prio; in pse_pw_d_retry_power_delivery() 1627 status->prio_max = pcdev->nr_lines - 1; in pse_ethtool_get_status() 1631 status->prio_max = pcdev->pis_prio_max; in pse_ethtool_get_status()
|
| /linux/include/linux/pse-pd/ |
| H A D | pse.h | 155 u32 prio_max; member
|