Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h503 u8 last_sge; /* DWORD 2 */ member
H A Dbe_main.c2177 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0); in hwi_write_sgl_v2()
2181 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1); in hwi_write_sgl_v2()
2265 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0); in hwi_write_sgl()
2269 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1); in hwi_write_sgl()
2344 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0); in hwi_write_buffer()
2355 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1); in hwi_write_buffer()
/linux/net/core/
H A Dfilter.c2711 u32 first_sge, last_sge, i, shift, bytes_sg_total; in BPF_CALL_4() local
2756 last_sge = i; in BPF_CALL_4()
2781 } while (i != last_sge); in BPF_CALL_4()
2790 WARN_ON_ONCE(last_sge == first_sge); in BPF_CALL_4()
2791 shift = last_sge > first_sge ? in BPF_CALL_4()
2792 last_sge - first_sge - 1 : in BPF_CALL_4()
2793 NR_MSG_FRAG_IDS - first_sge + last_sge - 1; in BPF_CALL_4()
2801 sk_msg_clear_copy_range(msg, i, last_sge); in BPF_CALL_4()