Home
last modified time | relevance | path

Searched full:mibs (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/ufs/host/
H A Dufs-exynos.h24 * MIBs for PA debug registers
47 * MIBs for Transport Layer debug registers
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx_mib.h3 * Implementation of the host-to-chip MIBs of the hardware API.
H A Dhif_tx_mib.c3 * Implementation of the host-to-chip MIBs of the hardware API.
/linux/net/mptcp/
H A Dmib.h96 unsigned long mibs[LINUX_MIB_MPTCP_MAX]; member
/linux/include/uapi/linux/
H A Dsnmp.h3 * Definitions for MIBs
/linux/drivers/net/dsa/qca/
H A Dar9331.c177 /* The interval should be small enough to avoid overflow of 32bit MIBs */
179 * FIXME: until we can read MIBs from stats64 call directly (i.e. sleep
/linux/net/dccp/
H A Ddccp.h
/linux/drivers/net/dsa/b53/
H A Db53_common.c1145 const struct b53_mib_desc *mibs = b53_get_mib(dev); in b53_get_strings() local
1152 ethtool_puts(&data, mibs[i].name); in b53_get_strings()
1166 const struct b53_mib_desc *mibs = b53_get_mib(dev); in b53_get_ethtool_stats() local
1178 s = &mibs[i]; in b53_get_ethtool_stats()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c12 * @mib_type: Local, Remote or both Local and Remote MIBs
916 /* Don't treat ENOENT as an error for Remote MIBs */ in ice_get_ieee_or_cee_dcb_cfg()
H A Dice_common.c6340 * @mib_type: Local, Remote or both Local and Remote MIBs
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i.dtsi116 /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
H A Dsun4i-a10.dtsi196 /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
H A Dsun7i-a20.dtsi178 /* Address must be kept in the lower 256 MiBs of DRAM for VE. */
/linux/net/ipv4/
H A Daf_inet.c1970 /* Initialise per-cpu ipv4 mibs */ in inet_init()
1972 panic("%s: Cannot init ipv4 mibs\n", __func__); in inet_init()
H A Dudp.c39 * Alan Cox : SNMP Mibs
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c752 /* Don't treat ENOENT as an error for Remote MIBs */ in i40e_get_ieee_dcb_config()
818 /* Don't treat ENOENT as an error for Remote MIBs */ in i40e_get_dcb_config()
H A Di40e_common.c2993 * @mib_type: Local, Remote or both Local and Remote MIBs
3044 * @mib_type: Local, Remote or both Local and Remote MIBs
/linux/include/net/
H A Dipv6.h255 /* MIBs */
/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.h1597 /* Undocumented MIBs: */
/linux/net/sctp/
H A Dprotocol.c1383 /* Allocate and initialise sctp mibs. */ in sctp_defaults_init()
/linux/drivers/net/ethernet/amd/
H A Damd8111e.c941 /* Reset the mibs for collecting new statistics */ in amd8111e_get_stats()
/linux/net/ipv6/
H A Daddrconf.c5804 __snmp6_fill_statsdev(stats, idev->stats.icmpv6dev->mibs, bytes); in snmp6_fill_stats()