Lines Matching refs:cpu_to_le64
427 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_rxmac_reset()
728 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_post_rxds()
831 rxd->buffer = cpu_to_le64(pci_map_page(gp->pdev, in gem_rx()
1040 txd->buffer = cpu_to_le64(mapping); in gem_start_xmit()
1042 txd->control_word = cpu_to_le64(ctrl); in gem_start_xmit()
1078 txd->buffer = cpu_to_le64(mapping); in gem_start_xmit()
1080 txd->control_word = cpu_to_le64(this_ctrl | len); in gem_start_xmit()
1088 txd->buffer = cpu_to_le64(first_mapping); in gem_start_xmit()
1091 cpu_to_le64(ctrl | TXDCTRL_SOF | intme | first_len); in gem_start_xmit()
1649 rxd->buffer = cpu_to_le64(dma_addr); in gem_init_rings()
1651 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_init_rings()