Lines Matching refs:last_in_batch
631 static int nvmet_try_send_data(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_data() argument
644 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data()
685 bool last_in_batch) in nvmet_try_send_response() argument
693 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_response()
715 static int nvmet_try_send_r2t(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_r2t() argument
723 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_r2t()
743 static int nvmet_try_send_ddgst(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_ddgst() argument
754 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_ddgst()
779 bool last_in_batch) in nvmet_tcp_try_send_one() argument
797 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one()
803 ret = nvmet_try_send_ddgst(cmd, last_in_batch); in nvmet_tcp_try_send_one()
809 ret = nvmet_try_send_r2t(cmd, last_in_batch); in nvmet_tcp_try_send_one()
815 ret = nvmet_try_send_response(cmd, last_in_batch); in nvmet_tcp_try_send_one()