Searched refs:rx_error (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/wan/ |
D | hdlc_cisco.c | 165 goto rx_error; in cisco_rx() 169 goto rx_error; in cisco_rx() 184 goto rx_error; in cisco_rx() 219 goto rx_error; in cisco_rx() 252 rx_error: in cisco_rx()
|
D | hdlc_ppp.c | 450 goto rx_error; in ppp_rx() 454 goto rx_error; in ppp_rx() 462 goto rx_error; in ppp_rx() 468 goto rx_error; in ppp_rx() 552 rx_error: in ppp_rx()
|
D | hdlc_fr.c | 880 goto rx_error; in fr_rx() 890 goto rx_error; in fr_rx() 983 rx_error: in fr_rx()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c515.c | 1277 unsigned char rx_error = inb(ioaddr + RxErrors); in corkscrew_rx() local 1280 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() local 1345 rx_error); in boomerang_rx() 1347 if (rx_error & 0x01) in boomerang_rx() [all …]
|
D | 3c59x.c | 2536 unsigned char rx_error = ioread8(ioaddr + RxErrors); in vortex_rx() local 2538 pr_debug(" Rx error: status %2.2x.\n", rx_error); in vortex_rx() 2540 if (rx_error & 0x01) dev->stats.rx_over_errors++; in vortex_rx() 2541 if (rx_error & 0x02) dev->stats.rx_length_errors++; in vortex_rx() 2542 if (rx_error & 0x04) dev->stats.rx_frame_errors++; in vortex_rx() 2543 if (rx_error & 0x08) dev->stats.rx_crc_errors++; in vortex_rx() 2544 if (rx_error & 0x10) dev->stats.rx_length_errors++; in vortex_rx() 2608 unsigned char rx_error = rx_status >> 16; in boomerang_rx() local 2610 pr_debug(" Rx error: status %2.2x.\n", rx_error); in boomerang_rx() 2612 if (rx_error & 0x01) dev->stats.rx_over_errors++; in boomerang_rx() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 793 u32 rx_error, in i40e_rx_checksum() argument 830 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum() 841 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum() 848 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum() 949 u32 rx_error, rx_status; in i40e_clean_rx_irq_ps() local 1003 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_clean_rx_irq_ps() 1005 rx_hbo = rx_error & BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps() 1006 rx_error &= ~BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps() 1069 if (unlikely(rx_error & BIT(I40E_RX_DESC_ERROR_RXE_SHIFT))) { in i40e_clean_rx_irq_ps() 1082 i40e_rx_checksum(vsi, skb, rx_status, rx_error, rx_ptype); in i40e_clean_rx_irq_ps() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1319 u32 rx_error, in i40e_rx_checksum() argument 1356 (rx_error & (BIT(I40E_RX_DESC_ERROR_IPE_SHIFT) | in i40e_rx_checksum() 1367 if (rx_error & BIT(I40E_RX_DESC_ERROR_L4E_SHIFT)) in i40e_rx_checksum() 1374 if (rx_error & BIT(I40E_RX_DESC_ERROR_PPRS_SHIFT)) in i40e_rx_checksum() 1476 u32 rx_error, rx_status; in i40e_clean_rx_irq_ps() local 1538 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >> in i40e_clean_rx_irq_ps() 1540 rx_hbo = rx_error & BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps() 1541 rx_error &= ~BIT(I40E_RX_DESC_ERROR_HBO_SHIFT); in i40e_clean_rx_irq_ps() 1604 if (unlikely(rx_error & BIT(I40E_RX_DESC_ERROR_RXE_SHIFT))) { in i40e_clean_rx_irq_ps() 1624 i40e_rx_checksum(vsi, skb, rx_status, rx_error, rx_ptype); in i40e_clean_rx_irq_ps() [all …]
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | pio.c | 682 goto rx_error; in pio_rx_frame() 686 goto rx_error; in pio_rx_frame() 702 goto rx_error; in pio_rx_frame() 713 goto rx_error; in pio_rx_frame() 764 rx_error: in pio_rx_frame()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 838 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error); in ath6kl_tgt_stats_event()
|
D | wmi.h | 2337 __le32 rx_error; member
|