Home
last modified time | relevance | path

Searched defs:ctl (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/freebsd/net/route/
H A Dnhgrp.c136 find_nhgrp(struct nh_control *ctl, const struct nhgrp_priv *key) in find_nhgrp()
154 link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv) in link_nhgrp()
183 unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key) in unlink_nhgrp()
213 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize()
261 nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags) in nhgrp_ctl_alloc_default()
310 nhgrp_ctl_init(struct nh_control *ctl) in nhgrp_ctl_init()
323 nhgrp_ctl_free(struct nh_control *ctl) in nhgrp_ctl_free()
333 nhgrp_ctl_unlink_all(struct nh_control *ctl) in nhgrp_ctl_unlink_all()
H A Dnhop.c74 struct nh_control *ctl; in nhops_init_rib() local
109 destroy_ctl(struct nh_control *ctl) in destroy_ctl()
127 struct nh_control *ctl; in destroy_ctl_epoch() local
137 struct nh_control *ctl; in nhops_destroy_rib() local
237 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize()
287 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop()
331 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop()
376 find_nhop(struct nh_control *ctl, const struct nhop_priv *nh_priv) in find_nhop()
H A Dnhop_var.h66 #define NHOPS_WLOCK(ctl) rw_wlock(&(ctl)->ctl_lock) argument
67 #define NHOPS_RLOCK(ctl) rw_rlock(&(ctl)->ctl_lock) argument
68 #define NHOPS_WUNLOCK(ctl) rw_wunlock(&(ctl)->ctl_lock) argument
69 #define NHOPS_RUNLOCK(ctl) rw_runlock(&(ctl)->ctl_lock) argument
70 #define NHOPS_LOCK_INIT(ctl) rw_init(&(ctl)->ctl_lock, "nhop_ctl") argument
71 #define NHOPS_LOCK_DESTROY(ctl) rw_destroy(&(ctl)->ctl_lock) argument
72 #define NHOPS_WLOCK_ASSERT(ctl) rw_assert(&(ctl)->ctl_lock, RA_WLOCKED) argument
H A Dnhgrp_ctl.c310 struct nh_control *ctl; in nhgrp_free() local
432 get_nhgrp(struct nh_control *ctl, struct weightened_nhop *wn, int num_nhops, in get_nhgrp()
512 append_nhops(struct nh_control *ctl, const struct nhgrp_object *gr_orig, in append_nhops()
568 struct nh_control *ctl = rh->nh_control; in nhgrp_get_group() local
590 struct nh_control *ctl = rh->nh_control; in nhgrp_get_filtered_group() local
647 struct nh_control *ctl = rh->nh_control; in nhgrp_get_addition_group() local
780 struct nh_control *ctl; in nhgrp_get_count() local
795 struct nh_control *ctl = rh->nh_control; in nhgrp_dump_sysctl() local
H A Dnhop_ctl.c520 finalize_nhop(struct nh_control *ctl, struct rt_addrinfo *info, in finalize_nhop()
651 struct nh_control *ctl; in nhop_free() local
774 struct nh_control *ctl; in nhops_update_ifmtu() local
878 struct nh_control *ctl; in nhops_get_count() local
893 struct nh_control *ctl; in nhops_dump_sysctl() local
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c84 action_free(struct rte_swx_ctl_pipeline *ctl) in action_free()
102 table_find(struct rte_swx_ctl_pipeline *ctl, const char *table_name) in table_find()
238 table_entry_check(struct rte_swx_ctl_pipeline *ctl, in table_entry_check()
299 table_entry_duplicate(struct rte_swx_ctl_pipeline *ctl, in table_entry_duplicate()
609 table_free(struct rte_swx_ctl_pipeline *ctl) in table_free()
636 table_state_free(struct rte_swx_ctl_pipeline *ctl) in table_state_free()
661 table_state_create(struct rte_swx_ctl_pipeline *ctl) in table_state_create()
713 rte_swx_ctl_pipeline_free(struct rte_swx_ctl_pipeline *ctl) in rte_swx_ctl_pipeline_free()
730 struct rte_swx_ctl_pipeline *ctl = NULL; in rte_swx_ctl_pipeline_create() local
1321 rte_swx_ctl_pipeline_abort(struct rte_swx_ctl_pipeline *ctl) in rte_swx_ctl_pipeline_abort()
[all …]
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkovf.c188 octeontx_pko_dq_range_lookup(struct octeontx_pko_vf_ctl_s *ctl, uint64_t chanid, in octeontx_pko_dq_range_lookup()
230 octeontx_pko_dq_claim(struct octeontx_pko_vf_ctl_s *ctl, unsigned int dq_base, in octeontx_pko_dq_claim()
251 octeontx_pko_dq_free(struct octeontx_pko_vf_ctl_s *ctl, uint64_t chanid) in octeontx_pko_dq_free()
272 struct octeontx_pko_vf_ctl_s *ctl = &pko_vf_ctl; in octeontx_pko_channel_open() local
285 struct octeontx_pko_vf_ctl_s *ctl = &pko_vf_ctl; in octeontx_pko_channel_close() local
296 octeontx_pko_chan_start(struct octeontx_pko_vf_ctl_s *ctl, uint64_t chanid) in octeontx_pko_chan_start()
329 struct octeontx_pko_vf_ctl_s *ctl = &pko_vf_ctl; in octeontx_pko_channel_start() local
340 octeontx_pko_chan_stop(struct octeontx_pko_vf_ctl_s *ctl, uint64_t chanid) in octeontx_pko_chan_stop()
378 struct octeontx_pko_vf_ctl_s *ctl = &pko_vf_ctl; in octeontx_pko_channel_stop() local
385 octeontx_pko_channel_query(struct octeontx_pko_vf_ctl_s *ctl, uint64_t chanid, in octeontx_pko_channel_query()
[all …]
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_iperf.c38 struct feature_fme_ifpmon_ch_ctl ctl; in fme_iperf_get_cache_freeze() local
50 struct feature_fme_ifpmon_ch_ctl ctl; in fme_iperf_set_cache_freeze() local
72 struct feature_fme_ifpmon_ch_ctl ctl; in read_cache_counter() local
127 struct feature_fme_ifpmon_vtd_ctl ctl; in fme_iperf_get_vtd_freeze() local
140 struct feature_fme_ifpmon_vtd_ctl ctl; in fme_iperf_set_vtd_freeze() local
212 struct feature_fme_ifpmon_vtd_ctl ctl; in read_iommu_counter() local
259 struct feature_fme_ifpmon_fab_ctl ctl; in fabric_pobj_is_enabled() local
272 struct feature_fme_ifpmon_fab_ctl ctl; in read_fabric_counter() local
344 struct feature_fme_ifpmon_fab_ctl ctl; in fme_iperf_set_fab_port_enable() local
378 struct feature_fme_ifpmon_fab_ctl ctl; in fme_iperf_get_fab_freeze() local
[all …]
H A Difpga_fme_dperf.c40 struct feature_fme_dfpmon_fab_ctl ctl; in fabric_pobj_is_enabled() local
53 struct feature_fme_dfpmon_fab_ctl ctl; in read_fabric_counter() local
121 struct feature_fme_dfpmon_fab_ctl ctl; in fme_dperf_set_fab_port_enable() local
155 struct feature_fme_dfpmon_fab_ctl ctl; in fme_dperf_get_fab_freeze() local
168 struct feature_fme_dfpmon_fab_ctl ctl; in fme_dperf_set_fab_freeze() local
/f-stack/freebsd/x86/x86/
H A Dmca.c93 unsigned int (*ctl)(int); member
697 uint64_t ctl; in cmci_update() local
1069 uint64_t ctl; in cmci_monitor() local
1127 uint64_t ctl; in cmci_resume() local
1265 uint64_t ctl, mask; in _mca_init() local
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_sec.c206 struct otx2_ipsec_po_sa_ctl *ctl; in crypto_sec_ipsec_outb_session_create() local
345 struct otx2_ipsec_po_sa_ctl *ctl; in crypto_sec_ipsec_inb_session_create() local
H A Dotx2_ipsec_fp.h101 struct otx2_ipsec_fp_sa_ctl ctl; member
129 struct otx2_ipsec_fp_sa_ctl ctl; member
260 struct otx2_ipsec_fp_sa_ctl *ctl) in ipsec_fp_sa_ctl_set()
H A Dotx2_ipsec_po.h144 struct otx2_ipsec_po_sa_ctl ctl; member
177 struct otx2_ipsec_po_sa_ctl ctl; member
296 struct otx2_ipsec_po_sa_ctl *ctl) in ipsec_po_sa_ctl_set()
H A Dotx2_cryptodev_hw_access.c191 union otx2_cpt_lf_ctl ctl; in otx2_cpt_iq_disable() local
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c97 struct ctl struct
105 struct ctl ctl; argument
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.c274 hmac_init(struct otx2_ipsec_fp_sa_ctl *ctl, struct otx2_cpt_qp *qp, in hmac_init()
356 struct otx2_ipsec_fp_sa_ctl *ctl; in eth_sec_ipsec_out_sess_create() local
472 struct otx2_ipsec_fp_sa_ctl *ctl; in eth_sec_ipsec_in_sess_create() local
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.c602 ipf_proxy_ctl(softc, arg, ctl) in ipf_proxy_ctl() argument
712 ap_ctl_t ctl; local
H A Dip_dns_pxy.c99 ipf_p_dns_ctl(softc, arg, ctl) in ipf_p_dns_ctl() argument
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_spi.c159 uint32_t ctl, cnt, op, rdat, cs; in ar5315_spi_transfer() local
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c453 ng_btsocket_hci_raw_savctl(ng_btsocket_hci_raw_pcb_p pcb, struct mbuf **ctl, in ng_btsocket_hci_raw_savctl()
529 struct mbuf *ctl = NULL; in ng_btsocket_hci_raw_data_input() local
/f-stack/dpdk/drivers/net/memif/
H A Dmemif_socket.c36 char ctl[CMSG_SPACE(sizeof(int))]; in memif_msg_send() local
625 char ctl[CMSG_SPACE(sizeof(int)) + in memif_msg_receive() local
/f-stack/dpdk/examples/pipeline/
H A Dobj.h115 struct rte_swx_ctl_pipeline *ctl; member
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dctl.h24 int (*ctl)(tsd_t *, const size_t *, size_t, void *, size_t *, void *, member
/f-stack/freebsd/netinet/
H A Dsctp_var.h200 #define sctp_sbfree(ctl, stcb, sb, m) { \ argument
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h93 hook_p ctl; /* control hook */ member

12