Searched refs:last_sge (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/ata/ |
| H A D | sata_sil24.c | 772 struct sil24_sge *last_sge = NULL; in sil24_fill_sg() local 780 last_sge = sge; in sil24_fill_sg() 784 last_sge->flags = cpu_to_le32(SGE_TRM); in sil24_fill_sg()
|
| /linux/include/rdma/ |
| H A D | rdma_vt.h | 527 struct rvt_sge *isge, struct rvt_sge *last_sge,
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 503 u8 last_sge; /* DWORD 2 */ member
|
| H A D | be_main.c | 2177 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 D | filter.c | 2659 u32 first_sge, last_sge, i, shift, bytes_sg_total; in BPF_CALL_4() local 2704 last_sge = i; in BPF_CALL_4() 2728 } while (i != last_sge); in BPF_CALL_4() 2736 WARN_ON_ONCE(last_sge == first_sge); in BPF_CALL_4() 2737 shift = last_sge > first_sge ? in BPF_CALL_4() 2738 last_sge - first_sge - 1 : in BPF_CALL_4() 2739 NR_MSG_FRAG_IDS - first_sge + last_sge - 1; in BPF_CALL_4()
|