Searched refs:MAX_SGLIST (Results 1 – 4 of 4) sorted by relevance
557 #define MAX_SGLIST 64 macro1305 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()
60 #define MAX_SGLIST 64 /* max supported in f/w */ macro
497 #define MAX_SGLIST 32 macro904 sh[j]->sg_tablesize = MAX_SGLIST; in port_detect()
3948 if ( adapter->sglen > MAX_SGLIST ) in mega_get_max_sgl()3949 adapter->sglen = MAX_SGLIST; in mega_get_max_sgl()4182 .sg_tablesize = MAX_SGLIST,