Searched refs:E1000G_IPALIGNROOM (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c534 E1000G_IPALIGNROOM, length,
538 E1000G_IPALIGNROOM, length,
695 if ((nmp = allocb(length + E1000G_IPALIGNROOM,
706 nmp->b_rptr += E1000G_IPALIGNROOM;
707 nmp->b_wptr += E1000G_IPALIGNROOM;
H A De1000g_alloc.c1375 rx_buf->size -= E1000G_IPALIGNROOM;
1376 rx_buf->address += E1000G_IPALIGNROOM;
1377 rx_buf->dma_address += E1000G_IPALIGNROOM;
1414 rx_buf->size += E1000G_IPALIGNROOM;
1415 rx_buf->address -= E1000G_IPALIGNROOM;
H A De1000g_sw.h229 #define E1000G_IPALIGNROOM 2 macro
H A De1000g_main.c991 Adapter->rx_buffer_size += E1000G_IPALIGNROOM;

Completed in 80 milliseconds