HomeSort by: relevance | last modified time | path
    Searched defs:vxcr_u (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_vmx.c 180 } vxcr_u; member in struct:vmxnet3_comp_ring
1417 txc->vxcr_u.txcd =
1459 if (txc->vxcr_u.txcd != NULL) {
1461 txc->vxcr_u.txcd = NULL;
1515 rxc->vxcr_u.rxcd =
1582 if (rxc->vxcr_u.rxcd != NULL) {
1584 rxc->vxcr_u.rxcd = NULL;
2144 txcd = &txc->vxcr_u.txcd[txc->vxcr_next];
2269 rxcd = &rxc->vxcr_u.rxcd[rxc->vxcr_next];
2382 rxcd = &rxc->vxcr_u.rxcd[rxc->vxcr_next]
    [all...]

Completed in 13 milliseconds