Home
last modified time | relevance | path

Searched refs:txbd8 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/freescale/
Dgianfar.c173 struct txbd8 *txbdp; in gfar_init_bds()
254 sizeof(struct txbd8) * priv->total_tx_ring_size + in gfar_alloc_skb_resources()
269 addr += sizeof(struct txbd8) *tx_queue->tx_ring_size; in gfar_alloc_skb_resources()
270 vaddr += sizeof(struct txbd8) *tx_queue->tx_ring_size; in gfar_alloc_skb_resources()
1680 struct txbd8 *txbdp; in free_skb_tx_queue()
1754 sizeof(struct txbd8) * priv->total_tx_ring_size + in free_skb_resources()
2006 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, in skip_txbd()
2007 struct txbd8 *base, int ring_size) in skip_txbd()
2009 struct txbd8 *new_bd = bdp + stride; in skip_txbd()
2014 static inline struct txbd8 *next_txbd(struct txbd8 *bdp, struct txbd8 *base, in next_txbd()
[all …]
Dgianfar.h530 struct txbd8 struct
944 struct txbd8 *tx_bd_base;
945 struct txbd8 *cur_tx;
946 struct txbd8 *dirty_tx;