Searched refs:lpfc_ncmd (Results 1 – 2 of 2) 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 | 18284 struct lpfc_io_buf *lpfc_ncmd; in lpfc_sli4_post_io_sgl_block() local 18335 list_for_each_entry(lpfc_ncmd, nblist, list) { in lpfc_sli4_post_io_sgl_block() 18338 cpu_to_le32(putPaddrLow(lpfc_ncmd->dma_phys_sgl)); in lpfc_sli4_post_io_sgl_block() 18340 cpu_to_le32(putPaddrHigh(lpfc_ncmd->dma_phys_sgl)); in lpfc_sli4_post_io_sgl_block() 18342 pdma_phys_bpl1 = lpfc_ncmd->dma_phys_sgl + in lpfc_sli4_post_io_sgl_block() 18352 xritag_start = lpfc_ncmd->cur_iocbq.sli4_xritag; in lpfc_sli4_post_io_sgl_block() 18403 struct lpfc_io_buf *lpfc_ncmd, *lpfc_ncmd_next; in lpfc_sli4_post_io_sgl_list() local 18418 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, post_nblist, list) { in lpfc_sli4_post_io_sgl_list() 18419 list_del_init(&lpfc_ncmd->list); in lpfc_sli4_post_io_sgl_list() 18422 (lpfc_ncmd->cur_iocbq.sli4_xritag != last_xritag + 1)) { in lpfc_sli4_post_io_sgl_list() [all …]
|