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

  /src/sys/dev/pci/
if_vmx.c 178 struct vmxnet3_txcompdesc *txcd; member in union:vmxnet3_comp_ring::__anon3406
1417 txc->vxcr_u.txcd =
1459 if (txc->vxcr_u.txcd != NULL) {
1461 txc->vxcr_u.txcd = NULL;
2123 struct vmxnet3_txcompdesc *txcd; local
2144 txcd = &txc->vxcr_u.txcd[txc->vxcr_next];
2145 if (txcd->gen != txc->vxcr_gen)
2172 txr->vxtxr_next = (txcd->eop_idx + 1) % txr->vxtxr_ndesc;
2814 memset(txc->vxcr_u.txcd, 0
    [all...]
if_vmx.c 178 struct vmxnet3_txcompdesc *txcd; member in union:vmxnet3_comp_ring::__anon3406
1417 txc->vxcr_u.txcd =
1459 if (txc->vxcr_u.txcd != NULL) {
1461 txc->vxcr_u.txcd = NULL;
2123 struct vmxnet3_txcompdesc *txcd; local
2144 txcd = &txc->vxcr_u.txcd[txc->vxcr_next];
2145 if (txcd->gen != txc->vxcr_gen)
2172 txr->vxtxr_next = (txcd->eop_idx + 1) % txr->vxtxr_ndesc;
2814 memset(txc->vxcr_u.txcd, 0
    [all...]

Completed in 29 milliseconds