Searched refs:last_in_batch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 583 static int nvmet_try_send_data(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_data() argument 593 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data() 635 bool last_in_batch) in nvmet_try_send_response() 642 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() argument 671 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() argument 701 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() 744 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one() 634 nvmet_try_send_response(struct nvmet_tcp_cmd *cmd, bool last_in_batch) nvmet_try_send_response() argument 725 nvmet_tcp_try_send_one(struct nvmet_tcp_queue *queue, bool last_in_batch) nvmet_tcp_try_send_one() argument [all...] |
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | tcp.c | 606 static int nvmet_try_send_data(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_data() argument 619 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data() 660 bool last_in_batch) in nvmet_try_send_response() 668 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_response() 690 static int nvmet_try_send_r2t(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_r2t() argument 698 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_r2t() 718 static int nvmet_try_send_ddgst(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_ddgst() argument 729 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_ddgst() 754 bool last_in_batch) in nvmet_tcp_try_send_one() 772 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one() 659 nvmet_try_send_response(struct nvmet_tcp_cmd *cmd, bool last_in_batch) nvmet_try_send_response() argument 753 nvmet_tcp_try_send_one(struct nvmet_tcp_queue *queue, bool last_in_batch) nvmet_tcp_try_send_one() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1048 u8 num_of_aps, last_in_batch; in iwl_mvm_ftm_range_resp() local 1062 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1218 u8 num_of_aps, last_in_batch; in iwl_mvm_ftm_range_resp() local 1236 last_in_batch = fw_resp_v8->last_report; in iwl_mvm_ftm_range_resp() 1243 last_in_batch = fw_resp_v5->last_in_batch; in iwl_mvm_ftm_range_resp() 1345 if (last_in_batch) { in iwl_mvm_ftm_range_resp()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 1231 * @last_in_batch: reprot policy (when not all responses are uploaded at once) 1238 u8 last_in_batch; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 1535 * @last_in_batch: reprot policy (when not all responses are uploaded at once) 1542 u8 last_in_batch; member
|
Completed in 16 milliseconds