Searched refs:txdp (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/sis/ |
| A D | sis900.h | 31 txdp=0x20, //Transmit Descriptor Pointer Register enumerator
|
| A D | sis900.c | 1150 sw32(txdp, sis_priv->tx_ring_dma); in sis900_init_tx_ring() 1153 net_dev->name, sr32(txdp)); in sis900_init_tx_ring() 1591 sw32(txdp, sis_priv->tx_ring_dma); in sis900_tx_timeout()
|
| /linux/drivers/net/ethernet/neterion/ |
| A D | s2io.c | 2371 struct TxD *txdp; in free_tx_buffers() local 4013 struct TxD *txdp; in s2io_xmit() local 4099 if (txdp->Host_Control || in s2io_xmit() 4110 txdp->Control_1 |= TXD_TCP_LSO_EN; in s2io_xmit() 4114 txdp->Control_2 |= (TXD_TX_CKO_IPV4_EN | in s2io_xmit() 4118 txdp->Control_1 |= TXD_GATHER_CODE_FIRST; in s2io_xmit() 4119 txdp->Control_1 |= TXD_LIST_OWN_XENA; in s2io_xmit() 4125 txdp->Control_2 |= TXD_VLAN_ENABLE; in s2io_xmit() 4135 txdp->Host_Control = (unsigned long)skb; in s2io_xmit() 4145 txdp++; in s2io_xmit() [all …]
|
| /linux/drivers/net/ethernet/natsemi/ |
| A D | ns83820.c | 1451 u32 txdp; local 1452 txdp = readl(dev->base + TXDP); 1453 dprintk("txdp: %08x\n", txdp); 1454 txdp -= dev->tx_phy_descs; 1455 dev->tx_idx = txdp / (DESC_SIZE * 4);
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | mac.c | 52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) in ath9k_hw_puttxbuf() argument 54 REG_WRITE(ah, AR_QTXDP(q), txdp); in ath9k_hw_puttxbuf()
|
| A D | mac.h | 721 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);
|
Completed in 37 milliseconds