Lines Matching defs:current_infop
2296 struct lpfc_nvmet_ctx_info *current_infop)
2304 * The current_infop for the MRQ a NVME command IU was received
2313 if (current_infop->nvmet_ctx_start_cpu)
2314 get_infop = current_infop->nvmet_ctx_start_cpu;
2316 get_infop = current_infop->nvmet_ctx_next_cpu;
2319 if (get_infop == current_infop) {
2328 ¤t_infop->nvmet_ctx_list);
2329 current_infop->nvmet_ctx_list_cnt =
2334 current_infop->nvmet_ctx_start_cpu = get_infop;
2335 list_remove_head(¤t_infop->nvmet_ctx_list,
2377 struct lpfc_nvmet_ctx_info *current_infop;
2402 current_infop = lpfc_get_ctx_list(phba, current_cpu, idx);
2403 spin_lock_irqsave(¤t_infop->nvmet_ctx_list_lock, iflag);
2404 if (current_infop->nvmet_ctx_list_cnt) {
2405 list_remove_head(¤t_infop->nvmet_ctx_list,
2407 current_infop->nvmet_ctx_list_cnt--;
2409 ctx_buf = lpfc_nvmet_replenish_context(phba, current_infop);
2411 spin_unlock_irqrestore(¤t_infop->nvmet_ctx_list_lock, iflag);