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);
2699 ep->com.state = MPA_REQ_WAIT;
2730 switch (ep->com.state) {
2789 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
2845 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid,
2846 ep->com.state);
2851 * However, this is not needed if com state is just
2854 if (ep->com.state != MPA_REQ_SENT)
2858 switch (ep->com.state) {
2926 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
2930 if (ep->com.state != ABORTING) {
2992 switch (ep->com.state) {
3013 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
3042 * when entering the TERM state the RNIC MUST initiate a CLOSE.
3071 pr_debug("0 credit ack ep %p tid %u state %u\n",
3078 pr_debug("last streaming msg ack ep %p tid %u state %u initiator %u freeing skb\n",
3101 if (ep->com.state != MPA_REQ_RCVD) {
3132 if (ep->com.state != MPA_REQ_RCVD) {
3650 pr_debug("ep %p state %s, abrupt %d\n", ep,
3651 states[ep->com.state], abrupt);
3663 ep->com.state = DEAD;
3665 switch (ep->com.state) {
3674 ep->com.state = ABORTING;
3676 ep->com.state = CLOSING;
3680 * up the timer state since we're reusing it.
3696 ep->com.state = ABORTING;
3698 ep->com.state = MORIBUND;
3704 pr_debug("ignoring disconnect ep %p state %u\n",
3705 ep, ep->com.state);
3708 WARN_ONCE(1, "Bad endpoint state %u\n", ep->com.state);
3894 WARN_ONCE(1, "unexpected state!");
3918 pr_err("%s unexpected ofld conn wr state %d\n",
4232 pr_debug("ep %p tid %u state %d\n", ep, ep->hwtid, ep->com.state);
4234 switch (ep->com.state) {
4264 WARN(1, "%s unexpected state ep %p tid %u state %u\n",
4265 __func__, ep, ep->hwtid, ep->com.state);
4423 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid, ep->com.state);