Home
last modified time | relevance | path

Searched refs:lpfc_cmd (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c183 struct lpfc_scsi_buf *lpfc_cmd) in lpfc_sli4_set_rsp_sgl_last() argument
185 struct sli4_sge *sgl = (struct sli4_sge *)lpfc_cmd->fcp_bpl; in lpfc_sli4_set_rsp_sgl_last()
203 lpfc_update_stats(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) in lpfc_update_stats() argument
205 struct lpfc_rport_data *rdata = lpfc_cmd->rdata; in lpfc_update_stats()
207 struct scsi_cmnd *cmd = lpfc_cmd->pCmd; in lpfc_update_stats()
217 latency = jiffies_to_msecs((long)jiffies - (long)lpfc_cmd->start_time); in lpfc_update_stats()
981 struct lpfc_scsi_buf * lpfc_cmd = NULL; in lpfc_get_scsi_buf_s3() local
986 list_remove_head(scsi_buf_list_get, lpfc_cmd, struct lpfc_scsi_buf, in lpfc_get_scsi_buf_s3()
988 if (!lpfc_cmd) { in lpfc_get_scsi_buf_s3()
993 list_remove_head(scsi_buf_list_get, lpfc_cmd, in lpfc_get_scsi_buf_s3()
[all …]
Dlpfc_scsi.h200 struct lpfc_scsi_buf *lpfc_cmd);
Dlpfc_sli.c1140 struct lpfc_scsi_buf *lpfc_cmd; in __lpfc_sli_get_els_sglq() local
1147 lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1; in __lpfc_sli_get_els_sglq()
1148 ndlp = lpfc_cmd->rdata->pnode; in __lpfc_sli_get_els_sglq()
9127 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe() local
9134 lpfc_cmd = iocbq->context1; in lpfc_sli4_iocb2wqe()
9135 sgl = (struct sli4_sge *)lpfc_cmd->fcp_bpl; in lpfc_sli4_iocb2wqe()
9136 fcp_cmnd = lpfc_cmd->fcp_cmnd; in lpfc_sli4_iocb2wqe()
9191 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli4_iocb2wqe() local
9198 lpfc_cmd = iocbq->context1; in lpfc_sli4_iocb2wqe()
9199 sgl = (struct sli4_sge *)lpfc_cmd->fcp_bpl; in lpfc_sli4_iocb2wqe()
[all …]