Lines Matching refs:state
93 /* send state */
96 enum nvme_tcp_send_state state;
122 /* recv state */
130 /* send state */
674 req->state = NVME_TCP_SEND_H2C_PDU;
926 "queue %d socket state %d\n",
998 req->state = NVME_TCP_SEND_DDGST;
1035 req->state = NVME_TCP_SEND_DATA;
1068 req->state = NVME_TCP_SEND_DATA;
1121 if (req->state == NVME_TCP_SEND_CMD_PDU) {
1129 if (req->state == NVME_TCP_SEND_H2C_PDU) {
1135 if (req->state == NVME_TCP_SEND_DATA) {
1141 if (req->state == NVME_TCP_SEND_DDGST)
2010 if (ctrl->state != NVME_CTRL_CONNECTING) {
2011 WARN_ON_ONCE(ctrl->state == NVME_CTRL_NEW ||
2012 ctrl->state == NVME_CTRL_LIVE);
2061 * state change failure is ok if we started ctrl delete,
2065 WARN_ON_ONCE(ctrl->state != NVME_CTRL_DELETING &&
2066 ctrl->state != NVME_CTRL_DELETING_NOIO);
2131 /* state change failure is ok if we started ctrl delete */
2132 WARN_ON_ONCE(ctrl->state != NVME_CTRL_DELETING &&
2133 ctrl->state != NVME_CTRL_DELETING_NOIO);
2165 /* state change failure is ok if we started ctrl delete */
2166 WARN_ON_ONCE(ctrl->state != NVME_CTRL_DELETING &&
2167 ctrl->state != NVME_CTRL_DELETING_NOIO);
2255 ctrl->async_req.state = NVME_TCP_SEND_CMD_PDU;
2286 if (ctrl->state != NVME_CTRL_LIVE) {
2305 * LIVE state should trigger the normal error recovery which will
2345 req->state = NVME_TCP_SEND_CMD_PDU;