Lines Matching refs:cpu_to_le64
562 cpu_to_le64 (pci_map_single in rio_timer()
567 cpu_to_le64((u64)np->rx_buf_sz << 48); in rio_timer()
604 np->tx_ring[i].status = cpu_to_le64 (TFDDone); in alloc_list()
605 np->tx_ring[i].next_desc = cpu_to_le64 (np->tx_ring_dma + in alloc_list()
612 np->rx_ring[i].next_desc = cpu_to_le64 (np->rx_ring_dma + in alloc_list()
632 cpu_to_le64 ( pci_map_single ( in alloc_list()
635 np->rx_ring[i].fraginfo |= cpu_to_le64((u64)np->rx_buf_sz << 48); in alloc_list()
663 cpu_to_le64 (TCPChecksumEnable | UDPChecksumEnable | in start_xmit()
672 txdesc->fraginfo = cpu_to_le64 (pci_map_single (np->pdev, skb->data, in start_xmit()
675 txdesc->fraginfo |= cpu_to_le64((u64)skb->len << 48); in start_xmit()
680 txdesc->status = cpu_to_le64 (entry | tfc_vlan_tag | in start_xmit()
685 txdesc->status = cpu_to_le64 (entry | tfc_vlan_tag | in start_xmit()
773 if (!(np->tx_ring[entry].status & cpu_to_le64(TFDDone))) in rio_free_tx()
877 if (!(desc->status & cpu_to_le64(RFDDone)) || in receive_packet()
878 !(desc->status & cpu_to_le64(FrameStart)) || in receive_packet()
879 !(desc->status & cpu_to_le64(FrameEnd))) in receive_packet()
954 cpu_to_le64 (pci_map_single in receive_packet()
959 cpu_to_le64((u64)np->rx_buf_sz << 48); in receive_packet()