Home
last modified time | relevance | path

Searched refs:scsi_cmd_pool (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/fc4/
Dfcp_impl.h92 fcp_cmd *scsi_cmd_pool; member
Dfc.c351 fc->scsi_cmd_pool = (fcp_cmd *) in fcp_register()
355 fc->scsi_rsp_pool = (char *)(fc->scsi_cmd_pool + slots); in fcp_register()
416 fcp_cmd *cmd = fc->scsi_cmd_pool + token; in fcp_scsi_receive()
783 cmd = fc->scsi_cmd_pool + i; in fcp_scsi_queue_it()
951 cmd = fc->scsi_cmd_pool + 0; in fcp_scsi_dev_reset()
Dsoc.c399 i = fc->scsi_cmd_pool[fcmd->token].fcp_data_len; in soc_hw_enque()
404 (fc->scsi_cmd_pool[fcmd->token].fcp_cntl & FCP_CNTL_WRITE) ? in soc_hw_enque()
Dsocal.c482 i = fc->scsi_cmd_pool[fcmd->token].fcp_data_len; in socal_hw_enque()
486 request->type = (fc->scsi_cmd_pool[fcmd->token].fcp_cntl & FCP_CNTL_WRITE) ? in socal_hw_enque()