Searched refs:EFCT_FC_MAX_SGL (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/elx/efct/ | ||
H A D | efct_driver.h | 36 #define EFCT_FC_MAX_SGL 64 macro |
H A D | efct_hw.c | 310 max_sgl = (max_sgl > EFCT_FC_MAX_SGL) ? EFCT_FC_MAX_SGL : max_sgl; in efct_hw_setup() |