vmxnet3: Use better check for buffers not initialised The previous fix checked for the completion pool being allocated. However there are other parts of the setup that might not have been completed yet. Clearing the VMXNET3_STATE_BIT_QUIESCED bit is the last thing the driver does during setup so it is safer to check that to determine if everything is ready to go.