Searched refs:last_in_batch (Results 1 – 3 of 3) sorted by relevance
620 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data()661 bool last_in_batch) in nvmet_try_send_response() argument669 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_response()691 static int nvmet_try_send_r2t(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_r2t() argument699 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_r2t()730 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_ddgst()755 bool last_in_batch) in nvmet_tcp_try_send_one() argument773 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one()779 ret = nvmet_try_send_ddgst(cmd, last_in_batch); in nvmet_tcp_try_send_one()785 ret = nvmet_try_send_r2t(cmd, last_in_batch); in nvmet_tcp_try_send_one()[all …]
1220 u8 num_of_aps, last_in_batch; in iwl_mvm_ftm_range_resp() local1238 last_in_batch = fw_resp_v8->last_report; in iwl_mvm_ftm_range_resp()1245 last_in_batch = fw_resp_v5->last_in_batch; in iwl_mvm_ftm_range_resp()1347 if (last_in_batch) { in iwl_mvm_ftm_range_resp()
1542 u8 last_in_batch; member