Lines Matching refs:srbfib
463 struct fib* srbfib; in aac_send_raw_srb() local
497 if (!(srbfib = aac_fib_alloc(dev))) { in aac_send_raw_srb()
568 hbacmd = (struct aac_hba_cmd_req *)srbfib->hw_fib_va; in aac_send_raw_srb()
596 address = (u64)srbfib->hw_error_pa; in aac_send_raw_srb()
602 srbfib->hbacmd_size = 64 + in aac_send_raw_srb()
607 aac_fib_init(srbfib); in aac_send_raw_srb()
610 srbfib->hw_fib_va->header.XferState &= in aac_send_raw_srb()
613 srbcmd = (struct aac_srb *) fib_data(srbfib); in aac_send_raw_srb()
688 status = aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, srbfib, in aac_send_raw_srb()
806 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb()
901 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
929 &((struct aac_native_hba *)srbfib->hw_fib_va)->resp.err; in aac_send_raw_srb()
934 if (srbfib->flags & FIB_CONTEXT_FLAG_FASTRESP) { in aac_send_raw_srb()
959 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb()
973 aac_fib_complete(srbfib); in aac_send_raw_srb()
974 aac_fib_free(srbfib); in aac_send_raw_srb()