Home
last modified time | relevance | path

Searched refs:status_error (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.h39 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 Digc_base.h82 __le32 status_error; /* ext status/error */ member
H A Digc_dump.c262 staterr = le32_to_cpu(rx_desc->wb.upper.status_error); in igc_rings_dump()
H A Digc.h537 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in igc_test_staterr()
H A Digc_main.c1779 le32_to_cpu(rx_desc->wb.upper.status_error)); in igc_rx_checksum()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h83 __le32 status_error; /* ext status/error */ member
H A Digb.h448 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 Ddefines.h230 __le32 status_error; /* ext status/error */ member
/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h60 __le32 status_error; /* ext status/error */ member
H A Dnetdev.c261 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 Dhw.h265 __le32 status_error; /* ext status/error */ member
295 __le32 status_error; /* ext status/error */ member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c146 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 Ddpll_netlink.c172 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 De1000_hw.h521 __le32 status_error; /* ext status/error */ member
547 __le32 status_error; /* ext status/error */ member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h560 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbe_test_staterr()
H A Dixgbe_type.h2924 __le32 status_error; /* ext status/error */ member
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c163 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 Ddpll.c1505 enum dpll_lock_status_error *status_error, in zl3073x_dpll_lock_status_get() argument