Searched refs:lpfc_mbuf_alloc (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 344 * lpfc_mbuf_alloc - Allocate an mbuf from the lpfc_mbuf_pool PCI pool 362 lpfc_mbuf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle) lpfc_mbuf_alloc() function
|
H A D | lpfc_ct.c | 227 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); lpfc_alloc_ct_rsp() 229 mp->virt = lpfc_mbuf_alloc(phba, 0, &(mp->phys)); lpfc_alloc_ct_rsp() 1156 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); lpfc_ns_cmd() 1170 bmp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(bmp->phys)); lpfc_ns_cmd() 1435 mp->virt = lpfc_mbuf_alloc(phba, 0, &(mp->phys)); lpfc_fdmi_cmd() 1444 bmp->virt = lpfc_mbuf_alloc(phba, 0, &(bmp->phys)); lpfc_fdmi_cmd()
|
H A D | lpfc_mbox.c | 83 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_dump_static_vport() 605 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_read_sparam() 758 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_reg_rpi() 2235 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_sli4_dump_cfg_rg23() 2385 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_sli4_dump_page_a0()
|
H A D | lpfc_bsg.c | 180 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); lpfc_alloc_bsg_buffers() 435 bmp->virt = lpfc_mbuf_alloc(phba, 0, &bmp->phys); lpfc_bsg_send_mgmt_cmd() 1634 bmp->virt = lpfc_mbuf_alloc(phba, 0, &bmp->phys); lpfc_bsg_send_mgmt_rsp() 2563 dmabuf->virt = lpfc_mbuf_alloc(phba, 0, &dmabuf->phys); lpfcdiag_loop_get_xri() 2862 rxbmp->virt = lpfc_mbuf_alloc(phba, 0, &rxbmp->phys); lpfcdiag_loop_post_rxbufs() 3115 txbmp->virt = lpfc_mbuf_alloc(phba, 0, &txbmp->phys); lpfc_bsg_diag_loopback_run() 5089 bmp->virt = lpfc_mbuf_alloc(phba, 0, &bmp->phys); lpfc_menlo_cmd()
|
H A D | lpfc_crtn.h | 336 void *lpfc_mbuf_alloc(struct lpfc_hba *, int, dma_addr_t *);
|
H A D | lpfc_init.c | 1793 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_handle_latt() 2308 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); lpfc_post_buffer() 2321 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, lpfc_post_buffer() 3124 sglq_entry->virt = lpfc_mbuf_alloc(phba, 0, lpfc_sli4_xri_sgl_update() 3914 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_sli4_async_link_evt() 4071 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); lpfc_sli4_async_fc_evt()
|
H A D | lpfc_els.c | 206 pcmd->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &pcmd->phys); lpfc_prep_els_iocb() 216 prsp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, lpfc_prep_els_iocb() 227 pbuflist->virt = lpfc_mbuf_alloc(phba, MEM_PRI, lpfc_prep_els_iocb() 479 dmabuf->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &dmabuf->phys); lpfc_issue_reg_vfi()
|
Completed in 287 milliseconds