Home
last modified time | relevance | path

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

/linux/drivers/scsi/snic/
H A Dsnic_io.h12 struct snic_sg_desc { struct
19 struct snic_sg_desc sg_desc[SNIC_DFLT_SG_DESC_CNT]; argument
23 struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT];
93 ((struct snic_sg_desc *) (((struct snic_host_req *)req)+1))
H A Dsnic_io.c249 rqi->req_len += (sg_cnt * sizeof(struct snic_sg_desc)); in snic_req_init()
370 struct snic_sg_desc *sgd; in snic_pci_unmap_rsp_buf()
H A Dsnic_disc.c48 struct snic_sg_desc *sgd = NULL; in snic_report_tgt_init()
H A Dsnic_scsi.c155 struct snic_sg_desc *sgd; in snic_queue_icmnd_req()
164 sgd = (struct snic_sg_desc *) req_to_sgl(rqi->req); in snic_queue_icmnd_req()