Home
last modified time | relevance | path

Searched refs:FW_ERROR_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/aacraid/
Daacraid.h110 #define FW_ERROR_BUFFER_SIZE 512 macro
298 u8 cmd_bytes[AAC_MAX_NATIVE_SIZE-FW_ERROR_BUFFER_SIZE];
302 u8 resp_bytes[FW_ERROR_BUFFER_SIZE];
Dlinit.c718 tmf->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); in aac_eh_abort()
826 tmf->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); in aac_eh_tmf_lun_reset_fib()
846 rst->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); in aac_eh_tmf_hard_reset_fib()
Dcommctrl.c606 hbacmd->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); in aac_send_raw_srb()
Daachba.c1554 hbacmd->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); in aac_construct_hbacmd()