Searched refs:ctrlr_cookie (Results 1 – 1 of 1) sorted by relevance
119 void *ctrlr_cookie; in nvme_notify() local137 ctrlr_cookie = (*cons->ctrlr_fn)(ctrlr); in nvme_notify()139 ctrlr_cookie = (void *)(uintptr_t)0xdeadc0dedeadc0de; in nvme_notify()140 ctrlr->cons_cookie[cons->id] = ctrlr_cookie; in nvme_notify()143 if (ctrlr_cookie == NULL) { in nvme_notify()151 (*cons->fail_fn)(ctrlr_cookie); in nvme_notify()164 (*cons->ns_fn)(ns, ctrlr_cookie); in nvme_notify()205 void *ctrlr_cookie; in nvme_notify_async_consumers() local211 (ctrlr_cookie = ctrlr->cons_cookie[i]) != NULL) { in nvme_notify_async_consumers()212 (*cons->async_fn)(ctrlr_cookie, async_cpl, in nvme_notify_async_consumers()[all …]