Searched refs:vlanid (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/iavf/ |
| H A D | iavf.h | 438 int iavf_add_del_vlan_v2(struct iavf_adapter *adapter, uint16_t vlanid, 454 int iavf_add_del_vlan(struct iavf_adapter *adapter, uint16_t vlanid, bool add);
|
| H A D | iavf_vchnl.c | 650 iavf_add_del_vlan_v2(struct iavf_adapter *adapter, uint16_t vlanid, bool add) in iavf_add_del_vlan_v2() argument 676 vlan_setting->tci = vlanid; in iavf_add_del_vlan_v2() 1341 iavf_add_del_vlan(struct iavf_adapter *adapter, uint16_t vlanid, bool add) in iavf_add_del_vlan() argument 1353 vlan_list->vlan_id[0] = vlanid; in iavf_add_del_vlan()
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_flow.c | 665 const struct rte_flow_action_of_set_vlan_vid *vlanid; in ch_rte_parse_atype_switch() local 678 vlanid = (const struct rte_flow_action_of_set_vlan_vid *) in ch_rte_parse_atype_switch() 689 fs->vlan = (be16_to_cpu(vlanid->vlan_vid) & 0xfff) | tmp_vlan; in ch_rte_parse_atype_switch()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_if.h | 1815 __le16 vlanid; member 1853 __le16 vlanid; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 1054 dcf_add_del_vlan(struct ice_dcf_hw *hw, uint16_t vlanid, bool add) in dcf_add_del_vlan() argument 1065 vlan_list->vlan_id[0] = vlanid; in dcf_add_del_vlan()
|