Lines Matching refs:state
97 /* send state */
100 enum nvme_tcp_send_state state;
126 /* recv state */
134 /* send state */
636 req->state = NVME_TCP_SEND_H2C_PDU;
966 "queue %d socket state %d\n",
1042 req->state = NVME_TCP_SEND_DDGST;
1084 req->state = NVME_TCP_SEND_DATA;
1121 req->state = NVME_TCP_SEND_DATA;
1178 if (req->state == NVME_TCP_SEND_CMD_PDU) {
1186 if (req->state == NVME_TCP_SEND_H2C_PDU) {
1192 if (req->state == NVME_TCP_SEND_DATA) {
1198 if (req->state == NVME_TCP_SEND_DDGST)
1996 enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
1999 if (state != NVME_CTRL_CONNECTING) {
2000 WARN_ON_ONCE(state == NVME_CTRL_NEW || state == NVME_CTRL_LIVE);
2056 * state change failure is ok if we started ctrl delete,
2060 enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
2062 WARN_ON_ONCE(state != NVME_CTRL_DELETING &&
2063 state != NVME_CTRL_DELETING_NOIO);
2129 /* state change failure is ok if we started ctrl delete */
2130 enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
2132 WARN_ON_ONCE(state != NVME_CTRL_DELETING &&
2133 state != NVME_CTRL_DELETING_NOIO);
2162 /* state change failure is ok if we started ctrl delete */
2163 enum nvme_ctrl_state state = nvme_ctrl_state(ctrl);
2165 WARN_ON_ONCE(state != NVME_CTRL_DELETING &&
2166 state != NVME_CTRL_DELETING_NOIO);
2254 ctrl->async_req.state = NVME_TCP_SEND_CMD_PDU;
2303 * LIVE state should trigger the normal error recovery which will
2343 req->state = NVME_TCP_SEND_CMD_PDU;