Lines Matching refs:srbfib
480 struct fib* srbfib; in aac_send_raw_srb() local
514 if (!(srbfib = aac_fib_alloc(dev))) { in aac_send_raw_srb()
590 hbacmd = (struct aac_hba_cmd_req *)srbfib->hw_fib_va; in aac_send_raw_srb()
618 address = (u64)srbfib->hw_error_pa; in aac_send_raw_srb()
624 srbfib->hbacmd_size = 64 + in aac_send_raw_srb()
629 aac_fib_init(srbfib); in aac_send_raw_srb()
632 srbfib->hw_fib_va->header.XferState &= in aac_send_raw_srb()
635 srbcmd = (struct aac_srb *) fib_data(srbfib); in aac_send_raw_srb()
710 status = aac_hba_send(HBA_IU_TYPE_SCSI_CMD_REQ, srbfib, in aac_send_raw_srb()
828 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb()
921 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb()
949 &((struct aac_native_hba *)srbfib->hw_fib_va)->resp.err; in aac_send_raw_srb()
954 if (srbfib->flags & FIB_CONTEXT_FLAG_FASTRESP) { in aac_send_raw_srb()
979 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb()
993 aac_fib_complete(srbfib); in aac_send_raw_srb()
994 aac_fib_free(srbfib); in aac_send_raw_srb()