Lines Matching refs:fcf_index
1046 ocs_hw_config_mrq(ocs_hw_t *hw, uint8_t mode, uint16_t vlanid, uint16_t fcf_index) in ocs_hw_config_mrq() argument
1098 fcf_index, /* fcf_index */ in ocs_hw_config_mrq()
8240 uint16_t fcf_index = UINT16_MAX; in ocs_hw_domain_add() local
8253 fcf_index = domain->fcf; in ocs_hw_domain_add()
8255 if (fcf_index < SLI4_MAX_FCF_INDEX) { in ocs_hw_domain_add()
8257 fcf_index, fcfi); in ocs_hw_domain_add()
8258 hw->fcf_index_fcfi[fcf_index] = fcfi; in ocs_hw_domain_add()
8262 fcf_index, SLI4_MAX_FCF_INDEX); in ocs_hw_domain_add()
8288 uint16_t fcf_index = UINT16_MAX; in ocs_hw_domain_del() local
8308 fcf_index = domain->fcf; in ocs_hw_domain_del()
8310 if (fcf_index < SLI4_MAX_FCF_INDEX) { in ocs_hw_domain_del()
8311 if (hw->fcf_index_fcfi[fcf_index] == fcfi) { in ocs_hw_domain_del()
8312 hw->fcf_index_fcfi[fcf_index] = 0; in ocs_hw_domain_del()
8316 hw->fcf_index_fcfi[fcf_index], fcfi, fcf_index); in ocs_hw_domain_del()
8320 fcf_index, SLI4_MAX_FCF_INDEX); in ocs_hw_domain_del()
8349 ocs_hw_domain_get_indexed(ocs_hw_t *hw, uint16_t fcf_index) in ocs_hw_domain_get_indexed() argument
8357 if (fcf_index < SLI4_MAX_FCF_INDEX) { in ocs_hw_domain_get_indexed()
8358 return ocs_hw_domain_get(hw, hw->fcf_index_fcfi[fcf_index]); in ocs_hw_domain_get_indexed()
8361 fcf_index, SLI4_MAX_FCF_INDEX); in ocs_hw_domain_get_indexed()
9196 drec.index = read_fcf->fcf_entry.fcf_index; in ocs_hw_cb_read_fcf()