Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c3721 sizeof (IOCTL_COMMON_MANAGE_FAT) + BE_MAX_XFER_SIZE))) == NULL) { in emlxs_dump_tigershark_log()
3747 fat->params.request.data_buffer_size = BE_MAX_XFER_SIZE; in emlxs_dump_tigershark_log()
3790 xfer_size = min(BE_MAX_XFER_SIZE, log_size); in emlxs_dump_tigershark_log()
3810 fat->params.request.data_buffer_size = BE_MAX_XFER_SIZE; in emlxs_dump_tigershark_log()
H A Demlxs_download.c417 xfer_size = min(BE_MAX_XFER_SIZE, block_size); in emlxs_be_flash_image()
1664 sizeof (IOCTL_COMMON_FLASHROM) + BE_MAX_XFER_SIZE))) == NULL) { in emlxs_be_fw_download()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2239 #define BE_MAX_XFER_SIZE 32768 /* 4K aligned */ macro