Lines Matching refs:srbcmd
470 struct aac_srb *srbcmd = NULL; in aac_send_raw_srb() local
505 srbcmd = (struct aac_srb*) fib_data(srbfib); in aac_send_raw_srb()
537 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); // Force this in aac_send_raw_srb()
538 srbcmd->channel = cpu_to_le32(user_srbcmd->channel); in aac_send_raw_srb()
539 srbcmd->id = cpu_to_le32(user_srbcmd->id); in aac_send_raw_srb()
540 srbcmd->lun = cpu_to_le32(user_srbcmd->lun); in aac_send_raw_srb()
541 srbcmd->timeout = cpu_to_le32(user_srbcmd->timeout); in aac_send_raw_srb()
542 srbcmd->flags = cpu_to_le32(flags); in aac_send_raw_srb()
543 srbcmd->retry_limit = 0; // Obsolete parameter in aac_send_raw_srb()
544 srbcmd->cdb_size = cpu_to_le32(user_srbcmd->cdb_size); in aac_send_raw_srb()
545 memcpy(srbcmd->cdb, user_srbcmd->cdb, sizeof(srbcmd->cdb)); in aac_send_raw_srb()
562 le32_to_cpu(srbcmd->sg.count))); in aac_send_raw_srb()
590 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb()
691 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
699 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb()
780 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
802 ? ((struct sgmap64*)&srbcmd->sg)->sg[i].count in aac_send_raw_srb()
803 : srbcmd->sg.sg[i].count); in aac_send_raw_srb()