Searched refs:MBOX_MAX_SG_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_mbox.h98 #define MBOX_MAX_SG_SIZE 32 // maximum scatter-gather list size macro
H A Dmegaraid_mbox.c1232 sizeof(mbox_sgl64) * MBOX_MAX_SG_SIZE,
3246 if (nsg > MBOX_MAX_SG_SIZE) nsg = MBOX_MAX_SG_SIZE;

Completed in 56 milliseconds