Searched refs:IPG_RFS_RFDDONE (Results 1 – 2 of 2) sorted by relevance
241 #define IPG_RFS_RFDDONE 0x0000000080000000ULL macro
1335 if (!(rxfd->rfs & cpu_to_le64(IPG_RFS_RFDDONE))) in ipg_nic_rx_jumbo()1382 cpu_to_le64(IPG_RFS_RFDDONE | IPG_RFS_FRAMESTART | IPG_RFS_FRAMEEND) in ipg_nic_rx()1499 while ((le64_to_cpu(rxfd->rfs) & IPG_RFS_RFDDONE) && in ipg_nic_rx()