Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fnic/
Dfcpio.h207 u32 sgl_cnt; /* scatter-gather list count */ member
255 u32 sgl_cnt; /* scatter-gather list count */ member
316 u32 sgl_cnt; /* scatter-gather list count */ member
336 u32 sgl_cnt; /* scatter-gather list count */ member
Dfnic_res.h82 u32 sgl_cnt, u32 sense_len, in fnic_queue_wq_copy_desc_icmnd_16() argument
103 desc->u.icmnd_16.sgl_cnt = sgl_cnt; /* scatter-gather list count */ in fnic_queue_wq_copy_desc_icmnd_16()
Dfnic_io.h60 u16 sgl_cnt; member
Dfnic_scsi.c130 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt, in fnic_release_ioreq_buf()
134 if (io_req->sgl_cnt) in fnic_release_ioreq_buf()
400 0, exch_flags, io_req->sgl_cnt, in fnic_queue_wq_copy_desc()
502 io_req->sgl_cnt = sg_count; in fnic_queuecommand_lck()
/linux-4.4.14/drivers/scsi/snic/
Dsnic_stats.h28 atomic64_t sgl_cnt[SNIC_MAX_SG_DESC_CNT]; /* SGL Counters */ member
Dsnic_debugfs.c250 (u64) atomic64_read(&stats->io.sgl_cnt[i])); in snic_stats_show()
Dsnic_io.c238 atomic64_inc(&snic->s_stats.io.sgl_cnt[sg_cnt - 1]); in snic_req_init()