Home
last modified time | relevance | path

Searched refs:ifstate (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/liquidio/
H A Dlio_network.h58 int ifstate; member
235 return (atomic_load_acq_int(&lio->ifstate) & state_flag); in lio_ifstate_check()
247 atomic_store_rel_int(&lio->ifstate, in lio_ifstate_set()
248 (atomic_load_acq_int(&lio->ifstate) | state_flag)); in lio_ifstate_set()
260 atomic_store_rel_int(&lio->ifstate, in lio_ifstate_reset()
261 (atomic_load_acq_int(&lio->ifstate) & in lio_ifstate_reset()
H A Dlio_rxtx.c75 if (!(atomic_load_acq_int(&lio->ifstate) & LIO_IFSTATE_RUNNING) || in lio_xmit()
H A Dlio_ioctl.c120 if (!(atomic_load_acq_int(&lio->ifstate) & in lio_ioctl()
H A Dlio_main.c1919 if (atomic_load_acq_int(&lio->ifstate) & LIO_IFSTATE_RUNNING) in lio_destroy_nic_device()
1931 if (atomic_load_acq_int(&lio->ifstate) & LIO_IFSTATE_REGISTERED) in lio_destroy_nic_device()
/freebsd/contrib/unifdef/
H A Dunifdef.c212 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */ variable
686 ifstate[depth] = is; in state()
781 trans_table[ifstate[depth]][lineval](); in process()
784 ifstate_name[ifstate[depth]], depth); in process()