Searched refs:vioif_tx_buf (Results 1 – 1 of 1) sorted by relevance
259 struct vioif_tx_buf { struct302 struct vioif_tx_buf *sc_txbufs;537 struct vioif_tx_buf *buf = &sc->sc_txbufs[i]; in vioif_free_mems()558 sizeof (struct vioif_tx_buf) * VIOIF_INDIRECT_MAX - 1); in vioif_free_mems()561 kmem_free(sc->sc_txbufs, sizeof (struct vioif_tx_buf) * in vioif_free_mems()584 sc->sc_txbufs = kmem_zalloc(sizeof (struct vioif_tx_buf) * txqsize, in vioif_alloc_mems()606 struct vioif_tx_buf *buf = &sc->sc_txbufs[i]; in vioif_alloc_mems()649 sizeof (struct vioif_tx_buf) * VIOIF_INDIRECT_MAX - 1, in vioif_alloc_mems()662 struct vioif_tx_buf *buf = &sc->sc_txbufs[i]; in vioif_alloc_mems()678 sizeof (struct vioif_tx_buf) * in vioif_alloc_mems()[all …]