Searched refs:lro_next (Results 1 – 3 of 3) sorted by relevance
276 int lro_next; in ixgbe_lro_bind() local331 if (current_rcb->lro_next != -1) in ixgbe_lro_bind()332 lro_next = current_rcb->lro_next; in ixgbe_lro_bind()333 current_rcb = rx_data->work_list[lro_next]; in ixgbe_lro_bind()338 lro_next = lro_start; in ixgbe_lro_bind()340 current_rcb = rx_data->work_list[lro_next]; in ixgbe_lro_bind()341 current_rbd = &rx_data->rbd_ring[lro_next]; in ixgbe_lro_bind()367 rx_data->work_list[lro_next] = free_rcb; in ixgbe_lro_bind()368 lro_next = current_rcb->lro_next; in ixgbe_lro_bind()369 current_rcb->lro_next = -1; in ixgbe_lro_bind()[all …]
447 int lro_next; /* Index of next rcb */ member
868 rcb->lro_next = -1; in ixgbe_alloc_rcb_lists()