Searched refs:txdp (Results 1 - 9 of 9) sorted by relevance
/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-config.h | 1636 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; local 1637 txdp->control_1 |= cksum_bits; 1656 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; local 1658 txdp->control_0 |= VXGE_HW_FIFO_TXD_LSO_EN; 1659 txdp->control_0 |= VXGE_HW_FIFO_TXD_LSO_MSS(mss); 1672 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; local 1674 txdp->control_1 |= VXGE_HW_FIFO_TXD_VLAN_ENABLE; 1675 txdp->control_1 |= VXGE_HW_FIFO_TXD_VLAN_TAG(vlan_tag); 1691 struct vxge_hw_fifo_txd *txdp = (struct vxge_hw_fifo_txd *)txdlh; local 1693 return (void *)(size_t)txdp 1976 __vxge_hw_fifo_txdl_priv( struct __vxge_hw_fifo *fifo, struct vxge_hw_fifo_txd *txdp) argument [all...] |
H A D | vxge-traffic.c | 1466 struct vxge_hw_fifo_txd *txdp = local 1470 priv = __vxge_hw_fifo_txdl_priv(fifo, txdp); 1480 *txdl_priv = (void *)(size_t)txdp->host_control; 1483 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i; 1484 txdp->control_0 = txdp->control_1 = 0; 1513 struct vxge_hw_fifo_txd *txdp, *txdp_last; local 1519 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags; 1522 txdp->control_0 = txdp 1626 struct vxge_hw_fifo_txd *txdp; local [all...] |
H A D | vxge-config.c | 3420 struct vxge_hw_fifo_txd *txdp = local 3426 vxge_assert(txdp); 3428 txdp->host_control = (u64) (size_t) 3429 __vxge_hw_mempool_item_priv(mempoolh, memblock_index, txdp, 3432 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdp); 3436 fifo->channel.reserve_arr[fifo->channel.reserve_ptr - 1 - index] = txdp; 3439 txdl_priv->dma_offset = (char *)txdp - (char *)memblock; 3443 txdl_priv->first_txdp = txdp;
|
/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 2368 struct TxD *txdp; local 2383 txdp = fifo->list_info[j].list_virt_addr; 2384 skb = s2io_txdl_getskb(&mac_control->fifos[i], txdp, j); 4019 struct TxD *txdp; local 4108 txdp = fifo->list_info[put_off].list_virt_addr; 4112 if (txdp->Host_Control || 4123 txdp->Control_1 |= TXD_TCP_LSO_EN; 4124 txdp->Control_1 |= TXD_TCP_LSO_MSS(s2io_tcp_mss(skb)); 4127 txdp->Control_2 |= (TXD_TX_CKO_IPV4_EN | 4131 txdp [all...] |
/drivers/net/ethernet/sis/ |
H A D | sis900.h | 30 txdp=0x20, //Transmit Descriptor Pointer Register enumerator in enum:sis900_registers
|
H A D | sis900.c | 1143 sw32(txdp, sis_priv->tx_ring_dma); 1146 net_dev->name, sr32(txdp)); 1581 sw32(txdp, sis_priv->tx_ring_dma);
|
/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) argument 54 REG_WRITE(ah, AR_QTXDP(q), txdp);
|
H A D | mac.h | 715 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);
|
/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 1462 u32 txdp; local 1463 txdp = readl(dev->base + TXDP); 1464 dprintk("txdp: %08x\n", txdp); 1465 txdp -= dev->tx_phy_descs; 1466 dev->tx_idx = txdp / (DESC_SIZE * 4); 1468 printk(KERN_ALERT "%s: BUG -- txdp out of range\n", ndev->name);
|
Completed in 144 milliseconds