Searched refs:ctrlid (Results 1 – 7 of 7) sorted by relevance
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/qemu/hw/nvme/ |
H A D | trace-events | 55 …me_identify(uint16_t cid, uint8_t cns, uint16_t ctrlid, uint8_t csi) "cid %"PRIu16" cns 0x%"PRIx8"… 120 …_t cntlid, const char* rt, uint16_t nr) "cid %"PRIu16", act=0x%"PRIx16", ctrlid=%"PRIu16" %s nr=%"…
|
H A D | ctrl.c | 5636 uint16_t min_id = le16_to_cpu(c->ctrlid); in nvme_identify_ctrl_list() 5690 uint16_t min_id = le16_to_cpu(c->ctrlid); in nvme_identify_sec_ctrl_list() 5972 trace_pci_nvme_identify(nvme_cid(req), c->cns, le16_to_cpu(c->ctrlid), in nvme_identify()
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 1270 __le16 ctrlid; member
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 712 uint16_t ctrlid; member
|