Searched refs:lpfc_scsi_buf (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 83 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 …]
|
D | lpfc.h | 200 struct lpfc_scsi_buf; 546 struct lpfc_scsi_buf * (*lpfc_get_scsi_buf) 549 (struct lpfc_hba *, struct lpfc_scsi_buf *); 551 (struct lpfc_hba *, struct lpfc_scsi_buf *); 553 (struct lpfc_hba *, struct lpfc_scsi_buf *); 557 (struct lpfc_vport *, struct lpfc_scsi_buf *, 600 (struct lpfc_hba *, struct lpfc_scsi_buf *);
|
D | lpfc_scsi.h | 130 struct lpfc_scsi_buf { struct
|
D | lpfc_sli.c | 913 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() 9957 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli_validate_fcp_iocb() 9966 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq); in lpfc_sli_validate_fcp_iocb() 10179 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli_abort_taskmgmt() 10236 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq); in lpfc_sli_abort_taskmgmt() 10302 struct lpfc_scsi_buf *lpfc_cmd; in lpfc_sli_wake_iocb_wait() 10331 lpfc_cmd = container_of(cmdiocbq, struct lpfc_scsi_buf, in lpfc_sli_wake_iocb_wait() 14506 struct lpfc_scsi_buf *psb; in lpfc_sli4_post_scsi_sgl_block()
|
D | lpfc_init.c | 987 struct lpfc_scsi_buf *psb, *psb_next; in lpfc_hba_down_post_s4() 3031 struct lpfc_scsi_buf *sb, *sb_next; in lpfc_scsi_free() 3086 struct lpfc_scsi_buf *psb = NULL, *psb_next = NULL; in lpfc_sli4_xri_sgl_update() 3215 struct lpfc_scsi_buf, list); in lpfc_sli4_xri_sgl_update()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 63 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
|