Searched defs:scb_t (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/megaraid/
H A Dmega_common.h48 * scb_t - scsi command control block
80 } scb_t; typedef in typeref:struct:__anon4621
162 scb_t *kscb_list;
182 scb_t *uscb_list;
/drivers/net/ethernet/i825xx/
H A Dether1.h213 } scb_t; typedef in typeref:struct:__anon2173
/drivers/scsi/
H A Dmegaraid.h240 } scb_t; typedef in typeref:struct:__anon4688
830 scb_t *scb_list;
892 scb_t int_scb;
987 static int issue_scb(adapter_t *, scb_t *);
991 static scb_t * mega_build_cmd(adapter_t *, Scsi_Cmnd *, int *);
998 static void mega_free_scb(adapter_t *, scb_t *);
1006 static int mega_build_sglist (adapter_t *adapter, scb_t *scb,
1048 static mega_passthru* mega_prepare_passthru(adapter_t *, scb_t *,
1051 scb_t *, Scsi_Cmnd *, int, int);

Completed in 43 milliseconds