Searched refs:ctrlid (Results 1 – 7 of 7) sorted by relevance
/linux/tools/lib/thermal/ |
H A D | thermal_nl.c | 117 int ret = 0, ctrlid; in nl_get_multicast_id() local 127 ctrlid = genl_ctrl_resolve(sock, "nlctrl"); in nl_get_multicast_id() 129 genlmsg_put(msg, 0, 0, ctrlid, 0, 0, CTRL_CMD_GETFAMILY, 0); in nl_get_multicast_id()
|
/linux/drivers/nvme/target/ |
H A D | trace.c | 14 u16 ctrlid = get_unaligned_le16(cdw10 + 2); in nvmet_trace_admin_identify() local 16 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid); in nvmet_trace_admin_identify()
|
/linux/drivers/nvme/host/ |
H A D | trace.c | 67 u16 ctrlid = get_unaligned_le16(cdw10 + 2); in nvme_trace_admin_identify() local 69 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid); in nvme_trace_admin_identify()
|
/linux/tools/testing/selftests/net/ovpn/ |
H A D | ovpn-cli.c | 1535 int ret, ctrlid; in ovpn_get_mcast_id() local 1551 ctrlid = genl_ctrl_resolve(sock, "nlctrl"); in ovpn_get_mcast_id() 1553 genlmsg_put(msg, 0, 0, ctrlid, 0, 0, CTRL_CMD_GETFAMILY, 0); in ovpn_get_mcast_id()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mcu.c | 661 u8 ctrlid; in mt7921_mcu_radio_led_ctrl() member 664 .ctrlid = value, in mt7921_mcu_radio_led_ctrl()
|
/linux/include/linux/ |
H A D | nvme.h | 1452 __le16 ctrlid; member
|
/linux/drivers/firmware/arm_scmi/vendors/imx/ |
H A D | imx95.rst | 1711 |uint32 ctrlid |Identifier for the control that caused the event. |
|