Searched refs:rx_error (Results 1 – 11 of 11) sorted by relevance
152 goto rx_error; in cisco_rx()156 goto rx_error; in cisco_rx()171 goto rx_error; in cisco_rx()205 goto rx_error; in cisco_rx()239 rx_error: in cisco_rx()
900 goto rx_error; in fr_rx()910 goto rx_error; in fr_rx()964 goto rx_error; in fr_rx()968 goto rx_error; in fr_rx()989 rx_error: in fr_rx()
669 goto rx_error; in pio_rx_frame()673 goto rx_error; in pio_rx_frame()689 goto rx_error; in pio_rx_frame()700 goto rx_error; in pio_rx_frame()751 rx_error: in pio_rx_frame()
2534 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local2536 pr_debug(" Rx error: status %2.2x.\n", rx_error); in vortex_rx()2538 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx()2539 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx()2540 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx()2541 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx()2542 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx()2606 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local2608 pr_debug(" Rx error: status %2.2x.\n", rx_error); in boomerang_rx()2610 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx()[all …]
250 goto rx_error; in ipheth_rcvbulk_callback_ncm()254 goto rx_error; in ipheth_rcvbulk_callback_ncm()281 rx_error: in ipheth_rcvbulk_callback_ncm()
292 u8 head, rx_error; in xge_rx_poll() local319 rx_error = GET_BITS(D, le64_to_cpu(raw_desc->m2)); in xge_rx_poll()320 if (unlikely(rx_error)) { in xge_rx_poll()
208 u8 rx_error: 1; member
805 if (unlikely(compl_desc->rx_error)) { in gve_rx_dqo()
1746 u32 rx_error, rx_status; in i40e_rx_checksum() local1760 rx_error = FIELD_GET(I40E_RXD_QW1_ERROR_MASK, qword); in i40e_rx_checksum()1771 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()1782 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()1789 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
844 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
2337 __le32 rx_error; member