Home
last modified time | relevance | path

Searched refs:fpe (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.c121 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 Digc_tsn.h32 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 Digc.h343 struct igc_fpe_t fpe; member
H A Digc_main.c3164 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 Dgenex.S97 BUILD_HANDLER fpe fpe fcsr
/linux/Documentation/arch/arm/nwfpe/
H A Dindex.rst11 netwinder-fpe
/linux/arch/powerpc/platforms/44x/
H A DKconfig174 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 Dcurrituck.dts130 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 Dakebono.dts256 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 Ddpaa_eth.h81 u64 fpe; /* Frame Physical Error */ member
H A Ddpaa_ethtool.c203 rx_errors.fpe += percpu_priv->rx_errors.fpe; in dpaa_get_ethtool_stats()
H A Ddpaa_eth.c2401 percpu_priv->rx_errors.fpe++; in dpaa_rx_error()
/linux/arch/mips/kernel/
H A Dgenex.S579 BUILD_HANDLER fpe fpe fpe silent /* #15 */
/linux/include/linux/platform_data/
H A Dcros_ec_commands.h3593 #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