Lines Matching refs:cpu_to_le32
183 #define TO_STATE_TX(len) cpu_to_le32(((len) & TxSizeMax) << 16)
184 #define TO_STATE_RX(len) cpu_to_le32((RX_MAX(len) % RxSizeMax) << 16)
306 #define Hold cpu_to_le32(0x40000000)
315 #define FrameAborted cpu_to_le32(0x00000200)
316 #define FrameEnd cpu_to_le32(0x80000000)
317 #define DataComplete cpu_to_le32(0x40000000)
322 #define HiDesc cpu_to_le32(0x20000000)
531 rx_fd->data = cpu_to_le32(pci_map_single(dpriv->pci_priv->pdev, in try_get_rx_skb()
596 (dpriv->iqtx[cur] & cpu_to_le32(Xpr))) in dscc4_xpr_ack()
687 rx_fd->end = cpu_to_le32(0xbabeface); in dscc4_rx_skb()
1157 tx_fd->data = cpu_to_le32(pci_map_single(ppriv->pdev, skb->data, skb->len, in dscc4_start_xmit()
1505 if (priv->iqcfg[priv->cfg_cur++%IRQ_RING_SIZE] & cpu_to_le32(Arf)) in dscc4_irq()
1751 rx_fd->end = cpu_to_le32(0xbabeface); in dscc4_rx_irq()
1830 rx_fd->end = cpu_to_le32(0xbabeface); in dscc4_rx_irq()
1898 tx_fd->data = cpu_to_le32(pci_map_single(dpriv->pci_priv->pdev, in dscc4_init_dummy_skb()
1932 tx_fd->data = cpu_to_le32(dpriv->tx_fd_dma); in dscc4_init_ring()
1933 (tx_fd++)->next = cpu_to_le32(dpriv->tx_fd_dma + in dscc4_init_ring()
1946 rx_fd->end = cpu_to_le32(0xbabeface); in dscc4_init_ring()
1951 (rx_fd++)->next = cpu_to_le32(dpriv->rx_fd_dma + in dscc4_init_ring()