Searched refs:filter_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_filter.c1208 unsigned int hash, incr, filter_idx, depth; local
1213 filter_idx = hash & (sftp->sft_size - 1);
1221 if (siena_filter_test_used(sftp, filter_idx) ?
1223 &sftp->sft_spec[filter_idx]) :
1225 *filter_index = filter_idx;
1234 filter_idx = (filter_idx + incr) & (sftp->sft_size - 1);
1415 int filter_idx; local
1424 for (filter_idx = 0;
1425 filter_idx < sft
1472 int filter_idx; local
1552 int filter_idx; local
[all...]
H A Def10_filter.c845 uint32_t filter_idx = filter_id % EFX_EF10_FILTER_TBL_ROWS; local
855 while (ef10_filter_entry_is_busy(table, filter_idx)) {
860 if ((spec = ef10_filter_entry_spec(table, filter_idx)) != NULL) {
861 ef10_filter_set_entry_busy(table, filter_idx);
877 &table->eft_entry[filter_idx].efe_handle);
881 &table->eft_entry[filter_idx].efe_handle);
886 ef10_filter_set_entry_not_busy(table, filter_idx);
887 ef10_filter_set_entry(table, filter_idx, NULL);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c501 u8 ppfid, u8 filter_idx,
513 if (filter_idx >= NIG_REG_LLH_FUNC_FILTER_EN_SIZE) {
515 "LLH shadow [%s]: using filter_idx %d while only %d filters are available\n",
516 action, filter_idx, NIG_REG_LLH_FUNC_FILTER_EN_SIZE);
580 __ecore_llh_shadow_add_filter(struct ecore_dev *p_dev, u8 ppfid, u8 filter_idx, argument
588 rc = ecore_llh_shadow_sanity(p_dev, ppfid, filter_idx, "add");
593 if (!p_filters[filter_idx].ref_cnt) {
594 p_filters[filter_idx].b_enabled = true;
595 p_filters[filter_idx].type = type;
596 OSAL_MEMCPY(&p_filters[filter_idx]
500 ecore_llh_shadow_sanity(struct ecore_dev *p_dev, u8 ppfid, u8 filter_idx, const char *action) argument
639 __ecore_llh_shadow_remove_filter(struct ecore_dev *p_dev, u8 ppfid, u8 filter_idx, u32 *p_ref_cnt) argument
992 ecore_llh_access_filter_e4(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx, struct ecore_llh_filter_e4_details *p_details, bool b_write_access) argument
1079 ecore_llh_add_filter_e4(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx, u8 filter_prot_type, u32 high, u32 low) argument
1099 ecore_llh_remove_filter_e4(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx) argument
1115 ecore_llh_add_filter_e5(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, u8 OSAL_UNUSED abs_ppfid, u8 OSAL_UNUSED filter_idx, u8 OSAL_UNUSED filter_prot_type, u32 OSAL_UNUSED high, u32 OSAL_UNUSED low) argument
1130 ecore_llh_remove_filter_e5(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, u8 OSAL_UNUSED abs_ppfid, u8 OSAL_UNUSED filter_idx) argument
1141 ecore_llh_add_filter(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx, u8 filter_prot_type, u32 high, u32 low) argument
1156 ecore_llh_remove_filter(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 abs_ppfid, u8 filter_idx) argument
1173 u8 filter_idx, abs_ppfid; local
1308 u8 filter_idx, abs_ppfid, str[32], type_bitmap; local
1376 u8 filter_idx, abs_ppfid; local
1429 u8 filter_idx, abs_ppfid, str[32]; local
1485 u8 filter_idx, abs_ppfid; local
1554 u8 abs_ppfid, filter_idx; local
[all...]

Completed in 128 milliseconds