Lines Matching refs:fcf_index
19993 * Copy the fcf_index and the FCF Record Data. The data starts after
20018 * @fcf_index: FCF table entry index.
20027 uint16_t fcf_index)
20044 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index);
20057 * @fcf_index: FCF table entry offset.
20060 * record and processing it one at a time starting from the @fcf_index
20067 lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
20083 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
20101 if (fcf_index == LPFC_FCOE_FCF_GET_FIRST)
20120 * @fcf_index: FCF table entry offset.
20122 * This routine is invoked to read an FCF record indicated by @fcf_index
20129 lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
20143 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
20166 * @fcf_index: FCF table entry offset.
20168 * This routine is invoked to read an FCF record indicated by @fcf_index to
20175 lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
20189 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
20267 fcf_pri->fcf_rec.fcf_index);
20290 fcf_pri->fcf_rec.fcf_index);
20376 * @fcf_index: index into the FCF table to 'set'
20387 lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index)
20389 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
20393 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
20397 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
20401 "bmask\n", fcf_index);
20409 * @fcf_index: index into the FCF table to 'clear'
20417 lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index)
20420 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
20424 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
20431 if (fcf_pri->fcf_rec.fcf_index == fcf_index) {
20437 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
20441 "bmask\n", fcf_index);