Searched refs:vmxnet3_write_cmd (Results 1 – 1 of 1) sorted by relevance
171 static void vmxnet3_write_cmd(struct vmxnet3_softc *, uint32_t);1803 vmxnet3_write_cmd(sc, VMXNET3_CMD_DISABLE); in vmxnet3_stop()1804 vmxnet3_write_cmd(sc, VMXNET3_CMD_RESET); in vmxnet3_stop()1927 vmxnet3_write_cmd(sc, VMXNET3_CMD_VLAN_FILTER); in vmxnet3_reinit_rxfilters()2138 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_FILTER); in vmxnet3_set_rxfilter()2139 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_RXMODE); in vmxnet3_set_rxfilter()2146 vmxnet3_write_cmd(sc, VMXNET3_CMD_GET_STATS); in vmxnet3_refresh_host_stats()2416 vmxnet3_write_cmd(struct vmxnet3_softc *sc, uint32_t cmd) in vmxnet3_write_cmd() function2426 vmxnet3_write_cmd(sc, cmd); in vmxnet3_read_cmd()