| /linux/net/ethtool/ |
| A D | pause.c | 179 return ops->get_pauseparam && ops->set_pauseparam ? 1 : -EOPNOTSUPP; in ethnl_set_pause_validate() 199 ret = dev->ethtool_ops->set_pauseparam(dev, ¶ms); in ethnl_set_pause()
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ef100_ethtool.c | 44 .set_pauseparam = efx_ethtool_set_pauseparam,
|
| A D | ethtool.c | 252 .set_pauseparam = efx_ethtool_set_pauseparam,
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| A D | ngbe_ethtool.c | 132 .set_pauseparam = wx_set_pauseparam,
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| A D | emac-ethtool.c | 271 .set_pauseparam = emac_set_pauseparam,
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | ethtool.c | 252 .set_pauseparam = efx_siena_ethtool_set_pauseparam,
|
| /linux/drivers/net/ethernet/asix/ |
| A D | ax88796c_ioctl.c | 223 .set_pauseparam = ax88796c_set_pauseparam,
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| A D | ethtool.c | 325 .set_pauseparam = alx_set_pauseparam,
|
| /linux/drivers/net/netdevsim/ |
| A D | ethtool.c | 164 .set_pauseparam = nsim_set_pauseparam,
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_ethtool.c | 723 if (!ops->set_pauseparam) in hns_set_pauseparam() 726 return ops->set_pauseparam(priv->ae_handle, param->autoneg, in hns_set_pauseparam() 1261 .set_pauseparam = hns_set_pauseparam,
|
| A D | hnae.h | 486 int (*set_pauseparam)(struct hnae_handle *handle, member
|
| /linux/drivers/net/ethernet/freescale/ |
| A D | ucc_geth_ethtool.c | 393 .set_pauseparam = uec_set_pauseparam,
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| A D | cxgb2.c | 683 static int set_pauseparam(struct net_device *dev, in set_pauseparam() function 818 .set_pauseparam = set_pauseparam,
|
| /linux/drivers/net/ethernet/apm/xgene/ |
| A D | xgene_enet_ethtool.c | 337 .set_pauseparam = xgene_set_pauseparam
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| A D | ethtool.c | 449 .set_pauseparam = igbvf_set_pauseparam,
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| A D | pch_gbe_ethtool.c | 504 .set_pauseparam = pch_gbe_set_pauseparam,
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| A D | dpaa_ethtool.c | 520 .set_pauseparam = dpaa_set_pauseparam,
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| A D | txgbe_ethtool.c | 521 .set_pauseparam = wx_set_pauseparam,
|
| /linux/include/linux/ |
| A D | ethtool.h | 1003 int (*set_pauseparam)(struct net_device *, member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_ethtool.c | 1336 .set_pauseparam = otx2_set_pauseparam, 1458 .set_pauseparam = otx2_set_pauseparam,
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| A D | hns3_ethtool.c | 737 if (h->ae_algo->ops->set_pauseparam) in hns3_set_pauseparam() 738 return h->ae_algo->ops->set_pauseparam(h, param->autoneg, in hns3_set_pauseparam() 2154 .set_pauseparam = hns3_set_pauseparam,
|
| A D | hnae3.h | 639 int (*set_pauseparam)(struct hnae3_handle *handle, member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_ethtool.c | 870 static int set_pauseparam(struct net_device *dev, in set_pauseparam() function 2188 .set_pauseparam = set_pauseparam,
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-ethtool.c | 834 .set_pauseparam = xgbe_set_pauseparam,
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_ethtool.c | 574 .set_pauseparam = lan966x_set_pauseparam,
|