Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dcore.c1388 if (nvmet_cc_shn(new) && !nvmet_cc_shn(old)) { in nvmet_update_cc()
1392 if (!nvmet_cc_shn(new) && nvmet_cc_shn(old)) in nvmet_update_cc()
H A Dpci-epf.c1938 if (nvmet_cc_shn(new_cc) && !nvmet_cc_shn(old_cc)) { in nvmet_pci_epf_poll_cc_work()
1943 if (!nvmet_cc_shn(new_cc) && nvmet_cc_shn(old_cc)) in nvmet_pci_epf_poll_cc_work()
H A Dnvmet.h804 static inline u8 nvmet_cc_shn(u32 cc) in nvmet_cc_shn() function