Searched refs:first_sge (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Dfilter.c2636 u32 first_sge, last_sge, i, shift, bytes_sg_total; local
2657 first_sge = i;
2692 i = first_sge;
2707 sg_set_page(&msg->sg.data[first_sge], page, copy, 0);
2713 WARN_ON_ONCE(last_sge == first_sge);
2714 shift = last_sge > first_sge ?
2715 last_sge - first_sge - 1 :
2716 NR_MSG_FRAG_IDS - first_sge + last_sge - 1;
2720 i = first_sge;
2744 msg->data = sg_virt(&msg->sg.data[first_sge])
[all...]

Completed in 176 milliseconds