Searched refs:txbdp (Results 1 – 1 of 1) sorted by relevance
178 struct txbd8 *txbdp; in gfar_init_bds() local194 txbdp = tx_queue->tx_bd_base; in gfar_init_bds()196 txbdp->lstatus = 0; in gfar_init_bds()197 txbdp->bufPtr = 0; in gfar_init_bds()198 txbdp++; in gfar_init_bds()202 txbdp--; in gfar_init_bds()203 txbdp->status = cpu_to_be16(be16_to_cpu(txbdp->status) | in gfar_init_bds()1895 struct txbd8 *txbdp; in free_skb_tx_queue() local1899 txbdp = tx_queue->tx_bd_base; in free_skb_tx_queue()1905 dma_unmap_single(priv->dev, be32_to_cpu(txbdp->bufPtr), in free_skb_tx_queue()[all …]