Searched refs:MAX_SGLIST (Results 1 – 3 of 3) 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()
61 #define MAX_SGLIST 64 /* max supported in f/w */ macro
3947 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,