Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c277 uint32_t last_pkt_len; in ixgbe_lro_bind() local
339 last_pkt_len = pkt_len - ixgbe->rx_buf_size * (lro_num - 1); in ixgbe_lro_bind()
349 mp->b_wptr = mp->b_rptr + last_pkt_len; in ixgbe_lro_bind()
396 uint32_t last_pkt_len; in ixgbe_lro_copy() local
432 last_pkt_len = pkt_len - ixgbe->rx_buf_size * (lro_num - 1); in ixgbe_lro_copy()
446 last_pkt_len); in ixgbe_lro_copy()
447 mp->b_wptr += last_pkt_len; in ixgbe_lro_copy()