Searched refs:MAX_SGLIST (Results 1 – 2 of 2) sorted by relevance
62 #define MAX_SGLIST 64 /* max supported in f/w */ macro
3880 if ( adapter->sglen > MAX_SGLIST ) in mega_get_max_sgl()3881 adapter->sglen = MAX_SGLIST; in mega_get_max_sgl()4113 .sg_tablesize = MAX_SGLIST,