Home
last modified time | relevance | path

Searched refs:rst_pkt (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/fc4/
Dfc.c373 if (fc->rst_pkt) { in fcp_register()
374 if (fc->rst_pkt->eh_state == SCSI_STATE_UNUSED) in fcp_register()
375 kfree(fc->rst_pkt); in fcp_register()
572 fc->rst_pkt = NULL; /* kmalloc when first used */ in fcp_initialize()
930 fc->rst_pkt->eh_state = SCSI_STATE_FINISHED; in fcp_scsi_reset_done()
931 up(fc->rst_pkt->host->eh_action); in fcp_scsi_reset_done()
943 if (!fc->rst_pkt) { in fcp_scsi_dev_reset()
944 fc->rst_pkt = (Scsi_Cmnd *) kmalloc(sizeof(SCpnt), GFP_KERNEL); in fcp_scsi_dev_reset()
945 if (!fc->rst_pkt) return FAILED; in fcp_scsi_dev_reset()
947 fcmd = FCP_CMND(fc->rst_pkt); in fcp_scsi_dev_reset()
[all …]
Dfcp_impl.h105 Scsi_Cmnd *rst_pkt; member