Lines Matching defs:rxc
1036 struct vioif_rx_context *rxc;
1050 rxc = netq->netq_ctx;
1051 evcnt_attach_dynamic(&rxc->rxc_mbuf_enobufs,
1458 struct vioif_rx_context *rxc;
1463 rxc = NULL;
1499 rxc = kmem_zalloc(sizeof(*rxc), KM_SLEEP);
1500 netq->netq_ctx = rxc;
1525 if (rxc != NULL) {
1526 kmem_free(rxc, sizeof(*rxc));
1555 struct vioif_rx_context *rxc;
1568 rxc = netq->netq_ctx;
1570 kmem_free(rxc, sizeof(*rxc));
1743 struct vioif_rx_context *rxc;
1750 rxc = netq->netq_ctx;
1763 rxc->rxc_mbuf_enobufs.ev_count++;
1771 rxc->rxc_mbuf_enobufs.ev_count++;