Searched refs:last_in_batch (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/nvme/target/ |
H A D | tcp.c | 613 static int nvmet_try_send_data(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_data() 626 if ((!last_in_batch && cmd->queue->send_list_len) || in nvmet_try_send_data() 667 bool last_in_batch) in nvmet_try_send_response() 675 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_response() 697 static int nvmet_try_send_r2t(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_r2t() 705 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_r2t() 725 static int nvmet_try_send_ddgst(struct nvmet_tcp_cmd *cmd, bool last_in_batch) in nvmet_try_send_ddgst() 736 if (!last_in_batch && cmd->queue->send_list_len) in nvmet_try_send_ddgst() 761 bool last_in_batch) in nvmet_tcp_try_send_one() 779 ret = nvmet_try_send_data(cmd, last_in_batch); in nvmet_tcp_try_send_one() 607 nvmet_try_send_data(struct nvmet_tcp_cmd * cmd,bool last_in_batch) nvmet_try_send_data() argument 661 nvmet_try_send_response(struct nvmet_tcp_cmd * cmd,bool last_in_batch) nvmet_try_send_response() argument 691 nvmet_try_send_r2t(struct nvmet_tcp_cmd * cmd,bool last_in_batch) nvmet_try_send_r2t() argument 719 nvmet_try_send_ddgst(struct nvmet_tcp_cmd * cmd,bool last_in_batch) nvmet_try_send_ddgst() argument 755 nvmet_tcp_try_send_one(struct nvmet_tcp_queue * queue,bool last_in_batch) nvmet_tcp_try_send_one() argument [all...] |
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1220 u8 num_of_aps, last_in_batch; in iwl_mvm_ftm_range_resp() local 1238 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()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | location.h | 1542 u8 last_in_batch; member
|