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

/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h1636 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 Dvxge-traffic.c1467 struct vxge_hw_fifo_txd *txdp = local
1471 priv = __vxge_hw_fifo_txdl_priv(fifo, txdp);
1481 *txdl_priv = (void *)(size_t)txdp->host_control;
1484 txdp = ((struct vxge_hw_fifo_txd *)*txdlh) + i;
1485 txdp->control_0 = txdp->control_1 = 0;
1514 struct vxge_hw_fifo_txd *txdp, *txdp_last; local
1520 txdp = (struct vxge_hw_fifo_txd *)txdlh + txdl_priv->frags;
1523 txdp->control_0 = txdp
1627 struct vxge_hw_fifo_txd *txdp; local
[all...]
H A Dvxge-config.c3424 struct vxge_hw_fifo_txd *txdp = local
3430 vxge_assert(txdp);
3432 txdp->host_control = (u64) (size_t)
3433 __vxge_hw_mempool_item_priv(mempoolh, memblock_index, txdp,
3436 txdl_priv = __vxge_hw_fifo_txdl_priv(fifo, txdp);
3440 fifo->channel.reserve_arr[fifo->channel.reserve_ptr - 1 - index] = txdp;
3443 txdl_priv->dma_offset = (char *)txdp - (char *)memblock;
3447 txdl_priv->first_txdp = txdp;
/drivers/net/ethernet/neterion/
H A Ds2io.c2377 struct TxD *txdp; local
2392 txdp = fifo->list_info[j].list_virt_addr;
2393 skb = s2io_txdl_getskb(&mac_control->fifos[i], txdp, j);
4025 struct TxD *txdp; local
4114 txdp = fifo->list_info[put_off].list_virt_addr;
4118 if (txdp->Host_Control ||
4129 txdp->Control_1 |= TXD_TCP_LSO_EN;
4130 txdp->Control_1 |= TXD_TCP_LSO_MSS(s2io_tcp_mss(skb));
4133 txdp->Control_2 |= (TXD_TX_CKO_IPV4_EN |
4137 txdp
[all...]
/drivers/net/ethernet/sis/
H A Dsis900.h30 txdp=0x20, //Transmit Descriptor Pointer Register enumerator in enum:sis900_registers
H A Dsis900.c1132 outl(sis_priv->tx_ring_dma, ioaddr + txdp);
1135 net_dev->name, inl(ioaddr + txdp));
1570 outl(sis_priv->tx_ring_dma, ioaddr + txdp);
/drivers/net/wireless/ath/ath9k/
H A Dmac.c52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) argument
54 REG_WRITE(ah, AR_QTXDP(q), txdp);
H A Dmac.h711 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);
/drivers/net/ethernet/natsemi/
H A Dns83820.c1464 u32 txdp; local
1465 txdp = readl(dev->base + TXDP);
1466 dprintk("txdp: %08x\n", txdp);
1467 txdp -= dev->tx_phy_descs;
1468 dev->tx_idx = txdp / (DESC_SIZE * 4);
1470 printk(KERN_ALERT "%s: BUG -- txdp out of range\n", ndev->name);

Completed in 120 milliseconds