Lines Matching refs:srbfib
481 struct fib* srbfib; in aac_send_raw_srb() local
515 if (!(srbfib = aac_fib_alloc(dev))) { in aac_send_raw_srb()
586 hbacmd = (struct aac_hba_cmd_req *)srbfib->hw_fib_va; in aac_send_raw_srb()
614 address = (u64)srbfib->hw_error_pa; in aac_send_raw_srb()
620 srbfib->hbacmd_size = 64 + in aac_send_raw_srb()
625 aac_fib_init(srbfib); in aac_send_raw_srb()
628 srbfib->hw_fib_va->header.XferState &= in aac_send_raw_srb()
631 srbcmd = (struct aac_srb *) fib_data(srbfib); in aac_send_raw_srb()
706 status = aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, srbfib, in aac_send_raw_srb()
824 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb()
919 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
947 &((struct aac_native_hba *)srbfib->hw_fib_va)->resp.err; in aac_send_raw_srb()
952 if (srbfib->flags & FIB_CONTEXT_FLAG_FASTRESP) { in aac_send_raw_srb()
977 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb()
991 aac_fib_complete(srbfib); in aac_send_raw_srb()
992 aac_fib_free(srbfib); in aac_send_raw_srb()