Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_vmx.c | 178 struct vmxnet3_txcompdesc *txcd; member in union:vmxnet3_comp_ring::__anonb53cc32e010a 1417 txc->vxcr_u.txcd = 1459 if (txc->vxcr_u.txcd != NULL) { 1461 txc->vxcr_u.txcd = NULL; 2123 struct vmxnet3_txcompdesc *txcd; local in function:vmxnet3_txq_eof 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...] |