Home
last modified time | relevance | path

Searched refs:lpfc_scsi_buf (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c83 lpfc_release_scsi_buf_s4(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb);
85 lpfc_release_scsi_buf_s3(struct lpfc_hba *phba, struct lpfc_scsi_buf *psb);
180 struct lpfc_scsi_buf *lpfc_cmd) in lpfc_sli4_set_rsp_sgl_last()
200 lpfc_update_stats(struct lpfc_hba *phba, struct lpfc_scsi_buf *lpfc_cmd) in lpfc_update_stats()
387 struct lpfc_scsi_buf *psb; in lpfc_new_scsi_buf_s3()
406 psb = kzalloc(sizeof(struct lpfc_scsi_buf), GFP_KERNEL); in lpfc_new_scsi_buf_s3()
524 struct lpfc_scsi_buf *psb, *next_psb; in lpfc_sli4_vport_delete_fcp_xri_aborted()
553 struct lpfc_scsi_buf *psb, *next_psb; in lpfc_sli4_fcp_xri_aborted()
598 psb = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq); in lpfc_sli4_fcp_xri_aborted()
627 struct lpfc_scsi_buf *psb, *psb_next; in lpfc_sli4_post_scsi_sgl_list()
[all …]
Dlpfc_scsi.h130 struct lpfc_scsi_buf { struct
189 struct lpfc_scsi_buf *lpfc_cmd); argument
Dlpfc.h200 struct lpfc_scsi_buf;
550 struct lpfc_scsi_buf * (*lpfc_get_scsi_buf)
553 (struct lpfc_hba *, struct lpfc_scsi_buf *);
555 (struct lpfc_hba *, struct lpfc_scsi_buf *);
557 (struct lpfc_hba *, struct lpfc_scsi_buf *);
561 (struct lpfc_vport *, struct lpfc_scsi_buf *,
604 (struct lpfc_hba *, struct lpfc_scsi_buf *);
Dlpfc_sli.c913 struct lpfc_scsi_buf *lpfc_cmd; in __lpfc_sli_get_sglq()
918 lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1; in __lpfc_sli_get_sglq()
9939 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb()
9948 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb()
10161 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt()
10218 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt()
10284 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli_wake_iocb_wait()
10313 lpfc_cmd = container_of(cmdiocbq, struct lpfc_scsi_buf, in lpfc_sli_wake_iocb_wait()
14482 struct lpfc_scsi_buf *psb; in lpfc_sli4_post_scsi_sgl_block()
Dlpfc_init.c989 struct lpfc_scsi_buf *psb, *psb_next; in lpfc_hba_down_post_s4()
3039 struct lpfc_scsi_buf *sb, *sb_next; in lpfc_scsi_free()
3094 struct lpfc_scsi_buf *psb = NULL, *psb_next = NULL; in lpfc_sli4_xri_sgl_update()
3223 struct lpfc_scsi_buf, list); in lpfc_sli4_xri_sgl_update()
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc63 directly in struct lpfc_scsi_buf
501 * Fix an obvious typo/bug: kfree was used to free lpfc_scsi_buf
1021 * Changed LPFC_SCSI_BUF_t to struct lpfc_scsi_buf.
1093 * Change Studly_Caps LPFC_SCSI_BUF_t to struct lpfc_scsi_buf.
1272 lpfc_scsi_buf is hung off of linux's scsi_cmnd->host_scribble