Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/sys/dev/ixl/
H A Dixl_pf_iov.c89 ixl_initialize_sriov(struct ixl_pf *pf) in ixl_initialize_sriov()
124 ixl_vf_alloc_vsi(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_vf_alloc_vsi()
350 ixl_flush_pcie(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_flush_pcie()
373 ixl_reset_vf(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_reset_vf()
393 ixl_reinit_vf(struct ixl_pf *pf, struct ixl_vf *vf) in ixl_reinit_vf()
722 ixl_vf_set_qctl(struct ixl_pf *pf, in ixl_vf_set_qctl()
1403 ixl_broadcast_link_state(struct ixl_pf *pf) in ixl_broadcast_link_state()
1521 ixl_handle_vflr(struct ixl_pf *pf) in ixl_handle_vflr()
1650 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_iov_init() local
1702 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_iov_uninit() local
[all …]
H A Dif_ixl.c405 ixl_setup_ssctx(struct ixl_pf *pf) in ixl_setup_ssctx()
444 struct ixl_pf *pf = (struct ixl_pf *)arg; in ixl_admin_timer() local
501 struct ixl_pf *pf; in ixl_if_attach_pre() local
689 struct ixl_pf *pf; in ixl_if_attach_post() local
859 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_detach() local
953 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_init() local
1044 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_stop() local
1075 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_msix_intr_assign() local
1151 struct ixl_pf *pf = iflib_get_softc(ctx); in ixl_if_enable_intr() local
1336 ixl_update_link_status(struct ixl_pf *pf) in ixl_update_link_status()
[all …]
H A Dixl_iw.c41 #define IXL_IW_VEC_BASE(pf) ((pf)->msix - (pf)->iw_msix) argument
42 #define IXL_IW_VEC_COUNT(pf) ((pf)->iw_msix) argument
43 #define IXL_IW_VEC_LIMIT(pf) ((pf)->msix) argument
51 ixl_iw_pf_msix_reset(struct ixl_pf *pf) in ixl_iw_pf_msix_reset()
139 ixl_iw_pf_init(struct ixl_pf *pf) in ixl_iw_pf_init()
188 ixl_iw_pf_stop(struct ixl_pf *pf) in ixl_iw_pf_stop()
219 ixl_iw_pf_attach(struct ixl_pf *pf) in ixl_iw_pf_attach()
264 ixl_iw_pf_detach(struct ixl_pf *pf) in ixl_iw_pf_detach()
311 struct ixl_pf *pf = (struct ixl_pf *)pf_handle; in ixl_iw_pf_reset() local
326 struct ixl_pf *pf = (struct ixl_pf *)pf_handle; in ixl_iw_pf_msix_init() local
H A Dixl_pf_i2c.c74 ixl_i2c_bus_clear(struct ixl_pf *pf) in ixl_i2c_bus_clear()
111 ixl_i2c_stop(struct ixl_pf *pf) in ixl_i2c_stop()
139 ixl_clock_in_i2c_byte(struct ixl_pf *pf, u8 *data) in ixl_clock_in_i2c_byte()
162 ixl_clock_in_i2c_bit(struct ixl_pf *pf, bool *data) in ixl_clock_in_i2c_bit()
197 ixl_get_i2c_ack(struct ixl_pf *pf) in ixl_get_i2c_ack()
248 ixl_clock_out_i2c_bit(struct ixl_pf *pf, bool data) in ixl_clock_out_i2c_bit()
283 ixl_clock_out_i2c_byte(struct ixl_pf *pf, u8 data) in ixl_clock_out_i2c_byte()
319 ixl_lower_i2c_clk(struct ixl_pf *pf, u32 *i2cctl) in ixl_lower_i2c_clk()
341 ixl_raise_i2c_clk(struct ixl_pf *pf, u32 *i2cctl) in ixl_raise_i2c_clk()
371 ixl_get_i2c_data(struct ixl_pf *pf, u32 *i2cctl) in ixl_get_i2c_data()
[all …]
H A Dixl_pf_main.c233 ixl_get_fw_mode(struct ixl_pf *pf) in ixl_get_fw_mode()
269 ixl_pf_reset(struct ixl_pf *pf) in ixl_pf_reset()
314 ixl_setup_hmc(struct ixl_pf *pf) in ixl_setup_hmc()
345 ixl_shutdown_hmc(struct ixl_pf *pf) in ixl_shutdown_hmc()
739 ixl_link_up_msg(struct ixl_pf *pf) in ixl_link_up_msg()
1094 ixl_set_rss_key(struct ixl_pf *pf) in ixl_set_rss_key()
1169 ixl_config_rss(struct ixl_pf *pf) in ixl_config_rss()
1288 struct ixl_pf *pf; in ixl_add_filter() local
1506 struct ixl_pf *pf; in ixl_add_hw_filters() local
1605 struct ixl_pf *pf; in ixl_del_hw_filters() local
[all …]
H A Dixl_pf_iflib.c37 ixl_configure_tx_itr(struct ixl_pf *pf) in ixl_configure_tx_itr()
56 ixl_configure_rx_itr(struct ixl_pf *pf) in ixl_configure_rx_itr()
77 struct ixl_pf *pf = arg; in ixl_intr() local
135 struct ixl_pf *pf = arg; in ixl_msix_adminq() local
280 ixl_configure_legacy(struct ixl_pf *pf) in ixl_configure_legacy()
320 ixl_free_pci_resources(struct ixl_pf *pf) in ixl_free_pci_resources()
438 struct ixl_pf *pf = vsi->back; in ixl_initialize_vsi() local
809 ixl_add_hw_stats(struct ixl_pf *pf) in ixl_add_hw_stats()
831 ixl_set_rss_hlut(struct ixl_pf *pf) in ixl_set_rss_hlut()
877 struct ixl_pf *pf = vsi->back; in ixl_enable_rings() local
[all …]
H A Dixl_pf.h94 #define IXL_PF_IN_RECOVERY_MODE(pf) \ argument
97 #define IXL_PF_IS_RESETTING(pf) \ argument
279 #define i40e_send_vf_nack(pf, vf, op, st) \ argument
283 #define ixl_dbg(pf, m, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, m, s, ##__VA_ARGS__) argument
284 #define ixl_dbg_info(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_INFO, s, ##__VA_… argument
285 #define ixl_dbg_filter(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_FILTER, s, ##_… argument
286 #define ixl_dbg_iov(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_IOV, s, ##__VA_AR… argument
287 #define ixl_dbg_link(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_LINK, s, ##__VA_… argument
H A Dixl_iw_int.h43 enum ixl_iw_pf_state pf; member
50 struct ixl_pf *pf; member
/freebsd/sys/contrib/ck/include/
H A Dck_pflock.h58 ck_pflock_init(struct ck_pflock *pf) in ck_pflock_init()
71 ck_pflock_write_unlock(ck_pflock_t *pf) in ck_pflock_write_unlock()
85 ck_pflock_write_lock(ck_pflock_t *pf) in ck_pflock_write_lock()
111 ck_pflock_read_unlock(ck_pflock_t *pf) in ck_pflock_read_unlock()
120 ck_pflock_read_lock(ck_pflock_t *pf) in ck_pflock_read_lock()
/freebsd/sbin/pfctl/
H A Dpfctl.c409 pfctl_adjust_skip_ifaces(struct pfctl *pf) in pfctl_adjust_skip_ifaces()
1790 pfctl_eth_ruleset_trans(struct pfctl *pf, char *path, in pfctl_eth_ruleset_trans()
1840 pfctl_load_eth_ruleset(struct pfctl *pf, char *path, in pfctl_load_eth_ruleset()
2067 pfctl_add_altq(struct pfctl *pf, struct pf_altq *a) in pfctl_add_altq()
2097 struct pfctl pf; in pfctl_rules() local
2275 pfctl_init_options(struct pfctl *pf) in pfctl_init_options()
2318 pfctl_load_options(struct pfctl *pf) in pfctl_load_options()
2525 pfctl_set_logif(struct pfctl *pf, char *ifname) in pfctl_set_logif()
2548 pfctl_load_logif(struct pfctl *pf, char *ifname) in pfctl_load_logif()
2558 pfctl_set_hostid(struct pfctl *pf, u_int32_t hostid) in pfctl_set_hostid()
[all …]
H A Dpfctl_optimize.c262 pfctl_optimize_ruleset(struct pfctl *pf, struct pfctl_ruleset *rs) in pfctl_optimize_ruleset()
366 optimize_superblock(struct pfctl *pf, struct superblock *block) in optimize_superblock()
447 remove_identical_rules(struct pfctl *pf, struct superblock *block) in remove_identical_rules()
489 combine_rules(struct pfctl *pf, struct superblock *block) in combine_rules()
639 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) in reorder_rules()
813 block_feedback(struct pfctl *pf, struct superblock *block) in block_feedback()
878 load_feedback_profile(struct pfctl *pf, struct superblocks *superblocks) in load_feedback_profile()
1219 add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af, in add_opt_table()
1280 pf_opt_create_table(struct pfctl *pf, struct pf_opt_tbl *tbl) in pf_opt_create_table()
1333 construct_superblocks(struct pfctl *pf, struct pf_opt_queue *opt_queue, in construct_superblocks()
[all …]
H A Dpfctl_altq.c306 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, in eval_pfaltq()
388 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, in eval_pfqueue()
490 eval_pfqueue_cbq(struct pfctl *pf, struct pf_altq *pa, struct pfctl_altq *if_ppa) in eval_pfqueue_cbq()
533 cbq_compute_idletime(struct pfctl *pf, struct pf_altq *pa) in cbq_compute_idletime()
677 eval_pfqueue_priq(struct pfctl *pf, struct pf_altq *pa, struct pfctl_altq *if_ppa) in eval_pfqueue_priq()
742 eval_pfqueue_hfsc(struct pfctl *pf, struct pf_altq *pa, struct pfctl_altq *if_ppa, in eval_pfqueue_hfsc()
/freebsd/contrib/file/src/
H A Dfmtcheck.c60 #define RETURN(pf,f,r) do { \ argument
66 get_next_format_from_precision(const char **pf) in get_next_format_from_precision()
170 get_next_format_from_width(const char **pf) in get_next_format_from_width()
189 get_next_format(const char **pf, EFT eft) in get_next_format()
/freebsd/sys/dev/sound/pcm/
H A Dsndstat.c153 struct sndstat_file *pf; in sndstat_open() local
181 sndstat_remove_all_userdevs(struct sndstat_file *pf) in sndstat_remove_all_userdevs()
220 struct sndstat_file *pf; in sndstat_read() local
258 struct sndstat_file *pf; in sndstat_write() local
555 struct sndstat_file *pf; in sndstat_create_devs_nvlist() local
615 sndstat_refresh_devs(struct sndstat_file *pf) in sndstat_refresh_devs()
627 sndstat_get_devs(struct sndstat_file *pf, caddr_t data) in sndstat_get_devs()
855 sndstat_add_user_devs(struct sndstat_file *pf, caddr_t data) in sndstat_add_user_devs()
902 sndstat_flush_user_devs(struct sndstat_file *pf) in sndstat_flush_user_devs()
959 struct sndstat_file *pf; in sndstat_ioctl() local
[all …]
/freebsd/tests/sys/netinet/libalias/
H A D3_natin.c230 struct alias_link *pf; variable
305 struct alias_link *pf; variable
335 struct alias_link *pf; variable
/freebsd/lib/libc/gen/
H A Dfmtcheck.c83 #define RETURN(pf,f,r) do { \ argument
89 get_next_format_from_precision(const char **pf) in get_next_format_from_precision()
241 get_next_format_from_width(const char **pf) in get_next_format_from_width()
260 get_next_format(const char **pf, EFT eft) in get_next_format()
/freebsd/contrib/libpcap/
H A Dpcap-pf.c102 struct pcap_pf *pf = pc->priv; in pcap_read_pf() local
243 struct pcap_pf *pf = p->priv; in pcap_stats_pf() local
298 struct pcap_pf *pf = p->priv; in pcap_activate_pf() local
590 struct pcap_pf *pf = p->priv; in pcap_setfilter_pf() local
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_drv.c52 struct adf_accel_dev *pf; in adf_cleanup_accel() local
93 struct adf_accel_dev *pf; in adf_attach() local
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c583 ipfw_hook(int pf) in ipfw_hook()
620 ipfw_unhook(int pf) in ipfw_unhook()
639 ipfw_link(int pf, bool unlink) in ipfw_link()
/freebsd/lib/libutil/tests/
H A Dpidfile_test.c61 struct pidfh *pf; in test_pidfile_uncontested() local
127 struct pidfh *pf = NULL; in common_test_pidfile_child() local
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_new.c272 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_new() local
333 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
/freebsd/usr.sbin/iovctl/
H A Dvalidate.c202 get_num_vfs(const nvlist_t *pf) in get_num_vfs()
226 nvlist_t *defaults, *pf, *vf; in validate_config() local
/freebsd/sys/dev/usb/template/
H A Dusb_template.c611 usb_hw_ep_match(const struct usb_hw_ep_profile *pf, in usb_hw_ep_match()
643 const struct usb_hw_ep_profile *pf; in usb_hw_ep_find_match() local
757 const struct usb_hw_ep_profile *pf; in usb_hw_ep_get_needs() local
922 const struct usb_hw_ep_profile *pf; in usb_hw_ep_resolve() local
/freebsd/lib/libusb/
H A Dlibusb20_desc.c324 const uint8_t *pf; /* pointer to format data */ in libusb20_me_encode() local
556 const uint8_t *pf; /* pointer to format data */ in libusb20_me_decode() local
/freebsd/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg_load.c284 paddr_t pf = atop(pa); in uvm_phys_to_vm_page() local
535 paddr_t pf = 0; in ATF_TC_BODY() local
584 paddr_t pf = 0; in ATF_TC_BODY() local
633 paddr_t pf = 0; in ATF_TC_BODY() local
682 paddr_t pf = 0; in ATF_TC_BODY() local

12345