Searched refs:ETHTOOL_MSG_DEBUG_GET (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | debug.c | 67 .request_cmd = ETHTOOL_MSG_DEBUG_GET,
|
H A D | netlink.c | 238 [ETHTOOL_MSG_DEBUG_GET] = ðnl_debug_request_ops, 741 .cmd = ETHTOOL_MSG_DEBUG_GET,
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | debug.c | 104 .request_cmd = ETHTOOL_MSG_DEBUG_GET,
|
H A D | netlink.c | 276 [ETHTOOL_MSG_DEBUG_GET] = ðnl_debug_request_ops, 834 .cmd = ETHTOOL_MSG_DEBUG_GET,
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool_netlink.h | 23 ETHTOOL_MSG_DEBUG_GET, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 30 ETHTOOL_MSG_DEBUG_GET, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 30 ETHTOOL_MSG_DEBUG_GET, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 23 ETHTOOL_MSG_DEBUG_GET, enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 26 [ETHTOOL_MSG_DEBUG_GET] = "debug-get", 2253 /* ============== ETHTOOL_MSG_DEBUG_GET ============== */ 2254 /* ETHTOOL_MSG_DEBUG_GET - do */ 2313 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_DEBUG_GET, 1); in ethtool_debug_get() 2323 yrs.rsp_cmd = ETHTOOL_MSG_DEBUG_GET; in ethtool_debug_get() 2336 /* ETHTOOL_MSG_DEBUG_GET - dump */ 2362 yds.rsp_cmd = ETHTOOL_MSG_DEBUG_GET; in ethtool_debug_get_dump() 2365 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_DEBUG_GET, 1); in ethtool_debug_get_dump() 2382 /* ETHTOOL_MSG_DEBUG_GET - notify */
|
Completed in 17 milliseconds