Searched defs:nvme_ctrl_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 84183 struct nvme_ctrl_ops { struct 84184 const char *name; 84185 struct module *module; 84186 unsigned int flags; 84187 const struct attribute_group **dev_attr_groups; 84188 int (*reg_read32)(struct nvme_ctrl *, u32, u32 *); 84189 int (*reg_write32)(struct nvme_ctrl *, u32, u32); 84190 int (*reg_read64)(struct nvme_ctrl *, u32, u64 *); 84191 void (*free_ctrl)(struct nvme_ctrl *); 84192 void (*submit_async_event)(struct nvme_ctrl *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 93914 struct nvme_ctrl_ops { struct 93915 const char *name; 93916 struct module *module; 93917 unsigned int flags; 93918 const struct attribute_group **dev_attr_groups; 93919 int (*reg_read32)(struct nvme_ctrl *, u32, u32 *); 93920 int (*reg_write32)(struct nvme_ctrl *, u32, u32); 93921 int (*reg_read64)(struct nvme_ctrl *, u32, u64 *); 93922 void (*free_ctrl)(struct nvme_ctrl *); 93923 void (*submit_async_event)(struct nvme_ctrl *); [all …]
|