Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c534 E1000G_IPALIGNROOM, length, in e1000g_receive()
538 E1000G_IPALIGNROOM, length, in e1000g_receive()
695 if ((nmp = allocb(length + E1000G_IPALIGNROOM, in e1000g_receive()
706 nmp->b_rptr += E1000G_IPALIGNROOM; in e1000g_receive()
707 nmp->b_wptr += E1000G_IPALIGNROOM; in e1000g_receive()
H A De1000g_alloc.c1375 rx_buf->size -= E1000G_IPALIGNROOM; in e1000g_alloc_rx_sw_packet()
1376 rx_buf->address += E1000G_IPALIGNROOM; in e1000g_alloc_rx_sw_packet()
1377 rx_buf->dma_address += E1000G_IPALIGNROOM; in e1000g_alloc_rx_sw_packet()
1414 rx_buf->size += E1000G_IPALIGNROOM; in e1000g_free_rx_sw_packet()
1415 rx_buf->address -= E1000G_IPALIGNROOM; in e1000g_free_rx_sw_packet()
H A De1000g_sw.h230 #define E1000G_IPALIGNROOM 2 macro
H A DREADME658 6809877 e1000g E1000G_IPALIGNROOM code can be rewritten
H A De1000g_main.c1010 Adapter->rx_buffer_size += E1000G_IPALIGNROOM; in e1000g_set_bufsize()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME658 6809877 e1000g E1000G_IPALIGNROOM code can be rewritten