Home
last modified time | relevance | path

Searched refs:priv_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/tee/
Dtee_shm_pool.c73 tee_shm_pool_alloc_res_mem(struct tee_shm_pool_mem_info *priv_info, in tee_shm_pool_alloc_res_mem() argument
83 rc = tee_shm_pool_mgr_alloc_res_mem(priv_info->vaddr, priv_info->paddr, in tee_shm_pool_alloc_res_mem()
84 priv_info->size, in tee_shm_pool_alloc_res_mem()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddma.c1256 struct b43_private_tx_info *priv_info = b43_get_priv_tx_info(info); in dma_tx_fragment() local
1306 priv_info->bouncebuffer = NULL; in dma_tx_fragment()
1311 priv_info->bouncebuffer = kmemdup(skb->data, skb->len, in dma_tx_fragment()
1313 if (!priv_info->bouncebuffer) { in dma_tx_fragment()
1320 meta->dmaaddr = map_descbuffer(ring, priv_info->bouncebuffer, skb->len, 1); in dma_tx_fragment()
1322 kfree(priv_info->bouncebuffer); in dma_tx_fragment()
1323 priv_info->bouncebuffer = NULL; in dma_tx_fragment()
1548 struct b43_private_tx_info *priv_info = in b43_dma_handle_txstatus() local
1553 kfree(priv_info->bouncebuffer); in b43_dma_handle_txstatus()
1554 priv_info->bouncebuffer = NULL; in b43_dma_handle_txstatus()
/Linux-v4.19/include/linux/
Dtee_drv.h287 tee_shm_pool_alloc_res_mem(struct tee_shm_pool_mem_info *priv_info,
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_cm.c882 struct i40iw_kmem_info priv_info; in i40iw_send_mpa_reject() local
890 priv_info.addr = (void *)pdata; in i40iw_send_mpa_reject()
891 priv_info.size = plen; in i40iw_send_mpa_reject()
896 &priv_info, in i40iw_send_mpa_reject()