Searched refs:ic_disconnecting (Results 1 – 3 of 3) sorted by relevance
445 while (__predict_true(!ic->ic_disconnecting)) { in icl_cxgbei_tx_main()449 if (__predict_false(ic->ic_disconnecting)) in icl_cxgbei_tx_main()468 if (__predict_false(ic->ic_disconnecting) || in icl_cxgbei_tx_main()510 while (__predict_true(!ic->ic_disconnecting)) { in icl_cxgbei_rx_main()514 if (__predict_false(ic->ic_disconnecting)) in icl_cxgbei_rx_main()884 if (ic->ic_disconnecting || so == NULL || !sowriteable(so)) { in icl_cxgbei_conn_pdu_queue_cb()1133 ic->ic_disconnecting = false; in icl_cxgbei_conn_handoff()1243 if (ic->ic_disconnecting || so == NULL) { in icl_cxgbei_conn_close()1245 __func__, icc, ic->ic_disconnecting, so); in icl_cxgbei_conn_close()1249 ic->ic_disconnecting = true; in icl_cxgbei_conn_close()[all …]
696 if (ic->ic_disconnecting) in icl_conn_receive_pdus()743 if (ic->ic_disconnecting) { in icl_receive_thread()1050 if (ic->ic_disconnecting) { in icl_send_thread()1327 if (ic->ic_disconnecting || ic->ic_socket == NULL) { in icl_soft_conn_pdu_queue_cb()1410 ic->ic_disconnecting = false; in icl_conn_start()1579 if (!ic->ic_disconnecting) { in icl_soft_conn_close()1583 ic->ic_disconnecting = true; in icl_soft_conn_close()
106 bool ic_disconnecting; member