Searched refs:vmxnet3_write_cmd (Results 1 – 1 of 1) sorted by relevance
171 static void vmxnet3_write_cmd(struct vmxnet3_softc *, uint32_t);1737 vmxnet3_write_cmd(sc, VMXNET3_CMD_DISABLE); in vmxnet3_stop()1738 vmxnet3_write_cmd(sc, VMXNET3_CMD_RESET); in vmxnet3_stop()1854 vmxnet3_write_cmd(sc, VMXNET3_CMD_VLAN_FILTER); in vmxnet3_reinit_rxfilters()2042 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_FILTER); in vmxnet3_set_rxfilter()2043 vmxnet3_write_cmd(sc, VMXNET3_CMD_SET_RXMODE); in vmxnet3_set_rxfilter()2050 vmxnet3_write_cmd(sc, VMXNET3_CMD_GET_STATS); in vmxnet3_refresh_host_stats()2309 vmxnet3_write_cmd(struct vmxnet3_softc *sc, uint32_t cmd) in vmxnet3_write_cmd() function2319 vmxnet3_write_cmd(sc, cmd); in vmxnet3_read_cmd()