Searched refs:tpbuf (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| A D | emac-mac.c | 600 tpbuf->dma_addr, tpbuf->length, in emac_tx_q_descs_free() 604 if (tpbuf->skb) { in emac_tx_q_descs_free() 606 tpbuf->skb = NULL; in emac_tx_q_descs_free() 1191 tpbuf->dma_addr, tpbuf->length, in emac_mac_tx_process() 1196 if (tpbuf->skb) { in emac_mac_tx_process() 1200 tpbuf->skb = NULL; in emac_mac_tx_process() 1352 tpbuf->dma_addr); in emac_tx_fill_tpd() 1373 tpbuf->dma_addr); in emac_tx_fill_tpd() 1393 tpbuf->dma_addr); in emac_tx_fill_tpd() 1411 tpbuf->skb = skb; in emac_tx_fill_tpd() [all …]
|
| /linux/drivers/firmware/arm_ffa/ |
| A D | driver.c | 653 struct ffa_partition_info *pbuf, *tpbuf; in ffa_device_match_uuid() local 659 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++) in ffa_device_match_uuid() 660 if (tpbuf->id == ffa_dev->vm_id) in ffa_device_match_uuid() 669 struct ffa_partition_info *pbuf, *tpbuf; in ffa_setup_partitions() local 677 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++) { in ffa_setup_partitions() 685 ffa_dev = ffa_device_register(&uuid_null, tpbuf->id); in ffa_setup_partitions() 688 __func__, tpbuf->id); in ffa_setup_partitions()
|
Completed in 9 milliseconds