Searched refs:state_read (Results 1 – 2 of 2) sorted by relevance
224 state_read(struct iwch_ep_common *epc) in state_read() function269 CTR3(KTR_IW_CXGB, "%s ep %p state %s", __FUNCTION__, epc, states[state_read(epc)]); in __free_ep()546 if (state_read(&ep->parent_ep->com) != DEAD) { in connect_request_upcall()590 if (state_read(&ep->com) != MPA_REQ_SENT) in process_mpa_reply()749 if (state_read(&ep->com) != MPA_REQ_WAIT) in process_mpa_request()1081 if (state_read(&ep->com) != FPDU_MODE) in terminate()1174 if (state_read(&ep->com) == DEAD) { in iwch_reject_cr()1178 PANIC_IF(state_read(&ep->com) != MPA_REQ_RCVD); in iwch_reject_cr()1200 if (state_read(&ep->com) == DEAD) { in iwch_accept_cr()1205 PANIC_IF(state_read(&ep->com) != MPA_REQ_RCVD); in iwch_accept_cr()[all …]
84 static enum c4iw_ep_state state_read(struct c4iw_ep_common *epc);410 state = state_read(&ep->com); in process_conn_error()590 switch (state_read(&ep->com)) { in process_data()607 __func__, ep, state_read(&ep->com), ep->com.so, in process_data()729 int state = state_read(&ep->com); in process_socket_event()884 c4iw_ep_state state_read(struct c4iw_ep_common *epc) in state_read() function1424 if (state_read(&ep->com) != MPA_REQ_SENT) in process_mpa_reply()1727 enum c4iw_ep_state state = state_read(&ep->com); in process_mpa_request()1872 if (state_read(&ep->com) == DEAD) { in c4iw_reject_cr()1879 BUG_ON(state_read(&ep->com) != MPA_REQ_RCVD); in c4iw_reject_cr()[all …]