Lines Matching defs:current_infop
2293 struct lpfc_nvmet_ctx_info *current_infop)
2301 * The current_infop for the MRQ a NVME command IU was received
2310 if (current_infop->nvmet_ctx_start_cpu)
2311 get_infop = current_infop->nvmet_ctx_start_cpu;
2313 get_infop = current_infop->nvmet_ctx_next_cpu;
2316 if (get_infop == current_infop) {
2325 ¤t_infop->nvmet_ctx_list);
2326 current_infop->nvmet_ctx_list_cnt =
2331 current_infop->nvmet_ctx_start_cpu = get_infop;
2332 list_remove_head(¤t_infop->nvmet_ctx_list,
2374 struct lpfc_nvmet_ctx_info *current_infop;
2399 current_infop = lpfc_get_ctx_list(phba, current_cpu, idx);
2400 spin_lock_irqsave(¤t_infop->nvmet_ctx_list_lock, iflag);
2401 if (current_infop->nvmet_ctx_list_cnt) {
2402 list_remove_head(¤t_infop->nvmet_ctx_list,
2404 current_infop->nvmet_ctx_list_cnt--;
2406 ctx_buf = lpfc_nvmet_replenish_context(phba, current_infop);
2408 spin_unlock_irqrestore(¤t_infop->nvmet_ctx_list_lock, iflag);