Home
last modified time | relevance | path

Searched refs:tx_buff (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c451 pbuff = dmfep->tx_buff.mem_dvma; in dmfe_init_rings()
1091 txb = &dmfep->tx_buff.mem_va[index*DMFE_BUF_SIZE]; in dmfe_send_msg()
1111 txb = &dmfep->tx_buff.mem_va[index*DMFE_BUF_SIZE]; in dmfe_send_msg()
1132 paddr = dmfep->tx_buff.mem_dvma + index*DMFE_BUF_SIZE; in dmfe_send_msg()
1134 (void) ddi_dma_sync(dmfep->tx_buff.dma_hdl, in dmfe_send_msg()
2332 &dmfep->tx_buff); in dmfe_alloc_bufs()
2401 dmfe_free_dma_mem(&dmfep->tx_buff); in dmfe_free_bufs()
H A Ddmfe_impl.h174 dma_area_t tx_buff; /* transmit buffers */ member
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h782 dma_area_t tx_buff[BGE_SPLIT]; member
H A Dbge_kstats.c418 (knp++)->value.ui64 = bgep->tx_buff[0].cookie.dmac_laddress; in bge_driverinfo_update()
H A Dbge_main2.c2708 &bgep->tx_buff[split]);
2836 area = bgep->tx_buff[split];
3028 bge_free_dma_mem(&bgep->tx_buff[split]);
H A Dbge_chip2.c6195 areap = &bgep->tx_buff[0]; in bge_pp_ioctl()