Searched refs:cmd_slots (Results 1 – 5 of 5) sorted by relevance
365 fc->cmd_slots = (fcp_cmnd **)kmalloc(slots * sizeof(fcp_cmnd*), GFP_KERNEL); in fcp_register()366 memset(fc->cmd_slots, 0, slots * sizeof(fcp_cmnd*)); in fcp_register()371 kfree (fc->cmd_slots); in fcp_register()398 fcmd = fc->cmd_slots[token]; in fcp_scsi_receive()493 FCD(("fc %p fc->ls %p fc->cmd_slots %p\n", fc, fc->ls, fc->cmd_slots)) in fcp_receive_solicited()494 if (proto == TYPE_EXTENDED_LS && !fc->ls && fc->cmd_slots) { in fcp_receive_solicited()497 fcmd = fc->cmd_slots[token]; in fcp_receive_solicited()793 fc->cmd_slots[fcmd->token] = fcmd; in fcp_scsi_queue_it()959 fc->cmd_slots[0] = fcmd; in fcp_scsi_dev_reset()1026 if (fc->cmd_slots[i] && SCpnt->result != DID_ABORT) { in fcp_scsi_host_reset()[all …]
101 fcp_cmnd **cmd_slots; member
882 memset(qpti->cmd_slots, 0, sizeof(qpti->cmd_slots)); in qlogicpti_detect()1097 qpti->cmd_slots[in_ptr] = Cmnd; in load_cmd()1398 Cmnd = qpti->cmd_slots[cmd_slot]; in qlogicpti_intr_handler()1399 qpti->cmd_slots[cmd_slot] = NULL; in qlogicpti_intr_handler()1482 if (qpti->cmd_slots[i] == Cmnd) in qlogicpti_abort()
591 Scsi_Cmnd *cmd_slots[QLOGICISP_REQ_QUEUE_LEN + 1]; member954 hostdata->cmd_slots[in_ptr] = Cmnd; in isp1020_queuecommand()1036 Cmnd = hostdata->cmd_slots[cmd_slot]; in isp1020_intr_handler()1037 hostdata->cmd_slots[cmd_slot] = NULL; in isp1020_intr_handler()1184 if (hostdata->cmd_slots[i] == Cmnd) in isp1020_abort()
368 Scsi_Cmnd *cmd_slots[QLOGICPTI_REQ_QUEUE_LEN + 1]; member