Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_MODULE_EEPROM_BANK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ethtool/
H A Deeprom.c185 if (tb[ETHTOOL_A_MODULE_EEPROM_BANK]) in eeprom_parse_request()
186 request->bank = nla_get_u8(tb[ETHTOOL_A_MODULE_EEPROM_BANK]); in eeprom_parse_request()
236 [ETHTOOL_A_MODULE_EEPROM_BANK] = { .type = NLA_U8 },
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h733 ETHTOOL_A_MODULE_EEPROM_BANK, /* u8 */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst1513 ``ETHTOOL_A_MODULE_EEPROM_BANK`` u8 bank number
1517 If ``ETHTOOL_A_MODULE_EEPROM_BANK`` is not specified, bank 0 is assumed.
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c576 [ETHTOOL_A_MODULE_EEPROM_BANK] = { .name = "bank", .type = YNL_PT_U8, },
4863 } else if (type == ETHTOOL_A_MODULE_EEPROM_BANK) { in ethtool_module_eeprom_get_rsp_parse()