Searched defs:nvme_ctrl_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 90414 struct nvme_ctrl_ops { struct 90415 const char *name; 90416 struct module *module; 90417 unsigned int flags; 90418 const struct attribute_group **dev_attr_groups; 90419 int (*reg_read32)(struct nvme_ctrl *, u32, u32 *); 90420 int (*reg_write32)(struct nvme_ctrl *, u32, u32); 90421 int (*reg_read64)(struct nvme_ctrl *, u32, u64 *); 90422 void (*free_ctrl)(struct nvme_ctrl *); 90423 void (*submit_async_event)(struct nvme_ctrl *); [all …]
|
| D | vmlinux_602.h | 90414 struct nvme_ctrl_ops { struct 90415 const char *name; 90416 struct module *module; 90417 unsigned int flags; 90418 const struct attribute_group **dev_attr_groups; 90419 int (*reg_read32)(struct nvme_ctrl *, u32, u32 *); 90420 int (*reg_write32)(struct nvme_ctrl *, u32, u32); 90421 int (*reg_read64)(struct nvme_ctrl *, u32, u64 *); 90422 void (*free_ctrl)(struct nvme_ctrl *); 90423 void (*submit_async_event)(struct nvme_ctrl *); [all …]
|