Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rdmavt/
Dmr.c883 static inline bool rvt_sge_adjacent(struct rvt_sge *last_sge, in rvt_sge_adjacent() argument
886 if (last_sge && sge->lkey == last_sge->mr->lkey && in rvt_sge_adjacent()
887 ((uint64_t)(last_sge->vaddr + last_sge->length) == sge->addr)) { in rvt_sge_adjacent()
889 if (unlikely((sge->addr - last_sge->mr->user_base + in rvt_sge_adjacent()
890 sge->length > last_sge->mr->length))) in rvt_sge_adjacent()
893 last_sge->length += sge->length; in rvt_sge_adjacent()
895 last_sge->sge_length += sge->length; in rvt_sge_adjacent()
896 trace_rvt_sge_adjacent(last_sge, sge); in rvt_sge_adjacent()
919 struct rvt_sge *isge, struct rvt_sge *last_sge, in rvt_lkey_ok() argument
935 if (rvt_sge_adjacent(last_sge, sge)) in rvt_lkey_ok()
[all …]
Dqp.c1806 struct rvt_sge *last_sge = NULL; in rvt_post_one_wr() local
1815 ret = rvt_lkey_ok(rkt, pd, &wqe->sg_list[j], last_sge, in rvt_post_one_wr()
1821 last_sge = &wqe->sg_list[j]; in rvt_post_one_wr()
/drivers/ata/
Dsata_sil24.c783 struct sil24_sge *last_sge = NULL; in sil24_fill_sg() local
791 last_sge = sge; in sil24_fill_sg()
795 last_sge->flags = cpu_to_le32(SGE_TRM); in sil24_fill_sg()
/drivers/scsi/be2iscsi/
Dbe_main.h544 u8 last_sge; /* DWORD 2 */ member
Dbe_main.c2156 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0); in hwi_write_sgl_v2()
2160 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1); in hwi_write_sgl_v2()
2244 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0); in hwi_write_sgl()
2248 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1); in hwi_write_sgl()
2323 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 0); in hwi_write_buffer()
2334 AMAP_SET_BITS(struct amap_iscsi_sge, last_sge, psgl, 1); in hwi_write_buffer()