Home
last modified time | relevance | path

Searched refs:mtl (Results 1 – 12 of 12) sorted by relevance

/linux/arch/arm64/boot/dts/rockchip/
A Drk3568.dtsi47 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
48 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
A Drk356x.dtsi422 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
423 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac5.c258 u32 mtl, dma; in dwmac5_safety_feat_irq_status() local
264 mtl = readl(ioaddr + MTL_SAFETY_INT_STATUS); in dwmac5_safety_feat_irq_status()
267 err = (mtl & MCSIS) || (dma & MCSIS); in dwmac5_safety_feat_irq_status()
274 err = (mtl & (MEUIS | MECIS)) || (dma & (MSUIS | MSCIS)); in dwmac5_safety_feat_irq_status()
275 corr = (mtl & MECIS) || (dma & MSCIS); in dwmac5_safety_feat_irq_status()
A Ddwxgmac2_core.c850 u32 mtl, dma; in dwxgmac3_safety_feat_irq_status() local
856 mtl = readl(ioaddr + XGMAC_MTL_SAFETY_INT_STATUS); in dwxgmac3_safety_feat_irq_status()
859 err = (mtl & XGMAC_MCSIS) || (dma & XGMAC_MCSIS); in dwxgmac3_safety_feat_irq_status()
866 err = (mtl & (XGMAC_MEUIS | XGMAC_MECIS)) || in dwxgmac3_safety_feat_irq_status()
868 corr = (mtl & XGMAC_MECIS) || (dma & XGMAC_MSCIS); in dwxgmac3_safety_feat_irq_status()
/linux/Documentation/devicetree/bindings/net/
A Dintel,dwmac-plat.yaml116 snps,mtl-rx-config = <&mtl_rx_setup>;
117 snps,mtl-tx-config = <&mtl_tx_setup>;
A Dsnps,dwmac.yaml163 snps,mtl-rx-config:
187 snps,mtl-tx-config:
450 snps,mtl-rx-config = <&mtl_rx_setup>;
451 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_main.c707 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
713 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
719 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
723 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, queue_num, in sxgbe_mtl_operation_mode()
987 priv->hw->mtl->mtl_set_txfifosize(priv->ioaddr, queue_num, in sxgbe_init_mtl_engine()
989 priv->hw->mtl->mtl_enable_txqueue(priv->ioaddr, queue_num); in sxgbe_init_mtl_engine()
1004 priv->hw->mtl->mtl_disable_txqueue(priv->ioaddr, queue_num); in sxgbe_disable_mtl_engine()
1653 priv->hw->mtl->set_tx_mtl_mode(priv->ioaddr, in sxgbe_tx_interrupt()
1688 priv->hw->mtl->set_rx_mtl_mode(priv->ioaddr, in sxgbe_rx_interrupt()
1983 ops_ptr->mtl = sxgbe_get_mtl_ops(); in sxgbe_get_ops()
A Dsxgbe_common.h368 const struct sxgbe_mtl_ops *mtl; member
/linux/drivers/target/
A Dtarget_core_transport.c1294 u32 mtl; in target_check_max_data_sg_nents() local
1304 mtl = (cmd->se_tfo->max_data_sg_nents * PAGE_SIZE); in target_check_max_data_sg_nents()
1305 if (cmd->data_length > mtl) { in target_check_max_data_sg_nents()
1318 cmd->residual_count = (size - mtl); in target_check_max_data_sg_nents()
1321 cmd->residual_count = (orig_dl - mtl); in target_check_max_data_sg_nents()
1324 cmd->residual_count = (cmd->data_length - mtl); in target_check_max_data_sg_nents()
1326 cmd->data_length = mtl; in target_check_max_data_sg_nents()
1332 u32 sectors = (mtl / dev->dev_attrib.block_size); in target_check_max_data_sg_nents()
A Dtarget_core_spc.c514 u32 mtl = 0; in spc_emulate_evpd_b0() local
551 mtl = (cmd->se_tfo->max_data_sg_nents * PAGE_SIZE) / in spc_emulate_evpd_b0()
554 put_unaligned_be32(min_not_zero(mtl, dev->dev_attrib.hw_max_sectors), &buf[8]); in spc_emulate_evpd_b0()
/linux/arch/arm/boot/dts/
A Dartpec6.dtsi298 snps,mtl-rx-config = <&mtl_rx_setup>;
299 snps,mtl-tx-config = <&mtl_tx_setup>;
/linux/arch/arm64/boot/dts/mediatek/
A Dmt2712e.dtsi749 snps,mtl-rx-config = <&mtl_rx_setup>;
750 snps,mtl-tx-config = <&mtl_tx_setup>;

Completed in 32 milliseconds