Searched refs:FD_MAX_BYTES (Results 1 – 2 of 2) sorted by relevance
14 #define FD_MAX_BYTES 8388608 macro
204 dev->dev_attrib.max_bytes_per_io = FD_MAX_BYTES; in fd_configure_device()205 dev->dev_attrib.hw_max_sectors = FD_MAX_BYTES / fd_dev->fd_block_size; in fd_configure_device()524 if (cmd->data_length > FD_MAX_BYTES) { in fd_execute_rw()527 cmd->data_length, FD_MAX_BYTES); in fd_execute_rw()