Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h78 TPF_WAITING_FOR_FINAL = (1<< 16), /* waiting for wakeup on final CPL */ enumerator
H A Dt4_tom.c1005 need_wakeup = (toep->flags & TPF_WAITING_FOR_FINAL) != 0; in final_cpl_received()
1006 toep->flags &= ~(TPF_CPL_PENDING | TPF_WAITING_FOR_FINAL); in final_cpl_received()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1318 toep->flags |= TPF_WAITING_FOR_FINAL; in icl_cxgbei_conn_close()
1346 while ((toep->flags & TPF_WAITING_FOR_FINAL) != 0) in icl_cxgbei_conn_close()