Searched refs:lpfc_ncmd (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 3452 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_expedite_pool() local 3464 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, in lpfc_create_expedite_pool() 3466 list_move_tail(&lpfc_ncmd->list, &epd_pool->list); in lpfc_create_expedite_pool() 3467 lpfc_ncmd->expedite = true; in lpfc_create_expedite_pool() 3487 struct lpfc_io_buf *lpfc_ncmd; in lpfc_destroy_expedite_pool() local 3497 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, in lpfc_destroy_expedite_pool() 3499 list_move_tail(&lpfc_ncmd->list, in lpfc_destroy_expedite_pool() 3501 lpfc_ncmd->flags = false; in lpfc_destroy_expedite_pool() 3522 struct lpfc_io_buf *lpfc_ncmd; in lpfc_create_multixri_pools() local 3574 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 …]
|