Home | History | Annotate | Download | only in pci

Lines Matching defs:rxc

1038 	struct vioif_rx_context *rxc;
1052 rxc = netq->netq_ctx;
1053 evcnt_attach_dynamic(&rxc->rxc_mbuf_enobufs,
1463 struct vioif_rx_context *rxc;
1468 rxc = NULL;
1504 rxc = kmem_zalloc(sizeof(*rxc), KM_SLEEP);
1505 netq->netq_ctx = rxc;
1530 if (rxc != NULL) {
1531 kmem_free(rxc, sizeof(*rxc));
1560 struct vioif_rx_context *rxc;
1573 rxc = netq->netq_ctx;
1575 kmem_free(rxc, sizeof(*rxc));
1748 struct vioif_rx_context *rxc;
1755 rxc = netq->netq_ctx;
1768 rxc->rxc_mbuf_enobufs.ev_count++;
1776 rxc->rxc_mbuf_enobufs.ev_count++;