Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/pfctl/
Dpfctl_optimize.c77 TAILQ_ENTRY(superblock) sb_entry;
315 TAILQ_FOREACH(block, &superblocks, sb_entry) { in pfctl_optimize_ruleset()
322 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset()
358 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset()
771 TAILQ_INSERT_BEFORE(block, newblock, sb_entry); in reorder_rules()
954 block = TAILQ_NEXT(block, sb_entry); in load_feedback_profile()
955 blockcur = TAILQ_NEXT(blockcur, sb_entry); in load_feedback_profile()
962 block = TAILQ_NEXT(blockcur, sb_entry); in load_feedback_profile()
1356 TAILQ_INSERT_TAIL(superblocks, block, sb_entry); in construct_superblocks()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_int.c1537 struct cau_sb_entry sb_entry; in ecore_int_cau_conf_sb() local
1539 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, p_hwfn->rel_pf_id, in ecore_int_cau_conf_sb()
1550 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&sb_entry, in ecore_int_cau_conf_sb()
1562 sb_entry); in ecore_int_cau_conf_sb()
2639 struct cau_sb_entry sb_entry; in ecore_int_set_timer_res() local
2649 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_int_set_timer_res()
2657 SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES1, timer_res); in ecore_int_set_timer_res()
2659 SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES0, timer_res); in ecore_int_set_timer_res()
2662 (u64)(osal_uintptr_t)&sb_entry, in ecore_int_set_timer_res()
Decore_l2.c2251 struct cau_sb_entry sb_entry; in ecore_get_rxq_coalesce() local
2257 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_get_rxq_coalesce()
2264 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()
Decore_sriov.c987 struct cau_sb_entry sb_entry; in ecore_iov_alloc_vf_igu_sbs() local
1011 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, in ecore_iov_alloc_vf_igu_sbs()
1016 (u64)(osal_uintptr_t)&sb_entry, in ecore_iov_alloc_vf_igu_sbs()
Decore_dev.c2886 struct cau_sb_entry sb_entry; in ecore_init_cau_rt_data() local
2898 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, in ecore_init_cau_rt_data()
2902 sb_entry); in ecore_init_cau_rt_data()