Searched refs:last_sge (Results 1 – 1 of 1) sorted by relevance
2613 u32 first_sge, last_sge, i, shift, bytes_sg_total; in BPF_CALL_4() local2658 last_sge = i; in BPF_CALL_4()2682 } while (i != last_sge); in BPF_CALL_4()2690 WARN_ON_ONCE(last_sge == first_sge); in BPF_CALL_4()2691 shift = last_sge > first_sge ? in BPF_CALL_4()2692 last_sge - first_sge - 1 : in BPF_CALL_4()2693 NR_MSG_FRAG_IDS - first_sge + last_sge - 1; in BPF_CALL_4()