Searched refs:nvme_consumer (Results 1 – 4 of 4) sorted by relevance
38 struct nvme_consumer { struct46 struct nvme_consumer nvme_consumer[NVME_MAX_CONSUMERS]; argument59 nvme_consumer[i].id = INVALID_CONSUMER_ID; in nvme_init()115 nvme_notify(struct nvme_consumer *cons, in nvme_notify()174 if (nvme_consumer[i].id != INVALID_CONSUMER_ID) { in nvme_notify_new_controller()175 nvme_notify(&nvme_consumer[i], ctrlr); in nvme_notify_new_controller()181 nvme_notify_new_consumer(struct nvme_consumer *cons) in nvme_notify_new_consumer()204 struct nvme_consumer *cons; in nvme_notify_async_consumers()209 cons = &nvme_consumer[i]; in nvme_notify_async_consumers()221 struct nvme_consumer *cons; in nvme_notify_fail_consumers()[all …]
392 struct nvme_consumer *consumer_cookie;
1913 struct nvme_consumer;1975 struct nvme_consumer * nvme_register_consumer(nvme_cons_ns_fn_t ns_fn,1979 void nvme_unregister_consumer(struct nvme_consumer *consumer);
73 struct nvme_consumer *consumer_handle;