Searched refs:FD_MAX_BYTES (Results 1 – 2 of 2) sorted by relevance
17 #define FD_MAX_BYTES 8388608 macro
191 dev->dev_attrib.max_bytes_per_io = FD_MAX_BYTES; in fd_configure_device()192 dev->dev_attrib.hw_max_sectors = FD_MAX_BYTES / fd_dev->fd_block_size; in fd_configure_device()689 if (cmd->data_length > FD_MAX_BYTES) { in fd_execute_rw()692 cmd->data_length, FD_MAX_BYTES); in fd_execute_rw()