Home
last modified time | relevance | path

Searched refs:IPHDR_ALIGN_ROOM (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c167 mp = allocb(pkt_len + IPHDR_ALIGN_ROOM, 0); in ixgbe_rx_copy()
176 mp->b_rptr += IPHDR_ALIGN_ROOM; in ixgbe_rx_copy()
406 mp = allocb(pkt_len + IPHDR_ALIGN_ROOM, 0); in ixgbe_lro_copy()
438 mp->b_rptr += IPHDR_ALIGN_ROOM; in ixgbe_lro_copy()
439 mp->b_wptr += IPHDR_ALIGN_ROOM; in ixgbe_lro_copy()
H A Dixgbe_buf.c859 rx_buf->size -= IPHDR_ALIGN_ROOM; in ixgbe_alloc_rcb_lists()
860 rx_buf->address += IPHDR_ALIGN_ROOM; in ixgbe_alloc_rcb_lists()
861 rx_buf->dma_address += IPHDR_ALIGN_ROOM; in ixgbe_alloc_rcb_lists()
H A Dixgbe_sw.h198 #define IPHDR_ALIGN_ROOM 2 macro
H A Dixgbe_gld.c533 rx_size = ixgbe->max_frame_size + IPHDR_ALIGN_ROOM; in ixgbe_m_setprop()
H A Dixgbe_main.c1171 rx_size = ixgbe->max_frame_size + IPHDR_ALIGN_ROOM; in ixgbe_init_driver_settings()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c158 mp = allocb(pkt_len + IPHDR_ALIGN_ROOM, 0); in igb_rx_copy()
168 mp->b_rptr += IPHDR_ALIGN_ROOM; in igb_rx_copy()
H A Digb_buf.c866 rx_buf->size -= IPHDR_ALIGN_ROOM; in igb_alloc_rcb_lists()
867 rx_buf->address += IPHDR_ALIGN_ROOM; in igb_alloc_rcb_lists()
868 rx_buf->dma_address += IPHDR_ALIGN_ROOM; in igb_alloc_rcb_lists()
H A Digb_sw.h180 #define IPHDR_ALIGN_ROOM 2 macro
H A Digb_gld.c1159 rx_size = igb->max_frame_size + IPHDR_ALIGN_ROOM; in igb_m_setprop()
H A Digb_main.c1074 rx_size = igb->max_frame_size + IPHDR_ALIGN_ROOM; in igb_init_driver_settings()