Home
last modified time | relevance | path

Searched refs:last_in_batch (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/nvme/target/
Dtcp.c574 static int nvmet_try_send_data(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_data() argument
584 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data()
624 bool last_in_batch) in nvmet_try_send_response() argument
631 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_response()
652 static int nvmet_try_send_r2t(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_r2t() argument
659 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_r2t()
678 static int nvmet_try_send_ddgst(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_ddgst() argument
689 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_ddgst()
714 bool last_in_batch) in nvmet_tcp_try_send_one() argument
732 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one()
[all …]
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-initiator.c1182 u8 num_of_aps, last_in_batch; in iwl_mvm_ftm_range_resp() local
1200 last_in_batch = fw_resp_v8->last_report; in iwl_mvm_ftm_range_resp()
1207 last_in_batch = fw_resp_v5->last_in_batch; in iwl_mvm_ftm_range_resp()
1309 if (last_in_batch) { in iwl_mvm_ftm_range_resp()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Dlocation.h1536 u8 last_in_batch; member