Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/nvme/
H A Dnvme.c133 cmpset = atomic_cmpset_32(&ctrlr->notification_sent, 0, 1); in nvme_notify()
145 (void)atomic_cmpset_32(&ctrlr->notification_sent, 1, 0); in nvme_notify()
H A Dnvme_private.h303 uint32_t notification_sent; member
H A Dnvme_ctrlr.c1492 ctrlr->notification_sent = 0; in nvme_ctrlr_construct()