Searched refs:last_in_batch (Results 1 – 3 of 3) sorted by relevance
583 static int nvmet_try_send_data(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_data() argument593 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data()635 bool last_in_batch) in nvmet_try_send_response() argument642 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_response()664 static int nvmet_try_send_r2t(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_r2t() argument671 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_r2t()690 static int nvmet_try_send_ddgst(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_ddgst() argument701 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_ddgst()726 bool last_in_batch) in nvmet_tcp_try_send_one() argument744 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one()[all …]
1048 u8 num_of_aps, last_in_batch; in iwl_mvm_ftm_range_resp() local1062 last_in_batch = fw_resp_v8->last_report; in iwl_mvm_ftm_range_resp()1069 last_in_batch = fw_resp_v5->last_in_batch; in iwl_mvm_ftm_range_resp()1172 if (last_in_batch) { in iwl_mvm_ftm_range_resp()
1238 u8 last_in_batch; member