Searched refs:lpfc_cmd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c126 * @lpfc_cmd: lpfc scsi command object pointer.
133 struct lpfc_scsi_buf *lpfc_cmd)
135 struct sli4_sge *sgl = (struct sli4_sge *)lpfc_cmd->fcp_bpl;
147 * @lpfc_cmd: lpfc scsi command object pointer.
153 lpfc_update_stats(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) argument
155 struct lpfc_rport_data *rdata = lpfc_cmd->rdata;
157 struct scsi_cmnd *cmd = lpfc_cmd->pCmd;
167 latency = jiffies_to_msecs((long)jiffies - (long)lpfc_cmd->start_time);
927 struct lpfc_scsi_buf * lpfc_cmd = NULL; local
932 list_remove_head(scsi_buf_list, lpfc_cmd, struc
132 lpfc_sli4_set_rsp_sgl_last(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) argument
1023 lpfc_scsi_prep_dma_buf_s3(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) argument
1621 lpfc_bg_scsi_prep_dma_buf(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) argument
1774 lpfc_parse_bg_err(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd, struct lpfc_iocbq *pIocbOut) argument
1905 lpfc_scsi_prep_dma_buf_s4(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) argument
2014 lpfc_scsi_prep_dma_buf(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) argument
2030 lpfc_send_scsi_error_event(struct lpfc_hba *phba, struct lpfc_vport *vport, struct lpfc_scsi_buf *lpfc_cmd, struct lpfc_iocbq *rsp_iocb) argument
2147 lpfc_handle_fcp_err(struct lpfc_vport *vport, struct lpfc_scsi_buf *lpfc_cmd, struct lpfc_iocbq *rsp_iocb) argument
2310 struct lpfc_scsi_buf *lpfc_cmd = local
2564 lpfc_scsi_prep_cmnd(struct lpfc_vport *vport, struct lpfc_scsi_buf *lpfc_cmd, struct lpfc_nodelist *pnode) argument
2666 lpfc_scsi_prep_task_mgmt_cmd(struct lpfc_vport *vport, struct lpfc_scsi_buf *lpfc_cmd, unsigned int lun, uint8_t task_mgmt_cmd) argument
2772 struct lpfc_scsi_buf *lpfc_cmd = local
2894 struct lpfc_scsi_buf *lpfc_cmd; local
3066 struct lpfc_scsi_buf *lpfc_cmd; local
3208 struct lpfc_scsi_buf *lpfc_cmd; local
[all...]
H A Dlpfc_sli.c7384 struct lpfc_scsi_buf *lpfc_cmd; local
7393 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq);
7395 if (lpfc_cmd->pCmd == NULL)
7400 if ((lpfc_cmd->rdata->pnode) &&
7401 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) &&
7402 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))
7406 if ((lpfc_cmd->rdata->pnode) &&
7407 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id))
7583 struct lpfc_scsi_buf *lpfc_cmd; local
7594 lpfc_cmd
[all...]

Completed in 196 milliseconds