/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_tsn.h | 39 u32 status_error = le32_to_cpu(rx_desc->wb.upper.status_error); in igc_fpe_handle_mpacket() local 42 smd = FIELD_GET(IGC_RXDADV_STAT_SMD_TYPE_MASK, status_error); in igc_fpe_handle_mpacket()
|
H A D | igc_base.h | 82 __le32 status_error; /* ext status/error */ member
|
H A D | igc_dump.c | 262 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in igc_rings_dump()
|
H A D | igc.h | 537 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in igc_test_staterr()
|
H A D | igc_main.c | 1779 le32_to_cpu(rx_desc->wb.upper.status_error)); in igc_rx_checksum()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_82575.h | 83 __le32 status_error; /* ext status/error */ member
|
H A D | igb.h | 448 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in igb_test_staterr()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | defines.h | 230 __le32 status_error; /* ext status/error */ member
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.h | 60 __le32 status_error; /* ext status/error */ member
|
H A D | netdev.c | 261 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in igbvf_clean_rx_irq() 358 rx_desc->wb.upper.status_error = 0; in igbvf_clean_rx_irq() 370 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in igbvf_clean_rx_irq()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 265 __le32 status_error; /* ext status/error */ member 295 __le32 status_error; /* ext status/error */ member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | dpll.c | 146 enum dpll_lock_status_error *status_error, in mlx5_dpll_device_lock_status_get() argument 157 *status_error = mlx5_dpll_lock_status_error_get(&synce_status); in mlx5_dpll_device_lock_status_get()
|
/linux/drivers/dpll/ |
H A D | dpll_netlink.c | 172 enum dpll_lock_status_error status_error = 0; in dpll_msg_add_lock_status() local 177 &status_error, extack); in dpll_msg_add_lock_status() 182 if (status_error && in dpll_msg_add_lock_status() 185 nla_put_u32(msg, DPLL_A_LOCK_STATUS_ERROR, status_error)) in dpll_msg_add_lock_status()
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 521 __le32 status_error; /* ext status/error */ member 547 __le32 status_error; /* ext status/error */ member
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 560 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbe_test_staterr()
|
H A D | ixgbe_type.h | 2924 __le32 status_error; /* ext status/error */ member
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 163 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in wx_test_staterr() 359 rx_desc->wb.upper.status_error = 0; in wx_alloc_rx_buffers()
|
/linux/drivers/dpll/zl3073x/ |
H A D | dpll.c | 1505 enum dpll_lock_status_error *status_error, in zl3073x_dpll_lock_status_get() argument
|