/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_tsn.c | 121 struct igc_fpe_t *fpe = container_of(mmsv, struct igc_fpe_t, mmsv); in igc_fpe_configure_tx() local 124 adapter = container_of(fpe, struct igc_adapter, fpe); in igc_fpe_configure_tx() 125 adapter->fpe.tx_enabled = tx_enable; in igc_fpe_configure_tx() 134 struct igc_fpe_t *fpe = container_of(mmsv, struct igc_fpe_t, mmsv); in igc_fpe_send_mpacket() local 138 adapter = container_of(fpe, struct igc_adapter, fpe); in igc_fpe_send_mpacket() 158 adapter->fpe.tx_min_frag_size = TX_MIN_FRAG_SIZE; in igc_fpe_init() 159 adapter->fpe.tx_enabled = false; in igc_fpe_init() 160 ethtool_mmsv_init(&adapter->fpe in igc_fpe_init() 424 igc_fpe_get_frag_size_mult(const struct igc_fpe_t * fpe) igc_fpe_get_frag_size_mult() argument [all...] |
H A D | igc_tsn.h | 32 adapter->fpe.mmsv.pmac_enabled; in igc_fpe_is_pmac_enabled() 47 struct ethtool_mmsv *mmsv = &adapter->fpe.mmsv; in igc_fpe_handle_mpacket()
|
H A D | igc.h | 343 struct igc_fpe_t fpe; member
|
H A D | igc_main.c | 3164 ethtool_mmsv_event_handle(&adapter->fpe.mmsv, in igc_clean_tx_irq() 5380 if (adapter->fpe.mmsv.pmac_enabled) in igc_down() 5381 ethtool_mmsv_stop(&adapter->fpe.mmsv); in igc_down() 5908 if (adapter->fpe.mmsv.pmac_enabled) in igc_watchdog_task() 5909 ethtool_mmsv_link_state_handle(&adapter->fpe.mmsv, in igc_watchdog_task() 5947 if (adapter->fpe.mmsv.pmac_enabled) in igc_watchdog_task() 5948 ethtool_mmsv_link_state_handle(&adapter->fpe.mmsv, in igc_watchdog_task()
|
/linux/arch/loongarch/kernel/ |
H A D | genex.S | 97 BUILD_HANDLER fpe fpe fcsr
|
/linux/Documentation/arch/arm/nwfpe/ |
H A D | index.rst | 11 netwinder-fpe
|
/linux/arch/powerpc/platforms/44x/ |
H A D | Kconfig | 174 bool "IBM Currituck (476fpe) Support" 182 This option enables support for the IBM Currituck (476fpe) evaluation board 185 bool "IBM FSP2 (476fpe) Support" 193 This option enables support for the IBM FSP2 (476fpe) board
|
/linux/arch/powerpc/boot/dts/ |
H A D | currituck.dts | 130 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 168 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 205 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
|
H A D | akebono.dts | 256 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 296 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 336 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 376 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.h | 81 u64 fpe; /* Frame Physical Error */ member
|
H A D | dpaa_ethtool.c | 203 rx_errors.fpe += percpu_priv->rx_errors.fpe; in dpaa_get_ethtool_stats()
|
H A D | dpaa_eth.c | 2401 percpu_priv->rx_errors.fpe++; in dpaa_rx_error()
|
/linux/arch/mips/kernel/ |
H A D | genex.S | 579 BUILD_HANDLER fpe fpe fpe silent /* #15 */
|
/linux/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 3593 #define EC_MKBP_FP_ENROLL_PROGRESS(fpe) (((fpe) & 0x00000FF0) \ argument 3597 #define EC_MKBP_FP_MATCH_IDX(fpe) (((fpe) & EC_MKBP_FP_MATCH_IDX_MASK) \ argument
|