Home
last modified time | relevance | path

Searched refs:sb_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c74 TAILQ_ENTRY(superblock) sb_entry;
326 TAILQ_FOREACH(block, &superblocks, sb_entry) { in pfctl_optimize_ruleset()
333 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset()
371 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset()
784 TAILQ_INSERT_BEFORE(block, newblock, sb_entry); in reorder_rules()
968 block = TAILQ_NEXT(block, sb_entry); in load_feedback_profile()
969 blockcur = TAILQ_NEXT(blockcur, sb_entry); in load_feedback_profile()
976 block = TAILQ_NEXT(blockcur, sb_entry); in load_feedback_profile()
1370 TAILQ_INSERT_TAIL(superblocks, block, sb_entry); in construct_superblocks()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.c1534 struct cau_sb_entry sb_entry; in ecore_int_cau_conf_sb() local
1536 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, p_hwfn->rel_pf_id, in ecore_int_cau_conf_sb()
1547 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&sb_entry, in ecore_int_cau_conf_sb()
1559 sb_entry); in ecore_int_cau_conf_sb()
2635 struct cau_sb_entry sb_entry; in ecore_int_set_timer_res() local
2645 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_int_set_timer_res()
2653 SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES1, timer_res); in ecore_int_set_timer_res()
2655 SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES0, timer_res); in ecore_int_set_timer_res()
2658 (u64)(osal_uintptr_t)&sb_entry, in ecore_int_set_timer_res()
H A Decore_l2.c2250 struct cau_sb_entry sb_entry; in ecore_get_rxq_coalesce() local
2256 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_get_rxq_coalesce()
2263 timer_res = GET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES0); in ecore_get_rxq_coalesce()
2286 struct cau_sb_entry sb_entry; in ecore_get_txq_coalesce() local
2292 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_get_txq_coalesce()
2299 timer_res = GET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES1); in ecore_get_txq_coalesce()
H A Decore_sriov.c984 struct cau_sb_entry sb_entry; in ecore_iov_alloc_vf_igu_sbs() local
1008 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, in ecore_iov_alloc_vf_igu_sbs()
1013 (u64)(osal_uintptr_t)&sb_entry, in ecore_iov_alloc_vf_igu_sbs()
H A Decore_dev.c2882 struct cau_sb_entry sb_entry; in ecore_init_cau_rt_data() local
2894 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, in ecore_init_cau_rt_data()
2898 sb_entry); in ecore_init_cau_rt_data()