Home
last modified time | relevance | path

Searched refs:notification_sent (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme.c132 cmpset = atomic_cmpset_32(&ctrlr->notification_sent, 0, 1); in nvme_notify()
144 (void)atomic_cmpset_32(&ctrlr->notification_sent, 1, 0); in nvme_notify()
H A Dnvme_private.h301 uint32_t notification_sent; member
H A Dnvme_ctrlr.c1583 ctrlr->notification_sent = 0; in nvme_ctrlr_construct()