Home
last modified time | relevance | path

Searched defs:_fc_channel (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/fc4/
Dfcp_impl.h67 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;
[all …]