Searched refs:vmxnet3_command (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c48 static inline uint32_t vmxnet3_command ( struct vmxnet3_nic *vmxnet, function
303 state = vmxnet3_command ( vmxnet, VMXNET3_CMD_GET_LINK );
343 vmxnet3_command ( vmxnet, VMXNET3_CMD_GET_QUEUE_STATUS );
485 if ( ( status = vmxnet3_command ( vmxnet,
498 vmxnet3_command ( vmxnet, VMXNET3_CMD_QUIESCE_DEV );
499 vmxnet3_command ( vmxnet, VMXNET3_CMD_RESET_DEV );
516 vmxnet3_command ( vmxnet, VMXNET3_CMD_QUIESCE_DEV );
517 vmxnet3_command ( vmxnet, VMXNET3_CMD_RESET_DEV );
567 mac.low = le32_to_cpu ( vmxnet3_command ( vmxnet,
569 mac.high = le32_to_cpu ( vmxnet3_command ( vmxne
[all...]
H A Dvmxnet3.h97 enum vmxnet3_command { enum

Completed in 44 milliseconds