Searched refs:vf_table (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 1487 uint32_t *vf_table = hw->shared->devRead.rxFilterConf.vfTable; in vmxnet3_dev_promiscuous_enable() local 1489 memset(vf_table, 0, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_promiscuous_enable() 1503 uint32_t *vf_table = hw->shared->devRead.rxFilterConf.vfTable; in vmxnet3_dev_promiscuous_disable() local 1507 memcpy(vf_table, hw->shadow_vfta, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_promiscuous_disable() 1509 memset(vf_table, 0xff, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_promiscuous_disable() 1545 uint32_t *vf_table = rxConf->vfTable; in vmxnet3_dev_vlan_filter_set() local 1559 VMXNET3_SET_VFTABLE_ENTRY(vf_table, vid); in vmxnet3_dev_vlan_filter_set() 1561 VMXNET3_CLEAR_VFTABLE_ENTRY(vf_table, vid); in vmxnet3_dev_vlan_filter_set() 1573 uint32_t *vf_table = devRead->rxFilterConf.vfTable; in vmxnet3_dev_vlan_offload_set() local 1588 memcpy(vf_table, hw->shadow_vfta, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_vlan_offload_set() [all …]
|