Lines Matching defs:_fc_channel
67 typedef struct _fc_channel { struct
68 struct _fc_channel *next; argument
74 void (*fcp_register)(struct _fc_channel *, u8, int); argument
75 void (*reset)(struct _fc_channel *); argument
76 int (*hw_enque)(struct _fc_channel *, fcp_cmnd *); argument
98 int (*encode_addr)(Scsi_Cmnd *, u16 *, struct _fc_channel *, fcp_cmnd *); argument
99 fcp_cmnd *scsi_que;
100 char scsi_name[4];
101 fcp_cmnd **cmd_slots;
102 int channels;
103 int targets;
104 long *ages;
105 Scsi_Cmnd *rst_pkt;
106 fcp_posmap *posmap;
108 fcp_cmnd *login;
109 void *ls;