Searched defs:rx_error (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c728 * @rx_error: error value of last descriptor in packet
734 u32 rx_error,
771 (rx_error & ((1 << I40E_RX_DESC_ERROR_IPE_SHIFT) |
782 if (rx_error & (1 << I40E_RX_DESC_ERROR_L4E_SHIFT))
789 if (rx_error & (1 << I40E_RX_DESC_ERROR_PPRS_SHIFT))
888 u32 rx_error, rx_status; local
913 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >>
915 rx_hbo = rx_error & (1 << I40E_RX_DESC_ERROR_HBO_SHIFT);
916 rx_error &= ~(1 << I40E_RX_DESC_ERROR_HBO_SHIFT);
994 if (unlikely(rx_error
731 i40e_rx_checksum(struct i40e_vsi *vsi, struct sk_buff *skb, u32 rx_status, u32 rx_error, u16 rx_ptype) argument
[all...]
/drivers/net/ethernet/3com/
H A D3c515.c1277 unsigned char rx_error = inb(ioaddr + RxErrors); local
1280 rx_error);
1282 if (rx_error & 0x01)
1284 if (rx_error & 0x02)
1286 if (rx_error & 0x04)
1288 if (rx_error & 0x08)
1290 if (rx_error & 0x10)
1342 unsigned char rx_error = rx_status >> 16; local
1345 rx_error);
1347 if (rx_error
[all...]
H A D3c59x.c2519 unsigned char rx_error = ioread8(ioaddr + RxErrors); local
2521 pr_debug(" Rx error: status %2.2x.\n", rx_error);
2523 if (rx_error & 0x01) dev->stats.rx_over_errors++;
2524 if (rx_error & 0x02) dev->stats.rx_length_errors++;
2525 if (rx_error & 0x04) dev->stats.rx_frame_errors++;
2526 if (rx_error & 0x08) dev->stats.rx_crc_errors++;
2527 if (rx_error & 0x10) dev->stats.rx_length_errors++;
2591 unsigned char rx_error = rx_status >> 16; local
2593 pr_debug(" Rx error: status %2.2x.\n", rx_error);
2595 if (rx_error
[all...]
/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1223 * @rx_error: error value of last descriptor in packet
1229 u32 rx_error,
1266 (rx_error & ((1 << I40E_RX_DESC_ERROR_IPE_SHIFT) |
1277 if (rx_error & (1 << I40E_RX_DESC_ERROR_L4E_SHIFT))
1284 if (rx_error & (1 << I40E_RX_DESC_ERROR_PPRS_SHIFT))
1383 u32 rx_error, rx_status; local
1416 rx_error = (qword & I40E_RXD_QW1_ERROR_MASK) >>
1418 rx_hbo = rx_error & (1 << I40E_RX_DESC_ERROR_HBO_SHIFT);
1419 rx_error &= ~(1 << I40E_RX_DESC_ERROR_HBO_SHIFT);
1497 if (unlikely(rx_error
1226 i40e_rx_checksum(struct i40e_vsi *vsi, struct sk_buff *skb, u32 rx_status, u32 rx_error, u16 rx_ptype) argument
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h2337 __le32 rx_error; member in struct:wmi_per_sta_stat

Completed in 144 milliseconds