Lines Matching defs:ctrl
1595 const struct ofdpa_ctrl *ctrl, __be16 vlan_id)
1613 ctrl->eth_dst, ctrl->eth_dst_mask,
1614 ctrl->eth_type,
1621 netdev_err(ofdpa_port->dev, "Error (%d) ctrl ACL\n", err);
1627 int flags, const struct ofdpa_ctrl *ctrl,
1640 ctrl->eth_dst, ctrl->eth_dst_mask,
1642 goto_tbl, group_id, ctrl->copy_to_cpu);
1645 netdev_err(ofdpa_port->dev, "Error (%d) ctrl FLOOD\n", err);
1651 const struct ofdpa_ctrl *ctrl, __be16 vlan_id)
1661 ctrl->eth_type, ctrl->eth_dst,
1662 ctrl->eth_dst_mask, vlan_id,
1663 vlan_id_mask, ctrl->copy_to_cpu,
1667 netdev_err(ofdpa_port->dev, "Error (%d) ctrl term\n", err);
1673 const struct ofdpa_ctrl *ctrl, __be16 vlan_id)
1675 if (ctrl->acl)
1677 ctrl, vlan_id);
1678 if (ctrl->bridge)
1680 ctrl, vlan_id);
1682 if (ctrl->term)
1684 ctrl, vlan_id);
1708 const struct ofdpa_ctrl *ctrl)
1717 ctrl, htons(vid));
1753 netdev_err(ofdpa_port->dev, "Error (%d) port ctrl vlan add\n", err);