Searched refs:last_in_batch (Results 1 – 4 of 4) sorted by relevance
652 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data()693 bool last_in_batch) in nvmet_try_send_response() argument701 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_response()723 static int nvmet_try_send_r2t(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_r2t() argument731 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_r2t()762 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_ddgst()787 bool last_in_batch) in nvmet_tcp_try_send_one() argument805 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one()811 ret = nvmet_try_send_ddgst(cmd, last_in_batch); in nvmet_tcp_try_send_one()817 ret = nvmet_try_send_r2t(cmd, last_in_batch); in nvmet_tcp_try_send_one()[all …]
328 u8 num_of_aps, last_in_batch; in iwl_mld_handle_ftm_resp_notif() local339 last_in_batch = fw_resp->last_report; in iwl_mld_handle_ftm_resp_notif()419 if (last_in_batch) { in iwl_mld_handle_ftm_resp_notif()
1269 u8 num_of_aps, last_in_batch; in iwl_mvm_ftm_range_resp() local1287 last_in_batch = fw_resp_v8->last_report; in iwl_mvm_ftm_range_resp()1294 last_in_batch = fw_resp_v5->last_in_batch; in iwl_mvm_ftm_range_resp()1396 if (last_in_batch) { in iwl_mvm_ftm_range_resp()
1768 u8 last_in_batch; member
Completed in 24 milliseconds