Home
last modified time | relevance | path

Searched refs:set_pauseparam (Results 1 – 25 of 89) sorted by relevance

1234

/linux-6.6.21/net/ethtool/
Dpause.c179 return ops->get_pauseparam && ops->set_pauseparam ? 1 : -EOPNOTSUPP; in ethnl_set_pause_validate()
199 ret = dev->ethtool_ops->set_pauseparam(dev, &params); in ethnl_set_pause()
/linux-6.6.21/drivers/net/ethernet/sfc/
Def100_ethtool.c44 .set_pauseparam = efx_ethtool_set_pauseparam,
Dethtool.c257 .set_pauseparam = efx_ethtool_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/qualcomm/emac/
Demac-ethtool.c271 .set_pauseparam = emac_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/asix/
Dax88796c_ioctl.c223 .set_pauseparam = ax88796c_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Dethtool.c257 .set_pauseparam = efx_siena_ethtool_set_pauseparam,
/linux-6.6.21/drivers/net/netdevsim/
Dethtool.c157 .set_pauseparam = nsim_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/atheros/alx/
Dethtool.c325 .set_pauseparam = alx_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c723 if (!ops->set_pauseparam) in hns_set_pauseparam()
726 return ops->set_pauseparam(priv->ae_handle, param->autoneg, in hns_set_pauseparam()
1259 .set_pauseparam = hns_set_pauseparam,
Dhnae.h486 int (*set_pauseparam)(struct hnae_handle *handle, member
/linux-6.6.21/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c393 .set_pauseparam = uec_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c683 static int set_pauseparam(struct net_device *dev, in set_pauseparam() function
818 .set_pauseparam = set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ethtool.c337 .set_pauseparam = xgene_set_pauseparam
/linux-6.6.21/drivers/net/ethernet/intel/igbvf/
Dethtool.c449 .set_pauseparam = igbvf_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c504 .set_pauseparam = pch_gbe_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa/
Ddpaa_ethtool.c512 .set_pauseparam = dpaa_set_pauseparam,
/linux-6.6.21/include/linux/
Dethtool.h828 int (*set_pauseparam)(struct net_device *, member
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c1347 .set_pauseparam = otx2_set_pauseparam,
1470 .set_pauseparam = otx2_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c722 if (h->ae_algo->ops->set_pauseparam) in hns3_set_pauseparam()
723 return h->ae_algo->ops->set_pauseparam(h, param->autoneg, in hns3_set_pauseparam()
2134 .set_pauseparam = hns3_set_pauseparam,
Dhnae3.h620 int (*set_pauseparam)(struct hnae3_handle *handle, member
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c870 static int set_pauseparam(struct net_device *dev, in set_pauseparam() function
2191 .set_pauseparam = set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c837 .set_pauseparam = xgbe_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/ti/
Dam65-cpsw-ethtool.c740 .set_pauseparam = am65_cpsw_set_pauseparam,
/linux-6.6.21/drivers/staging/qlge/
Dqlge_ethtool.c738 .set_pauseparam = qlge_set_pauseparam,
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ethtool.c585 .set_pauseparam = lan966x_set_pauseparam,

1234