Searched refs:lpfc_ncmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 3460 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool() local 3472 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, in lpfc_create_expedite_pool() 3474 list_move_tail(&lpfc_ncmd->list, &epd_pool->list); in lpfc_create_expedite_pool() 3475 lpfc_ncmd->expedite = true; in lpfc_create_expedite_pool() 3495 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool() local 3505 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, in lpfc_destroy_expedite_pool() 3507 list_move_tail(&lpfc_ncmd->list, in lpfc_destroy_expedite_pool() 3509 lpfc_ncmd->flags = false; in lpfc_destroy_expedite_pool() 3530 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools() local 3582 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, in lpfc_create_multixri_pools() [all …]
|
| H A D | lpfc_sli.c | 18280 struct lpfc_io_buf *lpfc_ncmd; in lpfc_sli4_post_io_sgl_block() local 18331 list_for_each_entry(lpfc_ncmd, nblist, list) { in lpfc_sli4_post_io_sgl_block() 18334 cpu_to_le32(putPaddrLow(lpfc_ncmd->dma_phys_sgl)); in lpfc_sli4_post_io_sgl_block() 18336 cpu_to_le32(putPaddrHigh(lpfc_ncmd->dma_phys_sgl)); in lpfc_sli4_post_io_sgl_block() 18338 pdma_phys_bpl1 = lpfc_ncmd->dma_phys_sgl + in lpfc_sli4_post_io_sgl_block() 18348 xritag_start = lpfc_ncmd->cur_iocbq.sli4_xritag; in lpfc_sli4_post_io_sgl_block() 18399 struct lpfc_io_buf *lpfc_ncmd, *lpfc_ncmd_next; in lpfc_sli4_post_io_sgl_list() local 18414 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, post_nblist, list) { in lpfc_sli4_post_io_sgl_list() 18415 list_del_init(&lpfc_ncmd->list); in lpfc_sli4_post_io_sgl_list() 18418 (lpfc_ncmd->cur_iocbq.sli4_xritag != last_xritag + 1)) { in lpfc_sli4_post_io_sgl_list() [all …]
|
| H A D | lpfc_sli4.h | 1137 struct lpfc_io_buf *lpfc_ncmd); 1140 struct lpfc_io_buf *lpfc_ncmd);
|