Searched refs:mp2 (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/pinctrl/mvebu/ |
H A D | pinctrl-kirkwood.c | 190 MPP_VAR_FUNCTION(0x1, "ts", "mp2", V(0, 0, 1, 1, 1, 0)), 303 MPP_VAR_FUNCTION(0x1, "ts", "mp2", 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 2312 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); lpfc_post_buffer() 2313 if (mp2) lpfc_post_buffer() 2314 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI, lpfc_post_buffer() 2315 &mp2->phys); lpfc_post_buffer() 2316 if (!mp2 || !mp2->virt) { lpfc_post_buffer() 2317 kfree(mp2); lpfc_post_buffer() 2325 INIT_LIST_HEAD(&mp2->list); lpfc_post_buffer() 2327 mp2 = NULL; lpfc_post_buffer() 2335 if (mp2) { lpfc_post_buffer() 2336 icmd->un.cont64[1].addrHigh = putPaddrHigh(mp2->phys); lpfc_post_buffer() 2337 icmd->un.cont64[1].addrLow = putPaddrLow(mp2->phys); lpfc_post_buffer() 2351 if (mp2) { lpfc_post_buffer() 2352 lpfc_mbuf_free(phba, mp2->virt, mp2->phys); lpfc_post_buffer() 2353 kfree(mp2); lpfc_post_buffer() 2361 if (mp2) lpfc_post_buffer() 2362 lpfc_sli_ringpostbuf_put(phba, pring, mp2); lpfc_post_buffer()
|
Completed in 126 milliseconds