Searched refs:police_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_police.c74 unsigned long police_id,
123 if (port->tc.police_id && port->tc.police_id != police_id) {
135 unsigned long police_id,
145 err = lan966x_police_validate(port, action, act, police_id, ingress,
168 port->tc.police_id = police_id;
182 unsigned long police_id,
187 if (port->tc.police_id !
71 lan966x_police_validate(struct lan966x_port *port, const struct flow_action *action, const struct flow_action_entry *act, unsigned long police_id, bool ingress, struct netlink_ext_ack *extack) argument
132 lan966x_police_port_add(struct lan966x_port *port, struct flow_action *action, struct flow_action_entry *act, unsigned long police_id, bool ingress, struct netlink_ext_ack *extack) argument
181 lan966x_police_port_del(struct lan966x_port *port, unsigned long police_id, struct netlink_ext_ack *extack) argument
[all...]
H A Dlan966x_tc_matchall.c43 if (f->cookie == port->tc.police_id) {
61 if (f->cookie == port->tc.police_id) {
H A Dlan966x_main.h405 unsigned long police_id; member in struct:lan966x_port_tc
673 unsigned long police_id,
677 unsigned long police_id,
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.h43 unsigned long police_id; member in struct:ocelot_port_tc
H A Docelot_net.c235 if (priv->tc.police_id && priv->tc.police_id != f->cookie) {
254 priv->tc.police_id = f->cookie;
317 priv->tc.police_id = 0;
383 if (f->cookie == priv->tc.police_id)

Completed in 197 milliseconds