Home
last modified time | relevance | path

Searched refs:fpe (Results 1 – 12 of 12) 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.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 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_ethtool.c1819 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 Digc.h343 struct igc_fpe_t fpe; member
/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/arch/mips/kernel/
H A Dgenex.S579 BUILD_HANDLER fpe fpe fpe silent /* #15 */
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h81 u64 fpe; /* Frame Physical Error */ member
H A Ddpaa_eth.c2401 percpu_priv->rx_errors.fpe++; in dpaa_rx_error()