Lines Matching refs:rfs
135 offset = (u32) &sp->rxd[i].rfs - (u32) sp->rxd; in ipg_dump_rfdlist()
137 i, offset, (unsigned long)sp->rxd[i].rfs); in ipg_dump_rfdlist()
780 rxfd->rfs = 0x0000000000000000; in init_rfdlist()
1067 sp->rxd[entry].rfs = 0x0000000000000000; in ipg_nic_rxrestore()
1115 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_FRAMESTART) in ipg_nic_rx_check_frame_type()
1117 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_FRAMEEND) in ipg_nic_rx_check_frame_type()
1128 if (IPG_DROP_ON_RX_ETH_ERRORS && (le64_to_cpu(rxfd->rfs) & in ipg_nic_rx_check_error()
1133 (unsigned long) rxfd->rfs); in ipg_nic_rx_check_error()
1139 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXFIFOOVERRUN) { in ipg_nic_rx_check_error()
1145 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXRUNTFRAME) { in ipg_nic_rx_check_error()
1154 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXALIGNMENTERROR) { in ipg_nic_rx_check_error()
1204 framelen = le64_to_cpu(rxfd->rfs) & IPG_RFS_RXFRAMELEN; in ipg_nic_rx_with_start_and_end()
1263 framelen = le64_to_cpu(rxfd->rfs) & IPG_RFS_RXFRAMELEN; in ipg_nic_rx_with_end()
1335 if (!(rxfd->rfs & cpu_to_le64(IPG_RFS_RFDDONE))) in ipg_nic_rx_jumbo()
1391 if (((rxfd->rfs & __RFS_MASK) != __RFS_MASK) || !skb) in ipg_nic_rx()
1395 framelen = le64_to_cpu(rxfd->rfs) & IPG_RFS_RXFRAMELEN; in ipg_nic_rx()
1407 if ((IPG_DROP_ON_RX_ETH_ERRORS && (le64_to_cpu(rxfd->rfs) & in ipg_nic_rx()
1413 (unsigned long int) rxfd->rfs); in ipg_nic_rx()
1419 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXFIFOOVERRUN) { in ipg_nic_rx()
1424 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXRUNTFRAME) { in ipg_nic_rx()
1429 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXOVERSIZEDFRAME) ; in ipg_nic_rx()
1434 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXALIGNMENTERROR) { in ipg_nic_rx()
1439 if (le64_to_cpu(rxfd->rfs) & IPG_RFS_RXFCSERROR) ; in ipg_nic_rx()
1499 while ((le64_to_cpu(rxfd->rfs) & IPG_RFS_RFDDONE) && in ipg_nic_rx()
1500 !((le64_to_cpu(rxfd->rfs) & IPG_RFS_FRAMESTART) && in ipg_nic_rx()
1501 (le64_to_cpu(rxfd->rfs) & IPG_RFS_FRAMEEND))) { in ipg_nic_rx()