Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_fc.h23 #define ZFCP_FC_GPN_FT_NUM_BUFS 4 /* memory pages */ macro
25 #define ZFCP_FC_GPN_FT_MAX_SIZE (ZFCP_FC_GPN_FT_NUM_BUFS * PAGE_SIZE \
27 #define ZFCP_FC_GPN_FT_MAX_ENT (ZFCP_FC_GPN_FT_NUM_BUFS * \
141 struct scatterlist sg_rsp2[ZFCP_FC_GPN_FT_NUM_BUFS - 1];
Dzfcp_fc.c669 buf_num = chain ? ZFCP_FC_GPN_FT_NUM_BUFS : 1; in zfcp_fc_scan_ports()