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

  /src/sys/dev/pci/
if_vmx.c 147 struct mbuf *vtxb_m; member in struct:vmxnet3_txbuf
2157 if ((m = txb->vtxb_m) != NULL) {
2169 txb->vtxb_m = NULL;
2687 if (txb->vtxb_m == NULL)
2694 m_freem(txb->vtxb_m);
2695 txb->vtxb_m = NULL;
3145 txr->vxtxr_txbuf[txr->vxtxr_head].vtxb_m = m;

Completed in 13 milliseconds