| /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.mmsv, adapter->netdev, &igc_mmsv_ops); in igc_fpe_init() 245 if (adapter->fpe.mmsv.pmac_enabled) in igc_tsn_new_flags() 424 static u8 igc_fpe_get_frag_size_mult(const struct igc_fpe_t *fpe) in 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_ethtool.c | 1819 struct igc_fpe_t *fpe = &adapter->fpe; in igc_ethtool_get_mm() local 1821 ethtool_mmsv_get_mm(&fpe->mmsv, cmd); in igc_ethtool_get_mm() 1822 cmd->tx_min_frag_size = fpe->tx_min_frag_size; in igc_ethtool_get_mm() 1833 struct igc_fpe_t *fpe = &adapter->fpe; in igc_ethtool_set_mm() local 1835 fpe->tx_min_frag_size = igc_fpe_get_supported_frag_size(cmd->tx_min_frag_size); in igc_ethtool_set_mm() 1836 if (fpe->tx_min_frag_size != cmd->tx_min_frag_size) in igc_ethtool_set_mm() 1840 if (fpe->mmsv.pmac_enabled != cmd->pmac_enabled) { in igc_ethtool_set_mm() 1847 ethtool_mmsv_set_mm(&fpe->mmsv, cmd); in igc_ethtool_set_mm()
|
| H A D | igc.h | 343 struct igc_fpe_t fpe; member
|
| H A D | igc_main.c | 3168 ethtool_mmsv_event_handle(&adapter->fpe.mmsv, in igc_clean_tx_irq() 5382 if (adapter->fpe.mmsv.pmac_enabled) in igc_down() 5383 ethtool_mmsv_stop(&adapter->fpe.mmsv); in igc_down() 5910 if (adapter->fpe.mmsv.pmac_enabled) in igc_watchdog_task() 5911 ethtool_mmsv_link_state_handle(&adapter->fpe.mmsv, in igc_watchdog_task() 5949 if (adapter->fpe.mmsv.pmac_enabled) in igc_watchdog_task() 5950 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/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/Documentation/arch/arm/nwfpe/ |
| H A D | index.rst | 11 netwinder-fpe
|
| /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/arch/mips/kernel/ |
| H A D | genex.S | 579 BUILD_HANDLER fpe fpe fpe silent /* #15 */
|
| /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/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 3650 #define EC_MKBP_FP_ENROLL_PROGRESS(fpe) (((fpe) & 0x00000FF0) \ argument 3654 #define EC_MKBP_FP_MATCH_IDX(fpe) (((fpe) & EC_MKBP_FP_MATCH_IDX_MASK) \ argument
|
| /linux/Documentation/ |
| H A D | .renames.txt | 45 arm/nwfpe/netwinder-fpe arch/arm/nwfpe/netwinder-fpe
|