Searched refs:ST_NCI_RUNNING (Results 1 – 2 of 2) sorted by relevance
35 if (test_and_set_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_open()40 clear_bit(ST_NCI_RUNNING, &info->flags); in st_nci_open()49 if (!test_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_close()54 clear_bit(ST_NCI_RUNNING, &info->flags); in st_nci_close()65 if (!test_bit(ST_NCI_RUNNING, &info->flags)) in st_nci_send()
14 #define ST_NCI_RUNNING 1 macro