Searched refs:VMXNET3_VERSION_GE_3 (Results 1 – 3 of 3) sorted by relevance
133 #define VMXNET3_VERSION_GE_3(hw) ((hw)->version >= VMXNET3_REV_3 + 1) macro
265 if (VMXNET3_VERSION_GE_3(hw) && rq->data_desc_size) in vmxnet3_dev_rx_queue_reset()942 RTE_ASSERT(VMXNET3_VERSION_GE_3(hw)); in vmxnet3_recv_pkts()1192 if (VMXNET3_VERSION_GE_3(hw) && rxq->data_desc_size) in vmxnet3_dev_rx_queue_setup()1218 if (VMXNET3_VERSION_GE_3(hw) && rxq->data_desc_size) { in vmxnet3_dev_rx_queue_setup()
383 hw->txdata_desc_size = VMXNET3_VERSION_GE_3(hw) ? in eth_vmxnet3_dev_init()386 hw->rxdata_desc_size = VMXNET3_VERSION_GE_3(hw) ? in eth_vmxnet3_dev_init()