Home
last modified time | relevance | path

Searched refs:ZFCP_CFDC_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_cfdc.c61 unsigned int size = ZFCP_CFDC_MAX_SIZE; in zfcp_cfdc_copy_from_user()
77 unsigned int size = ZFCP_CFDC_MAX_SIZE; in zfcp_cfdc_copy_to_user()
144 sg[ZFCP_CFDC_PAGES - 1].length = ZFCP_CFDC_MAX_SIZE % PAGE_SIZE; in zfcp_cfdc_sg_setup()
Dzfcp_fsf.h190 #define ZFCP_CFDC_MAX_SIZE 127 * 1024 macro
191 #define ZFCP_CFDC_PAGES PFN_UP(ZFCP_CFDC_MAX_SIZE)
Dzfcp_fsf.c2365 if (bytes != ZFCP_CFDC_MAX_SIZE) { in zfcp_fsf_control_file()