Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/ !
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 },
/linux-6.6.21/include/uapi/linux/ !
Dethtool_netlink.h733 ETHTOOL_A_MODULE_EEPROM_BANK, /* u8 */ enumerator
/linux-6.6.21/Documentation/networking/ !
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.
/linux-6.6.21/tools/net/ynl/generated/ !
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()