Home
last modified time | relevance | path

Searched refs:to_cid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_goto.c7 int from_cid, int to_cid, in lan966x_goto_port_add()
15 from_cid, to_cid, goto_id, in lan966x_goto_port_add()
6 lan966x_goto_port_add(struct lan966x_port *port, int from_cid, int to_cid, unsigned long goto_id, struct netlink_ext_ack *extack) lan966x_goto_port_add() argument
H A Dlan966x_tc_flower.c377 int to_cid) in lan966x_tc_add_rule_link()
379 struct vcap_admin *to_admin = vcap_find_admin(vctrl, to_cid); in lan966x_tc_add_rule_link()
388 diff = vcap_chain_offset(vctrl, f->common.chain_index, to_cid); in lan966x_tc_add_rule_link()
373 lan966x_tc_add_rule_link(struct vcap_control *vctrl, struct vcap_admin *admin, struct vcap_rule *vrule, struct flow_cls_offload *f, int to_cid) lan966x_tc_add_rule_link() argument
H A Dlan966x_main.h730 int from_cid, int to_cid,
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_client.h153 int from_cid, int to_cid, unsigned long cookie,
224 int vcap_chain_offset(struct vcap_control *vctrl, int from_cid, int to_cid);
H A Dvcap_api.c1659 int vcap_chain_offset(struct vcap_control *vctrl, int from_cid, int to_cid) in vcap_chain_offset() argument
1661 int diff = to_cid - from_cid; in vcap_chain_offset()
1665 to_cid %= VCAP_CID_LOOKUP_SIZE; in vcap_chain_offset()
1666 if (to_cid == 0) /* Destination aligned to a lookup == no chaining */ in vcap_chain_offset()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c621 int from_cid, int to_cid) in sparx5_tc_add_rule_link()
623 struct vcap_admin *to_admin = vcap_find_admin(vctrl, to_cid); in sparx5_tc_add_rule_link()
628 __func__, __LINE__, to_cid); in sparx5_tc_add_rule_link()
632 diff = vcap_chain_offset(vctrl, from_cid, to_cid); in sparx5_tc_add_rule_link()
672 __func__, __LINE__, to_cid); in sparx5_tc_add_rule_link()
618 sparx5_tc_add_rule_link(struct vcap_control *vctrl, struct vcap_admin *admin, struct vcap_rule *vrule, int from_cid, int to_cid) sparx5_tc_add_rule_link() argument

Completed in 11 milliseconds