Searched refs:mp1 (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/pinctrl/mvebu/ |
H A D | pinctrl-kirkwood.c | 181 MPP_VAR_FUNCTION(0x1, "ts", "mp1", V(0, 0, 1, 1, 1, 0)), 297 MPP_VAR_FUNCTION(0x1, "ts", "mp1", V(0, 0, 0, 1, 1, 0)),
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 2283 struct lpfc_dmabuf *mp1, *mp2; lpfc_post_buffer() local 2299 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); lpfc_post_buffer() 2300 if (mp1) lpfc_post_buffer() 2301 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys); lpfc_post_buffer() 2302 if (!mp1 || !mp1->virt) { lpfc_post_buffer() 2303 kfree(mp1); lpfc_post_buffer() 2309 INIT_LIST_HEAD(&mp1->list); lpfc_post_buffer() 2318 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); lpfc_post_buffer() 2319 kfree(mp1); lpfc_post_buffer() 2330 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); lpfc_post_buffer() 2331 icmd->un.cont64[0].addrLow = putPaddrLow(mp1->phys); lpfc_post_buffer() 2348 lpfc_mbuf_free(phba, mp1->virt, mp1->phys); lpfc_post_buffer() 2349 kfree(mp1); lpfc_post_buffer() 2360 lpfc_sli_ringpostbuf_put(phba, pring, mp1); lpfc_post_buffer()
|
Completed in 147 milliseconds