Home
last modified time | relevance | path

Searched refs:MAX_SGLIST (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
Deata.c557 #define MAX_SGLIST 64 macro
1305 if (shost->sg_tablesize > MAX_SGLIST || shost->sg_tablesize < 2) { in port_detect()
1308 shost->sg_tablesize = MAX_SGLIST; in port_detect()
1325 if (info.large_sg && shost->sg_tablesize == MAX_SGLIST) in port_detect()
Dmegaraid.h61 #define MAX_SGLIST 64 /* max supported in f/w */ macro
Dmegaraid.c3947 if ( adapter->sglen > MAX_SGLIST ) in mega_get_max_sgl()
3948 adapter->sglen = MAX_SGLIST; in mega_get_max_sgl()
4181 .sg_tablesize = MAX_SGLIST,