Lines Matching refs:buf_desc
33 struct buf_desc *bd; in pfe_recv()
82 struct buf_desc *bd; in pfe_eth_free_pkt()
130 struct buf_desc *bd; in pfe_send()
199 struct buf_desc *bd; in pfe_tx_done()
231 struct buf_desc *bd_va; in hif_rx_desc_dump()
262 struct buf_desc *bd_va; in hif_rx_desc_disable()
284 struct buf_desc *bd_va; in hif_rx_desc_init()
285 struct buf_desc *bd_pa; in hif_rx_desc_init()
307 bd_va = (struct buf_desc *)(pfe_addr->ddr_pfe_baseaddr in hif_rx_desc_init()
309 bd_pa = (struct buf_desc *)(pfe_addr->ddr_pfe_phys_baseaddr in hif_rx_desc_init()
321 memset(bd_va, 0, sizeof(struct buf_desc) * rx_desc->rx_ring_size); in hif_rx_desc_init()
350 struct buf_desc *bd_va; in hif_tx_desc_dump()
372 struct buf_desc *bd_va; in hif_tx_desc_init()
373 struct buf_desc *bd_pa; in hif_tx_desc_init()
396 bd_va = (struct buf_desc *)(pfe_addr->ddr_pfe_baseaddr in hif_tx_desc_init()
398 bd_pa = (struct buf_desc *)(pfe_addr->ddr_pfe_phys_baseaddr in hif_tx_desc_init()
408 memset(bd_va, 0, sizeof(struct buf_desc) * tx_desc->tx_ring_size); in hif_tx_desc_init()