Lines Matching refs:fcf_index
18967 * Copy the fcf_index and the FCF Record Data. The data starts after
18992 * @fcf_index: FCF table entry index.
19001 uint16_t fcf_index)
19018 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index);
19031 * @fcf_index: FCF table entry offset.
19034 * record and processing it one at a time starting from the @fcf_index
19041 lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
19057 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
19075 if (fcf_index == LPFC_FCOE_FCF_GET_FIRST)
19094 * @fcf_index: FCF table entry offset.
19096 * This routine is invoked to read an FCF record indicated by @fcf_index
19103 lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
19117 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
19140 * @fcf_index: FCF table entry offset.
19142 * This routine is invoked to read an FCF record indicated by @fcf_index to
19149 lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
19163 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
19241 fcf_pri->fcf_rec.fcf_index);
19264 fcf_pri->fcf_rec.fcf_index);
19350 * @fcf_index: index into the FCF table to 'set'
19361 lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index)
19363 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
19367 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
19371 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
19375 "bmask\n", fcf_index);
19383 * @fcf_index: index into the FCF table to 'clear'
19391 lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index)
19394 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
19398 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
19405 if (fcf_pri->fcf_rec.fcf_index == fcf_index) {
19411 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
19415 "bmask\n", fcf_index);