Home
last modified time | relevance | path

Searched refs:act_num (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.c588 int act_num; in __prestera_acl_rule_entry2hw_add() local
591 act_num = 0; in __prestera_acl_rule_entry2hw_add()
595 act_hw[act_num].id = PRESTERA_ACL_RULE_ACTION_ACCEPT; in __prestera_acl_rule_entry2hw_add()
596 act_num++; in __prestera_acl_rule_entry2hw_add()
600 act_hw[act_num].id = PRESTERA_ACL_RULE_ACTION_DROP; in __prestera_acl_rule_entry2hw_add()
601 act_num++; in __prestera_acl_rule_entry2hw_add()
605 act_hw[act_num].id = PRESTERA_ACL_RULE_ACTION_TRAP; in __prestera_acl_rule_entry2hw_add()
606 act_num++; in __prestera_acl_rule_entry2hw_add()
610 act_hw[act_num].id = PRESTERA_ACL_RULE_ACTION_POLICE; in __prestera_acl_rule_entry2hw_add()
611 act_hw[act_num].police = e->police.i; in __prestera_acl_rule_entry2hw_add()
[all …]
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_hw_cfg.c174 struct msix_entry *alloc_arr, u16 *act_num) in hinic3_alloc_irqs() argument
193 *act_num = found; in hinic3_alloc_irqs()