Lines Matching refs:cpu_to_le64
518 cpu_to_le64 (pci_map_single in rio_timer()
523 cpu_to_le64((u64)np->rx_buf_sz << 48); in rio_timer()
560 np->tx_ring[i].status = cpu_to_le64 (TFDDone); in alloc_list()
561 np->tx_ring[i].next_desc = cpu_to_le64 (np->tx_ring_dma + in alloc_list()
568 np->rx_ring[i].next_desc = cpu_to_le64 (np->rx_ring_dma + in alloc_list()
588 cpu_to_le64 ( pci_map_single ( in alloc_list()
591 np->rx_ring[i].fraginfo |= cpu_to_le64((u64)np->rx_buf_sz << 48); in alloc_list()
619 cpu_to_le64 (TCPChecksumEnable | UDPChecksumEnable | in start_xmit()
628 txdesc->fraginfo = cpu_to_le64 (pci_map_single (np->pdev, skb->data, in start_xmit()
631 txdesc->fraginfo |= cpu_to_le64((u64)skb->len << 48); in start_xmit()
636 txdesc->status = cpu_to_le64 (entry | tfc_vlan_tag | in start_xmit()
641 txdesc->status = cpu_to_le64 (entry | tfc_vlan_tag | in start_xmit()
729 if (!(np->tx_ring[entry].status & cpu_to_le64(TFDDone))) in rio_free_tx()
831 if (!(desc->status & cpu_to_le64(RFDDone)) || in receive_packet()
832 !(desc->status & cpu_to_le64(FrameStart)) || in receive_packet()
833 !(desc->status & cpu_to_le64(FrameEnd))) in receive_packet()
908 cpu_to_le64 (pci_map_single in receive_packet()
913 cpu_to_le64((u64)np->rx_buf_sz << 48); in receive_packet()