Searched refs:ctrlr_cookie (Results 1 – 1 of 1) sorted by relevance
157 void *ctrlr_cookie; in nvme_notify() local175 ctrlr_cookie = (*cons->ctrlr_fn)(ctrlr); in nvme_notify()178 ctrlr->cons_cookie[cons->id] = ctrlr_cookie; in nvme_notify()181 if (ctrlr_cookie == NULL) in nvme_notify()187 (*cons->fail_fn)(ctrlr_cookie); in nvme_notify()200 (*cons->ns_fn)(ns, ctrlr_cookie); in nvme_notify()241 void *ctrlr_cookie; in nvme_notify_async_consumers() local248 (*cons->async_fn)(ctrlr_cookie, async_cpl, in nvme_notify_async_consumers()258 void *ctrlr_cookie; in nvme_notify_fail_consumers() local276 cons->fail_fn(ctrlr_cookie); in nvme_notify_fail_consumers()[all …]