Searched refs:tpbuf (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/qualcomm/emac/ |
| H 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() 1355 tpbuf->dma_addr); in emac_tx_fill_tpd() 1376 tpbuf->dma_addr); in emac_tx_fill_tpd() 1396 tpbuf->dma_addr); in emac_tx_fill_tpd() 1414 tpbuf->skb = skb; in emac_tx_fill_tpd() [all …]
|
| /linux-6.15/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1544 struct ffa_partition_info *pbuf, *tpbuf; in ffa_device_match_uuid() local 1550 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++) in ffa_device_match_uuid() 1551 if (tpbuf->id == ffa_dev->vm_id) in ffa_device_match_uuid() 1689 struct ffa_partition_info *pbuf, *tpbuf; in ffa_setup_partitions() local 1704 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++) { in ffa_setup_partitions() 1711 ffa_dev = ffa_device_register(tpbuf, &ffa_drv_ops); in ffa_setup_partitions() 1714 __func__, tpbuf->id); in ffa_setup_partitions() 1719 !(tpbuf->properties & FFA_PARTITION_AARCH64_EXEC)) in ffa_setup_partitions()
|