Searched refs:vmxnet3_write_cmd (Results 1 – 1 of 1) sorted by relevance
173 static void vmxnet3_write_cmd(struct vmxnet3_softc *, uint32_t);1815 vmxnet3_write_cmd(sc, VMXNET3_CMD_DISABLE); in vmxnet3_stop()1816 vmxnet3_write_cmd(sc, VMXNET3_CMD_RESET); in vmxnet3_stop()1939 vmxnet3_write_cmd(sc, VMXNET3_CMD_VLAN_FILTER); in vmxnet3_reinit_rxfilters()2145 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_FILTER); in vmxnet3_set_rxfilter()2146 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_RXMODE); in vmxnet3_set_rxfilter()2153 vmxnet3_write_cmd(sc, VMXNET3_CMD_GET_STATS); in vmxnet3_refresh_host_stats()2423 vmxnet3_write_cmd(struct vmxnet3_softc *sc, uint32_t cmd) in vmxnet3_write_cmd() function2433 vmxnet3_write_cmd(sc, cmd); in vmxnet3_read_cmd()