Home
last modified time | relevance | path

Searched refs:DC395x_MAX_SG_LISTENTRY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Ddc395x.h25 #define DC395x_MAX_SG_LISTENTRY 64 /* Must be equal or lower to previous */ macro
H A Ddc395x.c170 #define SEGMENTX_LEN (sizeof(struct SGentry)*DC395x_MAX_SG_LISTENTRY)
3140 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].address; in pci_unmap_srb_sense()
3142 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].length; in pci_unmap_srb_sense()
3502 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].address = in request_sense()
3504 srb->segment_x[DC395x_MAX_SG_LISTENTRY - 1].length = in request_sense()
4109 ptr + (i++ * DC395x_MAX_SG_LISTENTRY); in adapter_sg_tables_alloc()
4113 ptr + (i * DC395x_MAX_SG_LISTENTRY); in adapter_sg_tables_alloc()