Searched refs:sge_tx_ring (Results 1 – 2 of 2) sorted by relevance
822 error = bus_dmamem_alloc(cd->sge_tx_tag, (void **)&ld->sge_tx_ring, in sge_dma_alloc()831 ld->sge_tx_ring, SGE_TX_RING_SZ, sge_dma_map_addr, in sge_dma_alloc()924 if (ld->sge_tx_ring != NULL) in sge_dma_free()925 bus_dmamem_free(cd->sge_tx_tag, ld->sge_tx_ring, in sge_dma_free()927 ld->sge_tx_ring = NULL; in sge_dma_free()980 bzero(ld->sge_tx_ring, SGE_TX_RING_SZ); in sge_list_tx_init()981 ld->sge_tx_ring[SGE_TX_RING_CNT - 1].sge_flags = htole32(RING_END); in sge_list_tx_init()1244 txstat = le32toh(ld->sge_tx_ring[cons].sge_cmdsts); in sge_txeof()1268 ld->sge_tx_ring[cons].sge_cmdsts = 0; in sge_txeof()1501 desc = &sc->sge_ldata.sge_tx_ring[prod]; in sge_encap()[all …]
298 struct sge_desc *sge_tx_ring; member