Searched refs:lpfc_mbuf_alloc (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 174 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp->phys); in lpfc_ct_reject_event() 187 bmp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &bmp->phys); in lpfc_ct_reject_event() 512 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); in lpfc_alloc_ct_rsp() 514 mp->virt = lpfc_mbuf_alloc(phba, 0, &(mp->phys)); in lpfc_alloc_ct_rsp() 1912 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); in lpfc_ns_cmd() 1926 bmp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(bmp->phys)); in lpfc_ns_cmd() 3191 rq->virt = lpfc_mbuf_alloc(phba, 0, &rq->phys); in lpfc_fdmi_cmd() 3200 rsp->virt = lpfc_mbuf_alloc(phba, 0, &rsp->phys); in lpfc_fdmi_cmd() 3687 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); in lpfc_vmid_cmd() 3696 bmp->virt = lpfc_mbuf_alloc(phb in lpfc_vmid_cmd() [all...] |
H A D | lpfc_mem.c | 369 * lpfc_mbuf_alloc - Allocate an mbuf from the lpfc_mbuf_pool PCI pool 387 lpfc_mbuf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle) in lpfc_mbuf_alloc() function
|
H A D | lpfc_bsg.c | 185 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); in lpfc_alloc_bsg_buffers() 438 bmp->virt = lpfc_mbuf_alloc(phba, 0, &bmp->phys); in lpfc_bsg_send_mgmt_cmd() 1614 bmp->virt = lpfc_mbuf_alloc(phba, 0, &bmp->phys); in lpfc_bsg_send_mgmt_rsp() 2633 dmabuf->virt = lpfc_mbuf_alloc(phba, 0, &dmabuf->phys); in lpfcdiag_loop_get_xri() 2914 rxbmp->virt = lpfc_mbuf_alloc(phba, 0, &rxbmp->phys); in lpfcdiag_sli3_loop_post_rxbufs() 3166 txbmp->virt = lpfc_mbuf_alloc(phba, 0, &txbmp->phys); in lpfc_bsg_diag_loopback_run()
|
H A D | lpfc_crtn.h | 434 void *lpfc_mbuf_alloc(struct lpfc_hba *, int, dma_addr_t *);
|
H A D | lpfc_nvme.c | 599 bmp->virt = lpfc_mbuf_alloc(vport->phba, MEM_PRI, &(bmp->phys)); in __lpfc_nvme_ls_req()
|
H A D | lpfc_mbox.c | 57 * The lpfc_mbuf_alloc routine acquires the hbalock so the caller is 71 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys); in lpfc_mbox_rsrc_prep()
|
H A D | lpfc_init.c | 2825 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); in lpfc_sli3_post_buffer() 2838 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, in lpfc_sli3_post_buffer() 4091 sglq_entry->virt = lpfc_mbuf_alloc(phba, 0, in lpfc_sli4_els_sgl_update()
|
H A D | lpfc_sli.c | 22266 pcmd->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &pcmd->phys); in lpfc_read_object()
|