| /linux-6.15/net/ethtool/ |
| H A D | pause.c | 62 if (!dev->ethtool_ops->get_pauseparam) in pause_prepare_data() 82 dev->ethtool_ops->get_pauseparam(dev, &data->pauseparam); in pause_prepare_data() 179 return ops->get_pauseparam && ops->set_pauseparam ? 1 : -EOPNOTSUPP; in ethnl_set_pause_validate() 191 dev->ethtool_ops->get_pauseparam(dev, ¶ms); in ethnl_set_pause()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | ef100_ethtool.c | 43 .get_pauseparam = efx_ethtool_get_pauseparam,
|
| H A D | ethtool.c | 251 .get_pauseparam = efx_ethtool_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxbf_gige/ |
| H A D | mlxbf_gige_ethtool.c | 171 .get_pauseparam = mlxbf_gige_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_ethtool.c | 131 .get_pauseparam = wx_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-ethtool.c | 270 .get_pauseparam = emac_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/asix/ |
| H A D | ax88796c_ioctl.c | 222 .get_pauseparam = ax88796c_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | ethtool.c | 251 .get_pauseparam = efx_siena_ethtool_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/atheros/alx/ |
| H A D | ethtool.c | 324 .get_pauseparam = alx_get_pauseparam,
|
| /linux-6.15/drivers/net/netdevsim/ |
| H A D | ethtool.c | 169 .get_pauseparam = nsim_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_ethtool.c | 701 if (ops->get_pauseparam) in hns_get_pauseparam() 702 ops->get_pauseparam(priv->ae_handle, ¶m->autoneg, in hns_get_pauseparam() 1259 .get_pauseparam = hns_get_pauseparam,
|
| H A D | hnae.h | 484 void (*get_pauseparam)(struct hnae_handle *handle, member
|
| /linux-6.15/drivers/net/ethernet/freescale/ |
| H A D | ucc_geth_ethtool.c | 369 .get_pauseparam = uec_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | cxgb2.c | 672 static void get_pauseparam(struct net_device *dev, in get_pauseparam() function 817 .get_pauseparam = get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_ethtool.c | 336 .get_pauseparam = xgene_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/intel/igbvf/ |
| H A D | ethtool.c | 448 .get_pauseparam = igbvf_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_ethtool.c | 503 .get_pauseparam = pch_gbe_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_ethtool.c | 505 .get_pauseparam = dpaa_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_ethtool.c | 483 .get_pauseparam = hbg_ethtool_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_ethtool.c | 520 .get_pauseparam = wx_get_pauseparam,
|
| /linux-6.15/include/linux/ |
| H A D | ethtool.h | 1053 void (*get_pauseparam)(struct net_device *, member
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_ethtool.c | 1201 .get_pauseparam = enetc_get_pauseparam, 1241 .get_pauseparam = enetc_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1334 .get_pauseparam = otx2_get_pauseparam, 1451 .get_pauseparam = otx2_get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 860 static void get_pauseparam(struct net_device *dev, in get_pauseparam() function 2187 .get_pauseparam = get_pauseparam,
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 700 if (h->ae_algo->ops->get_pauseparam) in hns3_get_pauseparam() 701 h->ae_algo->ops->get_pauseparam(h, ¶m->autoneg, in hns3_get_pauseparam() 2134 .get_pauseparam = hns3_get_pauseparam,
|