• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/

Lines Matching refs:cpu_to_le32

497 	indexes->respCleared = cpu_to_le32(cleared);
707 tcpd->respAddrLo = cpu_to_le32(tcpd_offset);
708 tcpd->bytesTx = cpu_to_le32(skb->len);
776 cpu_to_le32(ntohs(vlan_tx_tag_get(skb)) <<
798 txd->frag.addr = cpu_to_le32(skb_dma);
809 txd->frag.addr = cpu_to_le32(skb_dma);
828 txd->frag.addr = cpu_to_le32(skb_dma);
887 xp_cmd.parm2 = cpu_to_le32(mc_filter[0]);
888 xp_cmd.parm3 = cpu_to_le32(mc_filter[1]);
1218 iface->ringIndex = cpu_to_le32(shared_dma);
1221 iface->txLoAddr = cpu_to_le32(shared_dma);
1222 iface->txLoSize = cpu_to_le32(TXLO_ENTRIES * sizeof(struct tx_desc));
1225 iface->txHiAddr = cpu_to_le32(shared_dma);
1226 iface->txHiSize = cpu_to_le32(TXHI_ENTRIES * sizeof(struct tx_desc));
1229 iface->rxBuffAddr = cpu_to_le32(shared_dma);
1230 iface->rxBuffSize = cpu_to_le32(RXFREE_ENTRIES *
1234 iface->rxLoAddr = cpu_to_le32(shared_dma);
1235 iface->rxLoSize = cpu_to_le32(RX_ENTRIES * sizeof(struct rx_desc));
1238 iface->rxHiAddr = cpu_to_le32(shared_dma);
1239 iface->rxHiSize = cpu_to_le32(RX_ENTRIES * sizeof(struct rx_desc));
1242 iface->cmdAddr = cpu_to_le32(shared_dma);
1243 iface->cmdSize = cpu_to_le32(COMMAND_RING_SIZE);
1246 iface->respAddr = cpu_to_le32(shared_dma);
1247 iface->respSize = cpu_to_le32(RESPONSE_RING_SIZE);
1250 iface->zeroAddr = cpu_to_le32(shared_dma);
1604 r->physAddr = cpu_to_le32(rxb->dma_addr);
1608 indexes->rxBuffReady = cpu_to_le32(ring->lastWrite);
1642 r->physAddr = cpu_to_le32(dma_addr);
1648 indexes->rxBuffReady = cpu_to_le32(ring->lastWrite);
1727 *cleared = cpu_to_le32(rxaddr);
1916 xp_cmd.parm2 = cpu_to_le32(ntohl(*(__be32 *)&dev->dev_addr[2]));
2001 if(indexes->txLoCleared == cpu_to_le32(txLo->lastWrite))
2032 if(indexes->txLoCleared != cpu_to_le32(txLo->lastWrite)) {
2033 indexes->txLoCleared = cpu_to_le32(txLo->lastWrite);
2210 xp_cmd.parm2 = cpu_to_le32(ntohl(*(__be32 *)&dev->dev_addr[2]));