Searched refs:buf_pa (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/net/wireless/mwifiex/ |
D | pcie.c | 48 phys_addr_t *buf_pa = MWIFIEX_SKB_PACB(skb); in mwifiex_update_sk_buff_pa() local 50 *buf_pa = (phys_addr_t)virt_to_phys(skb->data); in mwifiex_update_sk_buff_pa() 52 return buf_pa; in mwifiex_update_sk_buff_pa() 368 phys_addr_t *buf_pa; in mwifiex_pcie_create_txbd_ring() local 409 buf_pa = mwifiex_update_sk_buff_pa(skb); in mwifiex_pcie_create_txbd_ring() 414 skb, skb->data, (u32)*buf_pa, in mwifiex_pcie_create_txbd_ring() 415 (u32)(((u64)*buf_pa >> 32)), skb->len); in mwifiex_pcie_create_txbd_ring() 418 card->txbd_ring[i]->paddr = *buf_pa; in mwifiex_pcie_create_txbd_ring() 458 phys_addr_t *buf_pa; in mwifiex_pcie_create_rxbd_ring() local 500 buf_pa = mwifiex_update_sk_buff_pa(skb); in mwifiex_pcie_create_rxbd_ring() [all …]
|
D | sta_cmd.c | 876 phys_addr_t *buf_pa; in mwifiex_cmd_pcie_host_spec() local 899 buf_pa = MWIFIEX_SKB_PACB(card->sleep_cookie); in mwifiex_cmd_pcie_host_spec() 900 host_spec->sleep_cookie_addr_lo = (u32) *buf_pa; in mwifiex_cmd_pcie_host_spec() 901 host_spec->sleep_cookie_addr_hi = (u32) (((u64)*buf_pa) >> 32); in mwifiex_cmd_pcie_host_spec()
|
/linux-3.4.99/drivers/misc/sgi-xp/ |
D | xpnet.c | 48 unsigned long buf_pa; /* phys address of buffer to retrieve */ member 163 dev_dbg(xpnet, "received 0x%lx, %d, %d, %d\n", msg->buf_pa, msg->size, in xpnet_receive() 209 (void *)msg->buf_pa, msg->size); in xpnet_receive() 211 ret = xp_remote_memcpy(xp_pa(dst), msg->buf_pa, msg->size); in xpnet_receive() 220 (void *)msg->buf_pa, msg->size, ret); in xpnet_receive() 399 msg->buf_pa = xp_pa((void *)start_addr); in xpnet_send() 404 dest_partid, XPC_NET_CHANNEL, msg->buf_pa, msg->size, in xpnet_send()
|
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/ |
D | cmm.c | 162 void *buf_pa = NULL; in cmm_calloc_buf() local 213 buf_pa = (void *)pnode->pa; /* physical address */ in cmm_calloc_buf() 226 return buf_pa; in cmm_calloc_buf() 321 int cmm_free_buf(struct cmm_object *hcmm_mgr, void *buf_pa, u32 ul_seg_id) in cmm_free_buf() argument 344 if (curr->pa == (u32) buf_pa) { in cmm_free_buf() 807 void *buf_pa = NULL; in cmm_xlator_free_buf() local 811 buf_pa = cmm_xlator_translate(xlator, buf_va, CMM_VA2PA); in cmm_xlator_free_buf() 812 if (buf_pa) { in cmm_xlator_free_buf() 813 status = cmm_free_buf(xlator_obj->cmm_mgr, buf_pa, in cmm_xlator_free_buf()
|
/linux-3.4.99/arch/powerpc/sysdev/bestcomm/ |
D | gen_bd.h | 21 u32 buf_pa; member
|
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/ |
D | cmm.h | 131 void *buf_pa, u32 ul_seg_id);
|
D | dspapi-ioctl.h | 339 void *buf_pa; member
|
/linux-3.4.99/drivers/scsi/bfa/ |
D | bfa_svc.h | 332 u64 buf_pa; /* buffer physical address */ member
|
D | bfa_svc.c | 5061 uf->buf_pa = ufm_pbs_pa(ufm, i); in claim_ufs()
|