Lines Matching defs:next_fcf_index
20373 uint16_t next_fcf_index;
20377 next_fcf_index = phba->fcf.current_rec.fcf_indx;
20381 next_fcf_index = (next_fcf_index + 1) % LPFC_SLI4_FCF_TBL_INDX_MAX;
20382 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
20384 next_fcf_index);
20387 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
20393 next_fcf_index = find_first_bit(phba->fcf.fcf_rr_bmask,
20399 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX ||
20400 next_fcf_index == phba->fcf.current_rec.fcf_indx) {
20415 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX &&
20416 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag &
20426 next_fcf_index);
20428 return next_fcf_index;