Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c277 int lro_next; in ixgbe_lro_bind() local
333 lro_next = current_rcb->lro_next; in ixgbe_lro_bind()
339 lro_next = lro_start; in ixgbe_lro_bind()
369 lro_next = current_rcb->lro_next; in ixgbe_lro_bind()
375 if (lro_next == -1) in ixgbe_lro_bind()
398 int lro_next; in ixgbe_lro_copy() local
427 lro_next = current_rcb->lro_next; in ixgbe_lro_copy()
450 lro_next = current_rcb->lro_next; in ixgbe_lro_copy()
456 if (lro_next == -1) in ixgbe_lro_copy()
558 uint32_t lro_next; in ixgbe_ring_rx() local
[all …]
H A Dixgbe_sw.h465 int lro_next; /* Index of next rcb */ member
H A Dixgbe_buf.c868 rcb->lro_next = -1; in ixgbe_alloc_rcb_lists()