Home
last modified time | relevance | path

Searched refs:vmxnet3_write_cmd (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c173 static void vmxnet3_write_cmd(struct vmxnet3_softc *, uint32_t);
1816 vmxnet3_write_cmd(sc, VMXNET3_CMD_DISABLE); in vmxnet3_stop()
1817 vmxnet3_write_cmd(sc, VMXNET3_CMD_RESET); in vmxnet3_stop()
1940 vmxnet3_write_cmd(sc, VMXNET3_CMD_VLAN_FILTER); in vmxnet3_reinit_rxfilters()
2146 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_FILTER); in vmxnet3_set_rxfilter()
2147 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_RXMODE); in vmxnet3_set_rxfilter()
2154 vmxnet3_write_cmd(sc, VMXNET3_CMD_GET_STATS); in vmxnet3_refresh_host_stats()
2424 vmxnet3_write_cmd(struct vmxnet3_softc *sc, uint32_t cmd) in vmxnet3_write_cmd() function
2434 vmxnet3_write_cmd(sc, cmd); in vmxnet3_read_cmd()