Searched refs:srb (Results 51 - 73 of 73) sorted by relevance

123

/linux-master/drivers/scsi/aacraid/
H A Daachba.c1678 struct aac_srb *srb; local
1707 srb = fib_data(fibptr);
1708 memcpy(srb, &srbu->srb, sizeof(struct aac_srb));
1716 srb->channel = cpu_to_le32(vbus);
1717 srb->id = cpu_to_le32(vid);
1718 srb->lun = 0;
1719 srb->function = cpu_to_le32(SRBF_ExecuteScsi);
1720 srb->timeout = 0;
1721 srb
[all...]
H A Daacraid.h2032 struct aac_srb srb; member in struct:aac_srb_unit
/linux-master/drivers/scsi/
H A Da100u2w.h138 struct scsi_cmnd *srb; /*50 SRB Pointer */ member in struct:orc_extended_scb
H A D3w-sas.h379 struct scsi_cmnd *srb[TW_Q_LENGTH]; member in struct:TAG_TW_Device_Extension
H A D3w-xxxx.h409 struct scsi_cmnd *srb[TW_Q_LENGTH]; member in struct:TAG_TW_Device_Extension
H A Dinitio.c689 cmnd->srb = NULL;
939 if (tmp->srb == srbp) {
964 if (tmp->srb == srbp) {
1219 if (initio_abort_srb(host, scb->srb) != 0) {
2541 cblk->srb = cmnd;
2739 if ((cmnd = cblk->srb) == NULL) {
H A D3w-9xxx.h660 struct scsi_cmnd *srb[TW_Q_LENGTH]; member in struct:TAG_TW_Device_Extension
H A Dinitio.h385 struct scsi_cmnd *srb; /*50 SRB Pointer */ member in struct:scsi_ctrl_blk
H A Dqla1280.h92 struct srb { struct
1028 struct srb *outstanding_cmds[MAX_OUTSTANDING_COMMANDS];
/linux-master/drivers/ipack/devices/
H A Dscc2698.h57 u8 d9, srb; /* Status register (b) */ member in struct:scc2698_block::__anon345
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h223 struct srb *srb; member in struct:qla4xxx_cmd_priv
232 * SCSI Request Block structure (srb) that is associated with each scsi_cmnd.
234 struct srb { struct
252 struct kref srb_ref; /* reference count for this srb */
728 /* Saved srb for status continuation entry processing */
729 struct srb *status_srb;
H A Dql4_mbx.c1161 * @srb: Pointer to srb entry
1167 int qla4xxx_abort_task(struct scsi_qla_host *ha, struct srb *srb) argument
1171 struct scsi_cmnd *cmd = srb->cmd;
1192 mbox_cmd[1] = srb->ddb->fw_ddb_index;
/linux-master/drivers/staging/rts5208/
H A Drtsx_card.c938 int card_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip, argument
942 unsigned int lun = SCSI_LUN(srb);
951 retval = chip->rw_card[lun](srb, chip, sec_addr, sec_cnt);
H A Drtsx_chip.h340 typedef int (*card_rw_func)(struct scsi_cmnd *srb, struct rtsx_chip *chip,
708 struct scsi_cmnd *srb; /* current srb */ member in struct:rtsx_chip
H A Drtsx_card.h1001 int card_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip,
/linux-master/sound/soc/atmel/
H A Dmchp-i2s-mcc.c261 u32 sra, imra, srb, imrb, pendinga, pendingb, idra = 0, idrb = 0; local
269 regmap_read(dev->regmap, MCHP_I2SMCC_ISRB, &srb);
270 pendingb = imrb & srb;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h425 /* To identify if a srb is of T10-CRC type. @sp => srb_t pointer */
720 typedef struct srb { struct
744 struct srb *cmd_sp;
775 void (*done)(struct srb *sp, int res);
777 void (*free)(struct srb *sp);
787 void (*async_done)(struct srb *sp, int res);
H A Dqla_gbl.h315 void (*done)(struct srb *, int));
H A Dqla_iocb.c2573 qla2x00_async_done(struct srb *sp, int res)
2589 struct srb *sp = container_of(kref, struct srb, cmd_kref);
2623 void (*done)(struct srb *sp, int res))
3848 static int qla_get_iocbs_resource(struct srb *sp)
H A Dqla_gs.c3418 struct srb *sp)
3614 static int qla24xx_async_gnnft(scsi_qla_host_t *vha, struct srb *sp,
H A Dqla_edif.c2391 /* mark this srb as a cleanup delete */
3511 static void qla_parse_auth_els_ctl(struct srb *sp)
H A Dqla_init.c76 WARN_ONCE(1, "Calling done() of an already freed srb %p object\n", sp);
81 WARN_ONCE(1, "Calling free() of an already freed srb %p object\n", sp);
1539 struct srb *sp = ea->sp;
2369 struct srb *sp;
9723 "Failed to create srb mempool for qpair %d\n",
H A Dqla_os.c5483 struct srb *sp = e->u.iosb.sp;

Completed in 815 milliseconds

123