Searched refs:stringset (Results 1 - 25 of 62) sorted by relevance

123

/drivers/net/wireless/libertas/
H A Dmesh.h58 uint32_t stringset, uint8_t *s);
H A Dmesh.c1175 uint32_t stringset, uint8_t *s)
1181 switch (stringset) {
1174 lbs_mesh_ethtool_get_strings(struct net_device *dev, uint32_t stringset, uint8_t *s) argument
/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c418 static int igbvf_get_sset_count(struct net_device *dev, int stringset) argument
420 switch(stringset) {
430 static void igbvf_get_strings(struct net_device *netdev, u32 stringset, argument
436 switch (stringset) {
/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c143 static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset, argument
/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c210 static void ehea_get_strings(struct net_device *dev, u32 stringset, u8 *data) argument
212 if (stringset == ETH_SS_STATS) {
/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c413 static int ixgbevf_get_sset_count(struct net_device *dev, int stringset) argument
415 switch (stringset) {
448 static void ixgbevf_get_strings(struct net_device *netdev, u32 stringset, argument
454 switch (stringset) {
/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c160 static void spider_net_get_strings(struct net_device *netdev, u32 stringset, argument
/drivers/net/xen-netback/
H A Dinterface.c213 static void xenvif_get_strings(struct net_device *dev, u32 stringset, u8 * data) argument
217 switch (stringset) {
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c439 * @stringset: Select the stringset. [ETH_SS_TEST] [ETH_SS_STATS]
442 static void pch_gbe_get_strings(struct net_device *netdev, u32 stringset, argument
448 switch (stringset) {
/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c395 static void stmmac_get_strings(struct net_device *dev, u32 stringset, u8 *data) argument
401 switch (stringset) {
/drivers/net/
H A Dveth.c73 static void veth_get_strings(struct net_device *dev, u32 stringset, u8 *buf) argument
75 switch(stringset) {
/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c384 be_get_stat_strings(struct net_device *netdev, uint32_t stringset, argument
390 switch (stringset) {
420 static int be_get_sset_count(struct net_device *netdev, int stringset) argument
424 switch (stringset) {
/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c252 uint32_t stringset, uint8_t *data)
258 switch (stringset) {
251 mlx4_en_get_strings(struct net_device *dev, uint32_t stringset, uint8_t *data) argument
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_ethtool.c248 static void ql_get_strings(struct net_device *dev, u32 stringset, u8 *buf) argument
250 switch (stringset) {
/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c219 vmxnet3_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) argument
222 if (stringset == ETH_SS_STATS) {
/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c292 static void uec_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) argument
/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c542 bnad_get_strings(struct net_device *netdev, u32 stringset, u8 * string) argument
550 switch (stringset) {
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c620 ixgb_get_strings(struct net_device *netdev, u32 stringset, u8 *data) argument
624 switch(stringset) {
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c650 netxen_nic_get_strings(struct net_device *dev, u32 stringset, u8 * data) argument
654 switch (stringset) {
/drivers/infiniband/hw/nes/
H A Dnes_nic.c1103 static int nes_netdev_get_sset_count(struct net_device *netdev, int stringset) argument
1105 if (stringset == ETH_SS_STATS)
1115 static void nes_netdev_get_strings(struct net_device *netdev, u32 stringset, argument
1118 if (stringset == ETH_SS_STATS)
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2220 static int bnx2x_get_sset_count(struct net_device *dev, int stringset) argument
2225 switch (stringset) {
2249 static void bnx2x_get_strings(struct net_device *dev, u32 stringset, u8 *buf) argument
2255 switch (stringset) {
/drivers/net/ethernet/tehuti/
H A Dtehuti.c2326 static void bdx_get_strings(struct net_device *netdev, u32 stringset, u8 *data) argument
2328 switch (stringset) {
2339 static int bdx_get_sset_count(struct net_device *netdev, int stringset) argument
2343 switch (stringset) {
/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c453 static void get_strings(struct net_device *dev, u32 stringset, u8 *data) argument
455 if (stringset == ETH_SS_STATS)
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-ethtool.c578 static void vxge_ethtool_get_strings(struct net_device *dev, u32 stringset, argument
584 switch (stringset) {
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c851 qlcnic_get_strings(struct net_device *dev, u32 stringset, u8 * data) argument
856 switch (stringset) {

Completed in 906 milliseconds

123