Searched refs:first_sge (Results 1 – 1 of 1) sorted by relevance
2607 u32 first_sge, last_sge, i, shift, bytes_sg_total; in BPF_CALL_4() local2628 first_sge = i; in BPF_CALL_4()2663 i = first_sge; in BPF_CALL_4()2678 sg_set_page(&msg->sg.data[first_sge], page, copy, 0); in BPF_CALL_4()2684 WARN_ON_ONCE(last_sge == first_sge); in BPF_CALL_4()2685 shift = last_sge > first_sge ? in BPF_CALL_4()2686 last_sge - first_sge - 1 : in BPF_CALL_4()2687 NR_MSG_FRAG_IDS - first_sge + last_sge - 1; in BPF_CALL_4()2691 i = first_sge; in BPF_CALL_4()2715 msg->data = sg_virt(&msg->sg.data[first_sge]) + start - offset; in BPF_CALL_4()