Searched refs:txbdp (Results 1 – 1 of 1) sorted by relevance
177 struct txbd8 *txbdp; in gfar_init_bds() local191 txbdp = tx_queue->tx_bd_base; in gfar_init_bds()193 txbdp->lstatus = 0; in gfar_init_bds()194 txbdp->bufPtr = 0; in gfar_init_bds()195 txbdp++; in gfar_init_bds()199 txbdp--; in gfar_init_bds()200 txbdp->status = cpu_to_be16(be16_to_cpu(txbdp->status) | in gfar_init_bds()1973 struct txbd8 *txbdp; in free_skb_tx_queue() local1977 txbdp = tx_queue->tx_bd_base; in free_skb_tx_queue()1983 dma_unmap_single(priv->dev, be32_to_cpu(txbdp->bufPtr), in free_skb_tx_queue()[all …]