Searched refs:fc_channel (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/fc4/ |
D | fcp_impl.h | 110 } fc_channel; typedef 112 extern fc_channel *fc_channels; 144 void fcp_queue_empty(fc_channel *); 145 int fcp_init(fc_channel *); 146 void fcp_release(fc_channel *fc_chain, int count); 147 void fcp_receive_solicited(fc_channel *, int, int, int, fc_hdr *); 148 void fcp_state_change(fc_channel *, int); 149 int fc_do_plogi(fc_channel *, unsigned char, fc_wwn *, fc_wwn *); 150 int fc_do_prli(fc_channel *, unsigned char);
|
D | fc.c | 77 #define FC_SCMND(SCpnt) ((fc_channel *)(SCpnt->host->hostdata[0])) 80 static int fcp_scsi_queue_it(fc_channel *, Scsi_Cmnd *, fcp_cmnd *, int); 81 void fcp_queue_empty(fc_channel *); 83 static void fcp_scsi_insert_queue (fc_channel *fc, fcp_cmnd *fcmd) in fcp_scsi_insert_queue() 97 static void fcp_scsi_remove_queue (fc_channel *fc, fcp_cmnd *fcmd) in fcp_scsi_remove_queue() 109 fc_channel *fc_channels = NULL; 151 static void fcp_login_done(fc_channel *fc, int i, int status) in fcp_login_done() 248 static void fcp_report_map_done(fc_channel *fc, int i, int status) in fcp_report_map_done() 342 void fcp_register(fc_channel *fc, u8 type, int unregister) in fcp_register() 389 static inline void fcp_scsi_receive(fc_channel *fc, int token, int status, fc_hdr *fch) in fcp_scsi_receive() [all …]
|
D | soc.c | 82 static void soc_reset(fc_channel *fc) in soc_reset() 113 fc_channel *fc; in soc_solicited() 126 fc = (fc_channel *)(&s->port[(token >> 11) & 1]); in soc_solicited() 176 fcp_queue_empty ((fc_channel *)&(s->port[s->curr_port])); in soc_request() 178 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in soc_request() 180 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in soc_request() 193 fc_channel *fc; in soc_unsolicited() 209 fc = (fc_channel *)&s->port[flags & SOC_PORT_B]; in soc_unsolicited() 355 static int soc_hw_enque (fc_channel *fc, fcp_cmnd *fcmd) in soc_hw_enque()
|
D | socal.c | 111 static void socal_reset(fc_channel *fc) in socal_reset() 141 fc_channel *fc; in socal_solicited() 187 fc = (fc_channel *)(&s->port[(token >> 11) & 1]); in socal_solicited() 234 fcp_queue_empty ((fc_channel *)&(s->port[s->curr_port])); in socal_request() 236 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in socal_request() 238 fcp_queue_empty ((fc_channel *)&(s->port[1 - s->curr_port])); in socal_request() 251 fc_channel *fc; in socal_unsolicited() 277 fc = (fc_channel *)&s->port[flags & SOCAL_PORT_B]; in socal_unsolicited() 435 static int socal_hw_enque (fc_channel *fc, fcp_cmnd *fcmd) in socal_hw_enque()
|
D | soc.h | 254 fc_channel fc;
|
D | socal.h | 277 fc_channel fc;
|
/linux-2.4.37.9/drivers/scsi/ |
D | fcal.c | 71 static int fcal_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd); 91 fc_channel *fc; in fcal_detect() 191 fc_channel *fc = fcal->fc; in fcal_release() 209 fc_channel *fc; in fcal_proc_info() 282 static int fcal_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd) in fcal_encode_addr()
|
D | pluto.c | 47 fc_channel *fc; 53 static int pluto_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd); 92 fc_channel *fc; in pluto_detect() 280 fc_channel *fc = pluto->fc; in pluto_release() 318 static int pluto_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd) in pluto_encode_addr()
|
D | fcal.h | 13 fc_channel *fc;
|
D | pluto.h | 13 fc_channel *fc;
|