Searched defs:rx_buf (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_buf.c829 dma_buffer_t *rx_buf; local
850 rx_buf = &rcb->rx_buf;
852 rx_buf, ixgbe->rx_buf_size);
859 rx_buf->size -= IPHDR_ALIGN_ROOM;
860 rx_buf->address += IPHDR_ALIGN_ROOM;
861 rx_buf->dma_address += IPHDR_ALIGN_ROOM;
871 rx_buf->address,
872 rx_buf->size,
912 ixgbe_free_dma_buffer(&rcb->rx_buf);
[all...]
H A Dixgbe_sw.h446 dma_buffer_t rx_buf; member in struct:rx_control_block
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_buf.c835 dma_buffer_t *rx_buf; local
856 rx_buf = &rcb->rx_buf;
858 rx_buf, igb->rx_buf_size);
866 rx_buf->size -= IPHDR_ALIGN_ROOM;
867 rx_buf->address += IPHDR_ALIGN_ROOM;
868 rx_buf->dma_address += IPHDR_ALIGN_ROOM;
876 rx_buf->address,
877 rx_buf->size,
917 igb_free_dma_buffer(&rcb->rx_buf);
[all...]
H A Digb_sw.h400 dma_buffer_t rx_buf; member in struct:rx_control_block
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c84 dma_buf_t *rx_buf; local
88 rx_buf = (dma_buf_t *)arg;
89 rgep = (rge_t *)rx_buf->private;
105 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf),
106 rgep->rxbuf_size, 0, &rx_buf->rx_recycle);
107 if (rx_buf->mp == NULL) {
115 ASSERT(free_srbdp->rx_buf == NULL);
116 free_srbdp->rx_buf = rx_buf;
[all...]
H A Drge_main.c352 pbuf = &srbdp->rx_buf->pbuf;
417 if (srbdp->rx_buf) {
418 if (srbdp->rx_buf->mp != NULL) {
419 freemsg(srbdp->rx_buf->mp);
420 srbdp->rx_buf->mp = NULL;
422 rge_free_dma_mem(&srbdp->rx_buf->pbuf);
423 kmem_free(srbdp->rx_buf, sizeof (dma_buf_t));
424 srbdp->rx_buf = NULL;
445 if (srbdp->rx_buf != NULL) {
446 if (srbdp->rx_buf
520 dma_buf_t *rx_buf; local
582 dma_buf_t *rx_buf; local
[all...]
H A Drge.h305 dma_buf_t *rx_buf; member in struct:sw_rbd
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c83 address = (unsigned char *)packet->rx_buf->address;
86 address, packet->rx_buf->size,
192 packet->rx_buf->dma_address;
220 packet->rx_buf->dma_address;
451 dma_buffer_t *rx_buf; local
524 rx_buf = packet->rx_buf;
530 dvma_sync(rx_buf->dma_handle, 0,
533 (void) ddi_dma_sync(rx_buf->dma_handle,
537 (void) ddi_dma_sync(rx_buf
[all...]
H A De1000g_alloc.c1328 dma_buffer_t *rx_buf; local
1340 rx_buf = packet->rx_buf;
1346 rx_buf, Adapter->rx_buffer_size);
1355 rx_buf, Adapter->rx_buffer_size, p_dma_attr);
1358 rx_buf, Adapter->rx_buffer_size, p_dma_attr);
1375 rx_buf->size -= E1000G_IPALIGNROOM;
1376 rx_buf->address += E1000G_IPALIGNROOM;
1377 rx_buf->dma_address += E1000G_IPALIGNROOM;
1388 rx_buf
1401 dma_buffer_t *rx_buf; local
[all...]
H A De1000g_sw.h591 dma_buffer_t rx_buf[1]; member in struct:_rx_sw_packet
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c350 char *rx_buf = rcs->sd_state.serdev_rx_buf; local
368 rx_buf[rx_buflen++] = data;
374 DATASCOPE(rcs, 'R', rx_buf, rx_buflen)
382 rmc_comm_dp_drecv(rcs, (uint8_t *)rx_buf, rx_buflen);
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h329 struct amd8111s_dma_ringbuf rx_buf; member in struct:odl
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.h450 caddr_t rx_buf; member in struct:ex_rxdesc
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h732 uint32_t rx_buf; member in struct:nge

Completed in 104 milliseconds