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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dgianfar.h352 struct txbd8 struct
679 struct txbd8 *tx_bd_base; /* First tx buffer descriptor */
680 struct txbd8 *cur_tx; /* Next free ring entry */
681 struct txbd8 *dirty_tx; /* First buffer in line
H A Dgianfar.c577 sizeof(struct txbd8)*priv->tx_ring_size
588 struct txbd8 *txbdp;
665 struct txbd8 *txbdp;
680 sizeof (struct txbd8) * priv->tx_ring_size +
691 priv->tx_bd_base = (struct txbd8 *) vaddr;
697 addr = addr + sizeof (struct txbd8) * priv->tx_ring_size;
698 vaddr = vaddr + sizeof (struct txbd8) * priv->tx_ring_size;
891 sizeof(struct txbd8)*priv->tx_ring_size
922 static inline struct txfcb *gfar_add_fcb(struct sk_buff *skb, struct txbd8 *bdp)
971 struct txbd8 *txbd
[all...]

Completed in 26 milliseconds