Home
last modified time | relevance | path

Searched refs:tuna (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/tuna/
H A Dtuna_0.19.bb6 SRC_URI = "git://git.kernel.org/pub/scm/utils/tuna/tuna.git;branch=main"
23 install -m 0755 ${S}/tuna-cmd.py ${D}${bindir}/tuna
/openbmc/linux/net/ethtool/
H A Dioctl.c2446 static int ethtool_tunable_valid(const struct ethtool_tunable *tuna) in ethtool_tunable_valid() argument
2448 switch (tuna->id) { in ethtool_tunable_valid()
2452 if (tuna->len != sizeof(u32) || in ethtool_tunable_valid()
2453 tuna->type_id != ETHTOOL_TUNABLE_U32) in ethtool_tunable_valid()
2457 if (tuna->len != sizeof(u16) || in ethtool_tunable_valid()
2458 tuna->type_id != ETHTOOL_TUNABLE_U16) in ethtool_tunable_valid()
2471 struct ethtool_tunable tuna; in ethtool_get_tunable() local
2477 if (copy_from_user(&tuna, useraddr, sizeof(tuna))) in ethtool_get_tunable()
2479 ret = ethtool_tunable_valid(&tuna); in ethtool_get_tunable()
2482 data = kzalloc(tuna.len, GFP_USER); in ethtool_get_tunable()
[all …]
/openbmc/linux/drivers/net/phy/
H A Dbcm-cygnus.c186 struct ethtool_tunable *tuna, void *data) in bcm_omega_get_tunable() argument
188 switch (tuna->id) { in bcm_omega_get_tunable()
197 struct ethtool_tunable *tuna, in bcm_omega_set_tunable() argument
203 switch (tuna->id) { in bcm_omega_set_tunable()
H A Dsmsc.c590 struct ethtool_tunable *tuna, void *data) in smsc_phy_get_tunable() argument
592 switch (tuna->id) { in smsc_phy_get_tunable()
602 struct ethtool_tunable *tuna, const void *data) in smsc_phy_set_tunable() argument
604 switch (tuna->id) { in smsc_phy_set_tunable()
H A Dbcm7xxx.c762 struct ethtool_tunable *tuna, in bcm7xxx_28nm_get_tunable() argument
765 switch (tuna->id) { in bcm7xxx_28nm_get_tunable()
774 struct ethtool_tunable *tuna, in bcm7xxx_28nm_set_tunable() argument
780 switch (tuna->id) { in bcm7xxx_28nm_set_tunable()
H A Dbcm54140.c831 struct ethtool_tunable *tuna, void *data) in bcm54140_get_tunable() argument
833 switch (tuna->id) { in bcm54140_get_tunable()
844 struct ethtool_tunable *tuna, const void *data) in bcm54140_set_tunable() argument
846 switch (tuna->id) { in bcm54140_set_tunable()
H A Dadin.c420 struct ethtool_tunable *tuna, void *data) in adin_get_tunable() argument
422 switch (tuna->id) { in adin_get_tunable()
433 struct ethtool_tunable *tuna, const void *data) in adin_set_tunable() argument
435 switch (tuna->id) { in adin_set_tunable()
H A Ddp83869.c474 struct ethtool_tunable *tuna, void *data) in dp83869_get_tunable() argument
476 switch (tuna->id) { in dp83869_get_tunable()
485 struct ethtool_tunable *tuna, const void *data) in dp83869_set_tunable() argument
487 switch (tuna->id) { in dp83869_set_tunable()
H A Daquantia_main.c503 struct ethtool_tunable *tuna, void *data) in aqr107_get_tunable() argument
505 switch (tuna->id) { in aqr107_get_tunable()
514 struct ethtool_tunable *tuna, const void *data) in aqr107_set_tunable() argument
516 switch (tuna->id) { in aqr107_set_tunable()
H A Ddp83867.c457 struct ethtool_tunable *tuna, void *data) in dp83867_get_tunable() argument
459 switch (tuna->id) { in dp83867_get_tunable()
468 struct ethtool_tunable *tuna, const void *data) in dp83867_set_tunable() argument
470 switch (tuna->id) { in dp83867_set_tunable()
H A Dmarvell.c1028 struct ethtool_tunable *tuna, void *data) in m88e1111_get_tunable() argument
1030 switch (tuna->id) { in m88e1111_get_tunable()
1039 struct ethtool_tunable *tuna, const void *data) in m88e1111_set_tunable() argument
1041 switch (tuna->id) { in m88e1111_set_tunable()
1092 struct ethtool_tunable *tuna, void *data) in m88e1011_get_tunable() argument
1094 switch (tuna->id) { in m88e1011_get_tunable()
1103 struct ethtool_tunable *tuna, const void *data) in m88e1011_set_tunable() argument
1105 switch (tuna->id) { in m88e1011_set_tunable()
1501 struct ethtool_tunable *tuna, void *data) in m88e1540_get_tunable() argument
1503 switch (tuna->id) { in m88e1540_get_tunable()
[all …]
H A Dmarvell10g.c1089 struct ethtool_tunable *tuna, void *data) in mv3310_get_tunable() argument
1091 switch (tuna->id) { in mv3310_get_tunable()
1102 struct ethtool_tunable *tuna, const void *data) in mv3310_set_tunable() argument
1104 switch (tuna->id) { in mv3310_set_tunable()
H A Dat803x.c1392 struct ethtool_tunable *tuna, void *data) in at803x_get_tunable() argument
1394 switch (tuna->id) { in at803x_get_tunable()
1403 struct ethtool_tunable *tuna, const void *data) in at803x_set_tunable() argument
1405 switch (tuna->id) { in at803x_set_tunable()
/openbmc/linux/include/linux/
H A Dsmscphy.h36 struct ethtool_tunable *tuna, void *data);
38 struct ethtool_tunable *tuna, const void *data);
/openbmc/linux/drivers/s390/net/
H A Dqeth_ethtool.c261 const struct ethtool_tunable *tuna, void *data) in qeth_get_tunable() argument
265 switch (tuna->id) { in qeth_get_tunable()
275 const struct ethtool_tunable *tuna, in qeth_set_tunable() argument
280 switch (tuna->id) { in qeth_set_tunable()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c530 const struct ethtool_tunable *tuna, void *data) in enic_get_tunable() argument
535 switch (tuna->id) { in enic_get_tunable()
548 const struct ethtool_tunable *tuna, in enic_set_tunable() argument
554 switch (tuna->id) { in enic_set_tunable()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c939 const struct ethtool_tunable *tuna, void *data) in aq_ethtool_get_phy_tunable() argument
943 switch (tuna->id) { in aq_ethtool_get_phy_tunable()
964 const struct ethtool_tunable *tuna, const void *data) in aq_ethtool_set_phy_tunable() argument
969 switch (tuna->id) { in aq_ethtool_set_phy_tunable()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c928 const struct ethtool_tunable *tuna, void *data) in ena_get_tunable() argument
933 switch (tuna->id) { in ena_get_tunable()
946 const struct ethtool_tunable *tuna, in ena_set_tunable() argument
953 switch (tuna->id) { in ena_set_tunable()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c818 const struct ethtool_tunable *tuna, in dpaa2_eth_get_tunable() argument
824 switch (tuna->id) { in dpaa2_eth_get_tunable()
837 const struct ethtool_tunable *tuna, in dpaa2_eth_set_tunable() argument
843 switch (tuna->id) { in dpaa2_eth_set_tunable()
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c832 const struct ethtool_tunable *tuna, void *data) in fs_get_tunable() argument
838 switch (tuna->id) { in fs_get_tunable()
851 const struct ethtool_tunable *tuna, const void *data) in fs_set_tunable() argument
857 switch (tuna->id) { in fs_set_tunable()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c864 const struct ethtool_tunable *tuna, in ionic_set_tunable() argument
869 switch (tuna->id) { in ionic_set_tunable()
881 const struct ethtool_tunable *tuna, void *data) in ionic_get_tunable() argument
885 switch (tuna->id) { in ionic_get_tunable()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c1228 const struct ethtool_tunable *tuna, void *data) in stmmac_get_tunable() argument
1233 switch (tuna->id) { in stmmac_get_tunable()
1246 const struct ethtool_tunable *tuna, in stmmac_set_tunable() argument
1252 switch (tuna->id) { in stmmac_set_tunable()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1392 const struct ethtool_tunable *tuna, in mlx5e_get_tunable() argument
1397 switch (tuna->id) { in mlx5e_get_tunable()
1410 const struct ethtool_tunable *tuna, in mlx5e_set_tunable() argument
1418 switch (tuna->id) { in mlx5e_set_tunable()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1877 const struct ethtool_tunable *tuna, in hns3_get_tunable() argument
1884 switch (tuna->id) { in hns3_get_tunable()
1932 const struct ethtool_tunable *tuna, in hns3_set_tunable() argument
1945 switch (tuna->id) { in hns3_set_tunable()
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_main.c591 struct ethtool_tunable *tuna, void *data) in vsc85xx_get_tunable() argument
593 switch (tuna->id) { in vsc85xx_get_tunable()
602 struct ethtool_tunable *tuna, in vsc85xx_set_tunable() argument
605 switch (tuna->id) { in vsc85xx_set_tunable()

12