Searched refs:TPF_WAITING_FOR_FINAL (Results 1 – 3 of 3) sorted by relevance
78 TPF_WAITING_FOR_FINAL = (1<< 16), /* waiting for wakeup on final CPL */ enumerator
1005 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()
1318 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()