Lines Matching refs:tmf
706 struct aac_hba_tm_req *tmf; in aac_eh_abort() local
732 tmf = (struct aac_hba_tm_req *)fib->hw_fib_va; in aac_eh_abort()
733 memset(tmf, 0, sizeof(*tmf)); in aac_eh_abort()
734 tmf->tmf = HBA_TMF_ABORT_TASK; in aac_eh_abort()
735 tmf->it_nexus = aac->hba_map[bus][cid].rmw_nexus; in aac_eh_abort()
736 tmf->lun[1] = cmd->device->lun; in aac_eh_abort()
739 tmf->error_ptr_hi = cpu_to_le32((u32)(address >> 32)); in aac_eh_abort()
740 tmf->error_ptr_lo = cpu_to_le32((u32)(address & 0xffffffff)); in aac_eh_abort()
741 tmf->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); in aac_eh_abort()
743 fib->hbacmd_size = sizeof(*tmf); in aac_eh_abort()
838 struct aac_hba_tm_req *tmf; in aac_eh_tmf_lun_reset_fib() local
842 tmf = (struct aac_hba_tm_req *)fib->hw_fib_va; in aac_eh_tmf_lun_reset_fib()
843 memset(tmf, 0, sizeof(*tmf)); in aac_eh_tmf_lun_reset_fib()
844 tmf->tmf = HBA_TMF_LUN_RESET; in aac_eh_tmf_lun_reset_fib()
845 tmf->it_nexus = info->rmw_nexus; in aac_eh_tmf_lun_reset_fib()
846 int_to_scsilun(tmf_lun, (struct scsi_lun *)tmf->lun); in aac_eh_tmf_lun_reset_fib()
849 tmf->error_ptr_hi = cpu_to_le32 in aac_eh_tmf_lun_reset_fib()
851 tmf->error_ptr_lo = cpu_to_le32 in aac_eh_tmf_lun_reset_fib()
853 tmf->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); in aac_eh_tmf_lun_reset_fib()
854 fib->hbacmd_size = sizeof(*tmf); in aac_eh_tmf_lun_reset_fib()