Lines Matching refs:srbfib
465 struct fib* srbfib; in aac_send_raw_srb() local
499 if (!(srbfib = aac_fib_alloc(dev))) { in aac_send_raw_srb()
575 hbacmd = (struct aac_hba_cmd_req *)srbfib->hw_fib_va; in aac_send_raw_srb()
603 address = (u64)srbfib->hw_error_pa; in aac_send_raw_srb()
609 srbfib->hbacmd_size = 64 + in aac_send_raw_srb()
614 aac_fib_init(srbfib); in aac_send_raw_srb()
617 srbfib->hw_fib_va->header.XferState &= in aac_send_raw_srb()
620 srbcmd = (struct aac_srb *) fib_data(srbfib); in aac_send_raw_srb()
695 status = aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, srbfib, in aac_send_raw_srb()
813 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb()
906 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
934 &((struct aac_native_hba *)srbfib->hw_fib_va)->resp.err; in aac_send_raw_srb()
939 if (srbfib->flags & FIB_CONTEXT_FLAG_FASTRESP) { in aac_send_raw_srb()
964 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb()
978 aac_fib_complete(srbfib); in aac_send_raw_srb()
979 aac_fib_free(srbfib); in aac_send_raw_srb()