Home
last modified time | relevance | path

Searched refs:sge_ldata (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/sge/
HDif_sge.c759 ld = &sc->sge_ldata; in sge_dma_alloc()
915 ld = &sc->sge_ldata; in sge_dma_free()
986 ld = &sc->sge_ldata; in sge_list_tx_init()
1036 bzero(sc->sge_ldata.sge_rx_ring, SGE_RX_RING_SZ); in sge_list_rx_init()
1111 desc = &sc->sge_ldata.sge_rx_ring[prod]; in sge_newbuf()
1126 desc = &sc->sge_ldata.sge_rx_ring[index]; in sge_discard_rxbuf()
1160 cur_rx = &sc->sge_ldata.sge_rx_ring[cons]; in sge_rxeof()
1242 ld = &sc->sge_ldata; in sge_txeof()
1509 desc = &sc->sge_ldata.sge_tx_ring[prod]; in sge_encap()
1527 desc = &sc->sge_ldata.sge_tx_ring[si]; in sge_encap()
[all …]
HDif_sgereg.h348 struct sge_list_data sge_ldata; member