Searched refs:rx_error (Results 1 – 12 of 12) sorted by relevance
163 goto rx_error; in cisco_rx()167 goto rx_error; in cisco_rx()182 goto rx_error; in cisco_rx()216 goto rx_error; in cisco_rx()249 rx_error: in cisco_rx()
447 goto rx_error; in ppp_rx()451 goto rx_error; in ppp_rx()459 goto rx_error; in ppp_rx()465 goto rx_error; in ppp_rx()549 rx_error: in ppp_rx()
877 goto rx_error; in fr_rx()887 goto rx_error; in fr_rx()980 rx_error: in fr_rx()
1277 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local1280 rx_error); in corkscrew_rx()1282 if (rx_error & 0x01) in corkscrew_rx()1284 if (rx_error & 0x02) in corkscrew_rx()1286 if (rx_error & 0x04) in corkscrew_rx()1288 if (rx_error & 0x08) in corkscrew_rx()1290 if (rx_error & 0x10) in corkscrew_rx()1342 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local1345 rx_error); in boomerang_rx()1347 if (rx_error & 0x01) in boomerang_rx()[all …]
2532 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local2534 pr_debug(" Rx error: status %2.2x.\n", rx_error); in vortex_rx()2536 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx()2537 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx()2538 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx()2539 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx()2540 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx()2604 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local2606 pr_debug(" Rx error: status %2.2x.\n", rx_error); in boomerang_rx()2608 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx()[all …]
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()
294 u8 head, rx_error; in xge_rx_poll() local321 rx_error = GET_BITS(D, le64_to_cpu(raw_desc->m2)); in xge_rx_poll()322 if (unlikely(rx_error)) { in xge_rx_poll()
948 u32 rx_error, rx_status; in iavf_rx_checksum() local955 rx_error = (qword & IAVF_RXD_QW1_ERROR_MASK) >> in iavf_rx_checksum()983 (rx_error & (BIT(IAVF_RX_DESC_ERROR_IPE_SHIFT) | in iavf_rx_checksum()994 if (rx_error & BIT(IAVF_RX_DESC_ERROR_L4E_SHIFT)) in iavf_rx_checksum()1001 if (rx_error & BIT(IAVF_RX_DESC_ERROR_PPRS_SHIFT)) in iavf_rx_checksum()
895 u32 rx_error, rx_status; in ice_rx_csum() local899 rx_error = rx_status; in ice_rx_csum()923 if (ipv4 && (rx_error & (BIT(ICE_RX_FLEX_DESC_STATUS0_XSUM_IPE_S) | in ice_rx_csum()933 if (rx_error & BIT(ICE_RX_FLEX_DESC_STATUS0_XSUM_L4E_S)) in ice_rx_csum()
1637 u32 rx_error, rx_status; in i40e_rx_checksum() local1644 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_rx_checksum()1672 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum()1683 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum()1690 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum()
841 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
2337 __le32 rx_error; member