Home
last modified time | relevance | path

Searched refs:snic_sg_desc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/snic/
Dsnic_io.h26 struct snic_sg_desc { struct
33 struct snic_sg_desc sg_desc[SNIC_DFLT_SG_DESC_CNT]; argument
37 struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT];
107 ((struct snic_sg_desc *) (((struct snic_host_req *)req)+1))
Dsnic_io.c232 rqi->req_len += (sg_cnt * sizeof(struct snic_sg_desc)); in snic_req_init()
333 struct snic_sg_desc *sgd; in snic_pci_unmap_rsp_buf()
Dsnic_disc.c62 struct snic_sg_desc *sgd = NULL; in snic_report_tgt_init()
Dsnic_scsi.c169 struct snic_sg_desc *sgd; in snic_queue_icmnd_req()
178 sgd = (struct snic_sg_desc *) req_to_sgl(rqi->req); in snic_queue_icmnd_req()