Home
last modified time | relevance | path

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

1234

/linux/net/ethtool/
A Dpause.c158 if (!ops->get_pauseparam || !ops->set_pauseparam) in ethnl_set_pause()
174 ret = dev->ethtool_ops->set_pauseparam(dev, &params); in ethnl_set_pause()
/linux/drivers/net/ethernet/sfc/
A Def100_ethtool.c41 .set_pauseparam = efx_ethtool_set_pauseparam,
A Dethtool.c251 .set_pauseparam = efx_ethtool_set_pauseparam,
/linux/drivers/net/ethernet/qualcomm/emac/
A Demac-ethtool.c267 .set_pauseparam = emac_set_pauseparam,
/linux/drivers/net/ethernet/asix/
A Dax88796c_ioctl.c223 .set_pauseparam = ax88796c_set_pauseparam,
/linux/drivers/net/netdevsim/
A Dethtool.c143 .set_pauseparam = nsim_set_pauseparam,
/linux/drivers/net/ethernet/atheros/alx/
A Dethtool.c326 .set_pauseparam = alx_set_pauseparam,
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_ethtool.c722 if (!ops->set_pauseparam) in hns_set_pauseparam()
725 return ops->set_pauseparam(priv->ae_handle, param->autoneg, in hns_set_pauseparam()
1258 .set_pauseparam = hns_set_pauseparam,
A Dhnae.h486 int (*set_pauseparam)(struct hnae_handle *handle, member
/linux/drivers/net/ethernet/freescale/
A Ducc_geth_ethtool.c389 .set_pauseparam = uec_set_pauseparam,
/linux/drivers/net/ethernet/chelsio/cxgb/
A Dcxgb2.c683 static int set_pauseparam(struct net_device *dev, in set_pauseparam() function
814 .set_pauseparam = set_pauseparam,
/linux/drivers/net/ethernet/apm/xgene/
A Dxgene_enet_ethtool.c337 .set_pauseparam = xgene_set_pauseparam
/linux/include/linux/
A Dethtool.h648 int (*set_pauseparam)(struct net_device *, member
/linux/drivers/net/ethernet/intel/igbvf/
A Dethtool.c445 .set_pauseparam = igbvf_set_pauseparam,
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
A Dpch_gbe_ethtool.c496 .set_pauseparam = pch_gbe_set_pauseparam,
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_ethtool.c1228 .set_pauseparam = otx2_set_pauseparam,
1347 .set_pauseparam = otx2_set_pauseparam,
/linux/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_ethtool.c592 .set_pauseparam = dpaa_set_pauseparam,
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c691 if (h->ae_algo->ops->set_pauseparam) in hns3_set_pauseparam()
692 return h->ae_algo->ops->set_pauseparam(h, param->autoneg, in hns3_set_pauseparam()
1873 .set_pauseparam = hns3_set_pauseparam,
A Dhnae3.h578 int (*set_pauseparam)(struct hnae3_handle *handle, member
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ethtool.c870 static int set_pauseparam(struct net_device *dev, in set_pauseparam() function
2178 .set_pauseparam = set_pauseparam,
/linux/drivers/staging/qlge/
A Dqlge_ethtool.c738 .set_pauseparam = qlge_set_pauseparam,
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-ethtool.c827 .set_pauseparam = xgbe_set_pauseparam,
/linux/drivers/net/ethernet/ti/
A Dam65-cpsw-ethtool.c775 .set_pauseparam = am65_cpsw_set_pauseparam,
/linux/drivers/net/ethernet/intel/ixgb/
A Dixgb_ethtool.c624 .set_pauseparam = ixgb_set_pauseparam,
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c886 .set_pauseparam = dpaa2_eth_set_pauseparam,

Completed in 56 milliseconds

1234