Searched refs:ctrlr_cookie (Results 1 – 1 of 1) sorted by relevance
179 void *ctrlr_cookie; in nvme_notify() local197 ctrlr_cookie = (*cons->ctrlr_fn)(ctrlr); in nvme_notify()200 ctrlr->cons_cookie[cons->id] = ctrlr_cookie; in nvme_notify()203 if (ctrlr_cookie == NULL) in nvme_notify()209 (*cons->fail_fn)(ctrlr_cookie); in nvme_notify()222 (*cons->ns_fn)(ns, ctrlr_cookie); in nvme_notify()263 void *ctrlr_cookie; in nvme_notify_async_consumers() local270 (*cons->async_fn)(ctrlr_cookie, async_cpl, in nvme_notify_async_consumers()280 void *ctrlr_cookie; in nvme_notify_fail_consumers() local298 cons->fail_fn(ctrlr_cookie); in nvme_notify_fail_consumers()[all …]