Home
last modified time | relevance | path

Searched refs:sgl_cnt (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfcpio.h195 u32 sgl_cnt; /* scatter-gather list count */ member
243 u32 sgl_cnt; /* scatter-gather list count */ member
304 u32 sgl_cnt; /* scatter-gather list count */ member
324 u32 sgl_cnt; /* scatter-gather list count */ member
H A Dfnic_res.h70 u32 sgl_cnt, u32 sense_len, in fnic_queue_wq_copy_desc_icmnd_16() argument
91 desc->u.icmnd_16.sgl_cnt = sgl_cnt; /* scatter-gather list count */ in fnic_queue_wq_copy_desc_icmnd_16()
H A Dfnic_io.h51 u16 sgl_cnt; member
H A Dfnic_scsi.c117 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt, in fnic_release_ioreq_buf()
121 if (io_req->sgl_cnt) in fnic_release_ioreq_buf()
434 0, exch_flags, io_req->sgl_cnt, in fnic_queue_wq_copy_desc()
603 io_req->sgl_cnt = sg_count; in fnic_queuecommand()
/linux/drivers/scsi/snic/
H A Dsnic_stats.h14 atomic64_t sgl_cnt[SNIC_MAX_SG_DESC_CNT]; /* SGL Counters */ member
H A Dsnic_debugfs.c216 (u64) atomic64_read(&stats->io.sgl_cnt[i])); in snic_stats_show()
H A Dsnic_io.c255 atomic64_inc(&snic->s_stats.io.sgl_cnt[sg_cnt - 1]); in snic_req_init()