Home
last modified time | relevance | path

Searched refs:txdp (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-traffic.c1436 struct vxge_hw_fifo_txd *txdp = in vxge_hw_fifo_txdl_reserve() local
1440 priv = __vxge_hw_fifo_txdl_priv(fifo, txdp); in vxge_hw_fifo_txdl_reserve()
1454 txdp->control_0 = txdp->control_1 = 0; in vxge_hw_fifo_txdl_reserve()
1483 struct vxge_hw_fifo_txd *txdp, *txdp_last; in vxge_hw_fifo_txdl_buffer_set() local
1489 txdp->control_0 = txdp->control_1 = 0; in vxge_hw_fifo_txdl_buffer_set()
1493 txdp->control_1 |= fifo->interrupt_type; in vxge_hw_fifo_txdl_buffer_set()
1506 txdp->buffer_pointer = (u64)dma_pointer; in vxge_hw_fifo_txdl_buffer_set()
1588 struct vxge_hw_fifo_txd *txdp; in vxge_hw_fifo_txdl_next_completed() local
1595 txdp = *txdlh; in vxge_hw_fifo_txdl_next_completed()
1596 if (txdp == NULL) { in vxge_hw_fifo_txdl_next_completed()
[all …]
A Dvxge-config.h1636 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_cksum_set_bits() local
1637 txdp->control_1 |= cksum_bits; in vxge_hw_fifo_txdl_cksum_set_bits()
1656 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_mss_set() local
1658 txdp->control_0 |= VXGE_HW_FIFO_TXD_LSO_EN; in vxge_hw_fifo_txdl_mss_set()
1659 txdp->control_0 |= VXGE_HW_FIFO_TXD_LSO_MSS(mss); in vxge_hw_fifo_txdl_mss_set()
1672 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; in vxge_hw_fifo_txdl_vlan_set() local
1674 txdp->control_1 |= VXGE_HW_FIFO_TXD_VLAN_ENABLE; in vxge_hw_fifo_txdl_vlan_set()
1675 txdp->control_1 |= VXGE_HW_FIFO_TXD_VLAN_TAG(vlan_tag); in vxge_hw_fifo_txdl_vlan_set()
1693 return (void *)(size_t)txdp->host_control; in vxge_hw_fifo_txdl_private_get()
1973 struct vxge_hw_fifo_txd *txdp) in __vxge_hw_fifo_txdl_priv() argument
[all …]
A Dvxge-config.c3401 struct vxge_hw_fifo_txd *txdp = in __vxge_hw_fifo_mempool_item_alloc() local
3407 vxge_assert(txdp); in __vxge_hw_fifo_mempool_item_alloc()
3409 txdp->host_control = (u64) (size_t) in __vxge_hw_fifo_mempool_item_alloc()
3410 __vxge_hw_mempool_item_priv(mempoolh, memblock_index, txdp, in __vxge_hw_fifo_mempool_item_alloc()
3413 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdp); in __vxge_hw_fifo_mempool_item_alloc()
3417 fifo->channel.reserve_arr[fifo->channel.reserve_ptr - 1 - index] = txdp; in __vxge_hw_fifo_mempool_item_alloc()
3420 txdl_priv->dma_offset = (char *)txdp - (char *)memblock; in __vxge_hw_fifo_mempool_item_alloc()
3424 txdl_priv->first_txdp = txdp; in __vxge_hw_fifo_mempool_item_alloc()
/linux/drivers/net/ethernet/neterion/
A Ds2io.c2370 struct TxD *txdp; in free_tx_buffers() local
4012 struct TxD *txdp; in s2io_xmit() local
4098 if (txdp->Host_Control || in s2io_xmit()
4109 txdp->Control_1 |= TXD_TCP_LSO_EN; in s2io_xmit()
4113 txdp->Control_2 |= (TXD_TX_CKO_IPV4_EN | in s2io_xmit()
4117 txdp->Control_1 |= TXD_GATHER_CODE_FIRST; in s2io_xmit()
4118 txdp->Control_1 |= TXD_LIST_OWN_XENA; in s2io_xmit()
4124 txdp->Control_2 |= TXD_VLAN_ENABLE; in s2io_xmit()
4134 txdp->Host_Control = (unsigned long)skb; in s2io_xmit()
4144 txdp++; in s2io_xmit()
[all …]
/linux/drivers/net/ethernet/sis/
A Dsis900.h31 txdp=0x20, //Transmit Descriptor Pointer Register enumerator
A Dsis900.c1150 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/natsemi/
A Dns83820.c1451 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 Dmac.c52 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 Dmac.h717 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);

Completed in 59 milliseconds