Lines Matching refs:state

209 		pr_err("%s - device in error state - dropping\n", __func__);
226 pr_err("%s - device in error state - dropping\n", __func__);
268 enum c4iw_ep_state state;
271 state = epc->state;
273 return state;
278 epc->state = new;
284 pr_debug("%s -> %s\n", states[epc->state], states[new]);
391 pr_debug("ep %p state %s\n", ep, states[ep->com.state]);
1623 * generated when moving QP to RTS state.
1624 * A TERM message will be sent after QP has moved to RTS state
1826 if (ep->parent_ep->com.state != DEAD) {
1861 switch (ep->com.state) {
1878 " qpid %u ep %p state %d tid %u status %d\n",
1880 ep->com.state, ep->hwtid, status);
1938 switch (ep->com.state) {
1945 pr_err("%s ep %p state %d\n", __func__, ep, ep->com.state);
2696 ep->com.state = MPA_REQ_WAIT;
2727 switch (ep->com.state) {
2786 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
2842 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid,
2843 ep->com.state);
2848 * However, this is not needed if com state is just
2851 if (ep->com.state != MPA_REQ_SENT)
2855 switch (ep->com.state) {
2923 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
2927 if (ep->com.state != ABORTING) {
2989 switch (ep->com.state) {
3010 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
3039 * when entering the TERM state the RNIC MUST initiate a CLOSE.
3068 pr_debug("0 credit ack ep %p tid %u state %u\n",
3075 pr_debug("last streaming msg ack ep %p tid %u state %u initiator %u freeing skb\n",
3098 if (ep->com.state != MPA_REQ_RCVD) {
3129 if (ep->com.state != MPA_REQ_RCVD) {
3647 pr_debug("ep %p state %s, abrupt %d\n", ep,
3648 states[ep->com.state], abrupt);
3660 ep->com.state = DEAD;
3662 switch (ep->com.state) {
3671 ep->com.state = ABORTING;
3673 ep->com.state = CLOSING;
3677 * up the timer state since we're reusing it.
3693 ep->com.state = ABORTING;
3695 ep->com.state = MORIBUND;
3701 pr_debug("ignoring disconnect ep %p state %u\n",
3702 ep, ep->com.state);
3705 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
3891 WARN_ONCE(1, "unexpected state!");
3915 pr_err("%s unexpected ofld conn wr state %d\n",
4233 pr_debug("ep %p tid %u state %d\n", ep, ep->hwtid, ep->com.state);
4235 switch (ep->com.state) {
4265 WARN(1, "%s unexpected state ep %p tid %u state %u\n",
4266 __func__, ep, ep->hwtid, ep->com.state);
4424 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid, ep->com.state);