Searched refs:IPG_RFI_FRAGLEN (Results 1 – 2 of 2) sorted by relevance
755 rxfd->frag_info |= cpu_to_le64((rxfragsize << 48) & IPG_RFI_FRAGLEN); in ipg_get_rxbuff()773 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in init_rfdlist()1102 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in ipg_nic_rx_free_skb()1169 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in ipg_nic_rx_check_error()1235 pci_unmap_single(pdev, le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in ipg_nic_rx_with_start()1452 le64_to_cpu(info) & ~IPG_RFI_FRAGLEN, in ipg_nic_rx()1519 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in ipg_nic_rx()1695 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in ipg_rx_clear()
247 #define IPG_RFI_FRAGLEN 0xFFFF000000000000ULL macro