Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmegaraid.h62 #define MAX_SGLIST 64 /* max supported in f/w */ macro
H A Dmegaraid.c3881 if ( adapter->sglen > MAX_SGLIST ) in mega_get_max_sgl()
3882 adapter->sglen = MAX_SGLIST; in mega_get_max_sgl()
4114 .sg_tablesize = MAX_SGLIST,