Home
last modified time | relevance | path

Searched refs:llc_event_q (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/smc/
H A Dsmc_llc.c1859 list_for_each_entry_safe(qentry, q, &lgr->llc_event_q, list) { in smc_llc_event_flush()
2002 if (!list_empty(&lgr->llc_event_q)) { in smc_llc_event_work()
2003 qentry = list_first_entry(&lgr->llc_event_q, in smc_llc_event_work()
2079 list_add_tail(&qentry->list, &lgr->llc_event_q); in smc_llc_enqueue()
2144 INIT_LIST_HEAD(&lgr->llc_event_q); in smc_llc_lgr_init()
H A Dsmc_core.h323 struct list_head llc_event_q; member