Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c278 uint32_t last_pkt_len; in ixgbe_lro_bind() local
340 last_pkt_len = pkt_len - ixgbe->rx_buf_size * (lro_num - 1); in ixgbe_lro_bind()
350 mp->b_wptr = mp->b_rptr + last_pkt_len; in ixgbe_lro_bind()
397 uint32_t last_pkt_len; in ixgbe_lro_copy() local
433 last_pkt_len = pkt_len - ixgbe->rx_buf_size * (lro_num - 1); in ixgbe_lro_copy()
447 last_pkt_len); in ixgbe_lro_copy()
448 mp->b_wptr += last_pkt_len; in ixgbe_lro_copy()