Searched refs:vf_table (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 1305 uint32_t *vf_table = hw->shared->devRead.rxFilterConf.vfTable; in vmxnet3_dev_promiscuous_enable() local 1307 memset(vf_table, 0, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_promiscuous_enable() 1321 uint32_t *vf_table = hw->shared->devRead.rxFilterConf.vfTable; in vmxnet3_dev_promiscuous_disable() local 1325 memcpy(vf_table, hw->shadow_vfta, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_promiscuous_disable() 1327 memset(vf_table, 0xff, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_promiscuous_disable() 1363 uint32_t *vf_table = rxConf->vfTable; in vmxnet3_dev_vlan_filter_set() local 1377 VMXNET3_SET_VFTABLE_ENTRY(vf_table, vid); in vmxnet3_dev_vlan_filter_set() 1379 VMXNET3_CLEAR_VFTABLE_ENTRY(vf_table, vid); in vmxnet3_dev_vlan_filter_set() 1391 uint32_t *vf_table = devRead->rxFilterConf.vfTable; in vmxnet3_dev_vlan_offload_set() local 1406 memcpy(vf_table, hw->shadow_vfta, VMXNET3_VFT_TABLE_SIZE); in vmxnet3_dev_vlan_offload_set() [all …]
|