Searched refs:pf (Results 1 - 25 of 216) sorted by relevance

123456789

/freebsd-current/sys/contrib/ck/include/
H A Dck_pflock.h58 ck_pflock_init(struct ck_pflock *pf) argument
61 pf->rin = 0;
62 pf->rout = 0;
63 pf->win = 0;
64 pf->wout = 0;
71 ck_pflock_write_unlock(ck_pflock_t *pf) argument
77 ck_pr_and_32(&pf->rin, CK_PFLOCK_LSB);
80 ck_pr_faa_32(&pf->wout, 1);
85 ck_pflock_write_lock(ck_pflock_t *pf) argument
90 ticket = ck_pr_faa_32(&pf
111 ck_pflock_read_unlock(ck_pflock_t *pf) argument
120 ck_pflock_read_lock(ck_pflock_t *pf) argument
[all...]
/freebsd-current/lib/libc/gen/
H A Dfmtcheck.c83 #define RETURN(pf,f,r) do { \
84 *(pf) = (f); \
89 get_next_format_from_precision(const char **pf) argument
94 f = *pf;
98 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
112 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
140 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
144 RETURN(pf,f,FMTCHECK_LONG);
146 RETURN(pf,f,FMTCHECK_QUAD);
148 RETURN(pf,
241 get_next_format_from_width(const char **pf) argument
260 get_next_format(const char **pf, EFT eft) argument
[all...]
/freebsd-current/sys/dev/ixl/
H A Dixl_iw_int.h43 enum ixl_iw_pf_state pf; member in struct:ixl_iw_pf_entry_state
50 struct ixl_pf *pf; member in struct:ixl_iw_pf_entry
65 int ixl_iw_pf_init(struct ixl_pf *pf);
66 void ixl_iw_pf_stop(struct ixl_pf *pf);
67 int ixl_iw_pf_attach(struct ixl_pf *pf);
68 int ixl_iw_pf_detach(struct ixl_pf *pf);
H A Dixl_pf_i2c.c51 static s32 ixl_set_i2c_data(struct ixl_pf *pf, u32 *i2cctl, bool data);
52 static bool ixl_get_i2c_data(struct ixl_pf *pf, u32 *i2cctl);
53 static void ixl_raise_i2c_clk(struct ixl_pf *pf, u32 *i2cctl);
54 static void ixl_lower_i2c_clk(struct ixl_pf *pf, u32 *i2cctl);
55 static s32 ixl_clock_out_i2c_bit(struct ixl_pf *pf, bool data);
56 static s32 ixl_get_i2c_ack(struct ixl_pf *pf);
57 static s32 ixl_clock_out_i2c_byte(struct ixl_pf *pf, u8 data);
58 static s32 ixl_clock_in_i2c_bit(struct ixl_pf *pf, bool *data);
59 static s32 ixl_clock_in_i2c_byte(struct ixl_pf *pf, u8 *data);
60 static void ixl_i2c_bus_clear(struct ixl_pf *pf);
74 ixl_i2c_bus_clear(struct ixl_pf *pf) argument
111 ixl_i2c_stop(struct ixl_pf *pf) argument
139 ixl_clock_in_i2c_byte(struct ixl_pf *pf, u8 *data) argument
162 ixl_clock_in_i2c_bit(struct ixl_pf *pf, bool *data) argument
197 ixl_get_i2c_ack(struct ixl_pf *pf) argument
248 ixl_clock_out_i2c_bit(struct ixl_pf *pf, bool data) argument
283 ixl_clock_out_i2c_byte(struct ixl_pf *pf, u8 data) argument
319 ixl_lower_i2c_clk(struct ixl_pf *pf, u32 *i2cctl) argument
341 ixl_raise_i2c_clk(struct ixl_pf *pf, u32 *i2cctl) argument
371 ixl_get_i2c_data(struct ixl_pf *pf, u32 *i2cctl) argument
392 ixl_set_i2c_data(struct ixl_pf *pf, u32 *i2cctl, bool data) argument
426 ixl_i2c_start(struct ixl_pf *pf) argument
456 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 *data) argument
545 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 data) argument
611 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 *data) argument
641 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 data) argument
699 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 *data) argument
725 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 data) argument
[all...]
H A Dixl_pf_iov.c45 static int ixl_vf_alloc_vsi(struct ixl_pf *pf, struct ixl_vf *vf);
46 static int ixl_vf_setup_vsi(struct ixl_pf *pf, struct ixl_vf *vf);
47 static void ixl_vf_map_queues(struct ixl_pf *pf, struct ixl_vf *vf);
48 static void ixl_vf_vsi_release(struct ixl_pf *pf, struct ixl_vsi *vsi);
49 static void ixl_vf_release_resources(struct ixl_pf *pf, struct ixl_vf *vf);
50 static int ixl_flush_pcie(struct ixl_pf *pf, struct ixl_vf *vf);
51 static void ixl_reset_vf(struct ixl_pf *pf, struct ixl_vf *vf);
52 static void ixl_reinit_vf(struct ixl_pf *pf, struct ixl_vf *vf);
53 static void ixl_send_vf_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, enum i40e_status_code status, void *msg, uint16_t len);
54 static void ixl_send_vf_ack(struct ixl_pf *pf, struc
89 ixl_initialize_sriov(struct ixl_pf *pf) argument
124 ixl_vf_alloc_vsi(struct ixl_pf *pf, struct ixl_vf *vf) argument
195 ixl_vf_setup_vsi(struct ixl_pf *pf, struct ixl_vf *vf) argument
242 ixl_vf_map_queues(struct ixl_pf *pf, struct ixl_vf *vf) argument
289 ixl_vf_vsi_release(struct ixl_pf *pf, struct ixl_vsi *vsi) argument
319 ixl_vf_release_resources(struct ixl_pf *pf, struct ixl_vf *vf) argument
350 ixl_flush_pcie(struct ixl_pf *pf, struct ixl_vf *vf) argument
373 ixl_reset_vf(struct ixl_pf *pf, struct ixl_vf *vf) argument
393 ixl_reinit_vf(struct ixl_pf *pf, struct ixl_vf *vf) argument
448 ixl_send_vf_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, enum i40e_status_code status, void *msg, uint16_t len) argument
465 ixl_send_vf_ack(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op) argument
472 ixl_send_vf_nack_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, enum i40e_status_code status, const char *file, int line) argument
484 ixl_vf_version_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
514 ixl_vf_reset_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
523 ixl_vf_get_resources_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
556 ixl_vf_config_tx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct virtchnl_txq_info *info) argument
601 ixl_vf_config_rx_queue(struct ixl_pf *pf, struct ixl_vf *vf, struct virtchnl_rxq_info *info) argument
668 ixl_vf_config_vsi_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
722 ixl_vf_set_qctl(struct ixl_pf *pf, const struct virtchnl_vector_map *vector, enum i40e_queue_type cur_type, uint16_t cur_queue, enum i40e_queue_type *last_type, uint16_t *last_queue) argument
751 ixl_vf_config_vector(struct ixl_pf *pf, struct ixl_vf *vf, const struct virtchnl_vector_map *vector) argument
806 ixl_vf_config_irq_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
862 ixl_vf_enable_queues_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
936 ixl_vf_disable_queues_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1032 ixl_vf_add_mac_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1066 ixl_vf_del_mac_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1101 ixl_vf_enable_vlan_strip(struct ixl_pf *pf, struct ixl_vf *vf) argument
1115 ixl_vf_add_vlan_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1157 ixl_vf_del_vlan_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1192 ixl_vf_config_promisc_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1241 ixl_vf_get_stats_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1260 ixl_vf_config_rss_key_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1317 ixl_vf_config_rss_lut_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1366 ixl_vf_set_rss_hena_msg(struct ixl_pf *pf, struct ixl_vf *vf, void *msg, uint16_t msg_size) argument
1386 ixl_notify_vf_link_state(struct ixl_pf *pf, struct ixl_vf *vf) argument
1403 ixl_broadcast_link_state(struct ixl_pf *pf) argument
1412 ixl_handle_vf_msg(struct ixl_pf *pf, struct i40e_arq_event_info *event) argument
1521 ixl_handle_vflr(struct ixl_pf *pf) argument
1617 ixl_config_pf_vsi_loopback(struct ixl_pf *pf, bool enable) argument
1650 struct ixl_pf *pf = iflib_get_softc(ctx); local
1702 struct ixl_pf *pf = iflib_get_softc(ctx); local
1740 ixl_vf_reserve_queues(struct ixl_pf *pf, struct ixl_vf *vf, int num_queues) argument
1773 struct ixl_pf *pf = iflib_get_softc(ctx); local
[all...]
H A Dixl_pf_iov.h57 void ixl_initialize_sriov(struct ixl_pf *pf);
58 void ixl_handle_vf_msg(struct ixl_pf *pf, struct i40e_arq_event_info *event);
59 void ixl_handle_vflr(struct ixl_pf *pf);
60 void ixl_broadcast_link_state(struct ixl_pf *pf);
H A Dif_ixl.c132 static void ixl_setup_ssctx(struct ixl_pf *pf);
361 ixl_allocate_pci_resources(struct ixl_pf *pf) argument
363 device_t dev = iflib_get_dev(pf->vsi.ctx);
364 struct i40e_hw *hw = &pf->hw;
369 pf->pci_mem = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
372 if (!(pf->pci_mem)) {
390 pf->osdep.mem_bus_space_tag =
391 rman_get_bustag(pf->pci_mem);
392 pf->osdep.mem_bus_space_handle =
393 rman_get_bushandle(pf
405 ixl_setup_ssctx(struct ixl_pf *pf) argument
444 struct ixl_pf *pf = (struct ixl_pf *)arg; local
477 ixl_attach_pre_recovery_mode(struct ixl_pf *pf) argument
501 struct ixl_pf *pf; local
689 struct ixl_pf *pf; local
859 struct ixl_pf *pf = iflib_get_softc(ctx); local
953 struct ixl_pf *pf = iflib_get_softc(ctx); local
1044 struct ixl_pf *pf = iflib_get_softc(ctx); local
1075 struct ixl_pf *pf = iflib_get_softc(ctx); local
1151 struct ixl_pf *pf = iflib_get_softc(ctx); local
1171 struct ixl_pf *pf = iflib_get_softc(ctx); local
1189 struct ixl_pf *pf = iflib_get_softc(ctx); local
1201 struct ixl_pf *pf = iflib_get_softc(ctx); local
1213 struct ixl_pf *pf = iflib_get_softc(ctx); local
1263 struct ixl_pf *pf = iflib_get_softc(ctx); local
1306 struct ixl_pf *pf = iflib_get_softc(ctx); local
1336 ixl_update_link_status(struct ixl_pf *pf) argument
1364 ixl_handle_lan_overflow_event(struct ixl_pf *pf, struct i40e_arq_event_info *e) argument
1378 ixl_process_adminq(struct ixl_pf *pf, u16 *pending) argument
1437 struct ixl_pf *pf = iflib_get_softc(ctx); local
1471 struct ixl_pf *pf = iflib_get_softc(ctx); local
1496 struct ixl_pf *pf = iflib_get_softc(ctx); local
1513 struct ixl_pf *pf = iflib_get_softc(ctx); local
1668 struct ixl_pf *pf = iflib_get_softc(ctx); local
1693 struct ixl_pf *pf = iflib_get_softc(ctx); local
1704 struct ixl_pf *pf = iflib_get_softc(ctx); local
1741 struct ixl_pf *pf = iflib_get_softc(ctx); local
1767 struct ixl_pf *pf = iflib_get_softc(ctx); local
1806 struct ixl_pf *pf = iflib_get_softc(ctx); local
1815 struct ixl_pf *pf = iflib_get_softc(ctx); local
1830 struct ixl_pf *pf = iflib_get_softc(ctx); local
1883 ixl_save_pf_tunables(struct ixl_pf *pf) argument
[all...]
H A Dixl_iw.c41 #define IXL_IW_VEC_BASE(pf) ((pf)->msix - (pf)->iw_msix)
42 #define IXL_IW_VEC_COUNT(pf) ((pf)->iw_msix)
43 #define IXL_IW_VEC_LIMIT(pf) ((pf)->msix)
51 ixl_iw_pf_msix_reset(struct ixl_pf *pf) argument
53 struct i40e_hw *hw = &pf->hw;
57 for (vec = IXL_IW_VEC_BASE(pf); ve
139 ixl_iw_pf_init(struct ixl_pf *pf) argument
188 ixl_iw_pf_stop(struct ixl_pf *pf) argument
219 ixl_iw_pf_attach(struct ixl_pf *pf) argument
264 ixl_iw_pf_detach(struct ixl_pf *pf) argument
311 struct ixl_pf *pf = (struct ixl_pf *)pf_handle; local
326 struct ixl_pf *pf = (struct ixl_pf *)pf_handle; local
[all...]
H A Dixl_pf_main.c209 ixl_print_nvm_version(struct ixl_pf *pf) argument
211 struct i40e_hw *hw = &pf->hw;
212 device_t dev = pf->dev;
233 ixl_get_fw_mode(struct ixl_pf *pf) argument
235 struct i40e_hw *hw = &pf->hw;
240 if (pf->recovery_mode)
261 * @pf: PF structure
269 ixl_pf_reset(struct ixl_pf *pf) argument
271 struct i40e_hw *hw = &pf->hw;
275 fw_mode = ixl_get_fw_mode(pf);
314 ixl_setup_hmc(struct ixl_pf *pf) argument
345 ixl_shutdown_hmc(struct ixl_pf *pf) argument
364 ixl_configure_itr(struct ixl_pf *pf) argument
377 ixl_get_hw_capabilities(struct ixl_pf *pf) argument
472 ixl_set_initial_advertised_speeds(struct ixl_pf *pf) argument
494 ixl_teardown_hw_structs(struct ixl_pf *pf) argument
739 ixl_link_up_msg(struct ixl_pf *pf) argument
778 ixl_configure_intr0_msix(struct ixl_pf *pf) argument
901 ixl_switch_config(struct ixl_pf *pf) argument
973 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
1007 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
1094 ixl_set_rss_key(struct ixl_pf *pf) argument
1128 ixl_set_rss_pctypes(struct ixl_pf *pf) argument
1169 ixl_config_rss(struct ixl_pf *pf) argument
1209 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
1288 struct ixl_pf *pf; local
1506 struct ixl_pf *pf; local
1605 struct ixl_pf *pf; local
1678 ixl_enable_tx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) argument
1714 ixl_enable_rx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) argument
1748 ixl_enable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) argument
1764 ixl_disable_tx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) argument
1803 ixl_disable_rx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) argument
1836 ixl_disable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) argument
1849 ixl_handle_tx_mdd_event(struct ixl_pf *pf) argument
1922 ixl_handle_rx_mdd_event(struct ixl_pf *pf) argument
2002 ixl_handle_mdd_event(struct ixl_pf *pf) argument
2066 ixl_handle_empr_reset(struct ixl_pf *pf) argument
2095 ixl_update_stats_counters(struct ixl_pf *pf) argument
2291 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
2347 struct ixl_pf *pf; local
2393 ixl_pf_reset_stats(struct ixl_pf *pf) argument
2458 ixl_add_sysctls_recovery_mode(struct ixl_pf *pf) argument
2516 ixl_add_device_sysctls(struct ixl_pf *pf) argument
2780 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
2841 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
2886 ixl_set_advertised_speeds(struct ixl_pf *pf, int speeds, bool from_aq) argument
2949 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
2972 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
3047 ixl_get_bus_info(struct ixl_pf *pf) argument
3101 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
3142 ixl_handle_nvmupd_cmd(struct ixl_pf *pf, struct ifdrv *ifd) argument
3254 ixl_find_i2c_interface(struct ixl_pf *pf) argument
3274 ixl_set_link(struct ixl_pf *pf, bool enable) argument
3419 ixl_aq_get_link_status(struct ixl_pf *pf, struct i40e_aqc_get_link_status *link_status) argument
3456 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
3506 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
3598 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
3653 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
3773 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
3917 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4010 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4044 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4134 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4175 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4196 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4238 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4325 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4362 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4388 ixl_get_fec_config(struct ixl_pf *pf, struct i40e_aq_get_phy_abilities_resp *abilities, u8 bit_pos, int *is_set) argument
4413 ixl_set_fec_config(struct ixl_pf *pf, struct i40e_aq_get_phy_abilities_resp *abilities, u8 bit_pos, int set) argument
4451 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4469 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4487 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4505 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4523 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4541 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4630 ixl_start_fw_lldp(struct ixl_pf *pf) argument
4662 ixl_stop_fw_lldp(struct ixl_pf *pf) argument
4701 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4724 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4761 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4780 ixl_attach_get_link_status(struct ixl_pf *pf) argument
4827 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4844 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4861 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
4882 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
[all...]
H A Dixl_pf.h94 #define IXL_PF_IN_RECOVERY_MODE(pf) \
95 ixl_test_state(&pf->state, IXL_STATE_RECOVERY_MODE)
97 #define IXL_PF_IS_RESETTING(pf) \
98 ixl_test_state(&pf->state, IXL_STATE_RESETTING)
165 s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
167 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
279 #define i40e_send_vf_nack(pf, vf, op, st) \
280 ixl_send_vf_nack_msg((pf), (vf), (op), (st), __FILE__, __LINE__)
283 #define ixl_dbg(pf, m, s, ...) ixl_debug_core((pf)
[all...]
H A Dixl_pf_iflib.c37 ixl_configure_tx_itr(struct ixl_pf *pf) argument
39 struct i40e_hw *hw = &pf->hw;
40 struct ixl_vsi *vsi = &pf->vsi;
43 vsi->tx_itr_setting = pf->tx_itr;
56 ixl_configure_rx_itr(struct ixl_pf *pf) argument
58 struct i40e_hw *hw = &pf->hw;
59 struct ixl_vsi *vsi = &pf->vsi;
62 vsi->rx_itr_setting = pf->rx_itr;
77 struct ixl_pf *pf = arg; local
78 struct i40e_hw *hw = &pf
135 struct ixl_pf *pf = arg; local
242 ixl_configure_queue_intr_msix(struct ixl_pf *pf) argument
280 ixl_configure_legacy(struct ixl_pf *pf) argument
320 ixl_free_pci_resources(struct ixl_pf *pf) argument
349 ixl_setup_interface(device_t dev, struct ixl_pf *pf) argument
401 ixl_link_event(struct ixl_pf *pf, struct i40e_arq_event_info *e) argument
438 struct ixl_pf *pf = vsi->back; local
623 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
696 struct ixl_pf *pf = (struct ixl_pf *)vsi->back; local
809 ixl_add_hw_stats(struct ixl_pf *pf) argument
831 ixl_set_rss_hlut(struct ixl_pf *pf) argument
877 struct ixl_pf *pf = vsi->back; local
890 ixl_disable_rings(struct ixl_pf *pf, struct ixl_vsi *vsi, struct ixl_pf_qtag *qtag) argument
927 ixl_prepare_for_reset(struct ixl_pf *pf, bool is_up) argument
950 ixl_rebuild_hw_structs_after_reset(struct ixl_pf *pf, bool is_up) argument
1074 struct ixl_pf *pf = (struct ixl_pf *)arg1; local
[all...]
/freebsd-current/sbin/pfctl/tests/files/
H A DMakefile8 FILES!= echo ${.CURDIR}/pf????.in ${.CURDIR}/pf????.include ${.CURDIR}/pf????.ok
/freebsd-current/contrib/file/src/
H A Dfmtcheck.c60 #define RETURN(pf,f,r) do { \
61 *(pf) = (f); \
66 get_next_format_from_precision(const char **pf) argument
73 f = *pf;
81 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
100 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
117 if (!*f) RETURN(pf,f,FMTCHECK_UNKNOWN);
120 RETURN(pf,f,FMTCHECK_UNKNOWN);
122 RETURN(pf,f,FMTCHECK_LONG);
124 RETURN(pf,
170 get_next_format_from_width(const char **pf) argument
189 get_next_format(const char **pf, EFT eft) argument
[all...]
/freebsd-current/tests/sys/netpfil/pf/ioctl/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/sys/netpfil/pf/ioctl
/freebsd-current/share/examples/pf/
H A DMakefile5 pf.conf \
8 FILESDIR= ${SHAREDIR}/examples/pf
/freebsd-current/usr.sbin/ftp-proxy/
H A DMakefile2 .PATH: ${SRCTOP}/contrib/pf/ftp-proxy
4 PACKAGE= pf
10 CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
/freebsd-current/lib/libutil/tests/
H A Dpidfile_test.c61 struct pidfh *pf; local
65 pf = pidfile_open(fn, 0600, &other);
66 if (pf == NULL && other != 0)
68 if (pf == NULL)
70 if (pidfile_write(pf) != 0) {
71 pidfile_close(pf);
75 pidfile_close(pf);
127 struct pidfh *pf = NULL; local
139 pf = pidfile_open(fn, 0600, &other);
140 if (pf
[all...]
/freebsd-current/sbin/pflowctl/
H A DMakefile4 PACKAGE=pf
/freebsd-current/sbin/pflogd/
H A DMakefile2 .PATH: ${SRCTOP}/contrib/pf/pflogd
4 PACKAGE=pf
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_init.c108 _dwarf_producer_init(Dwarf_Debug dbg, Dwarf_Unsigned pf, Dwarf_Error *error) argument
114 if (pf & DW_DLC_SIZE_32 && pf & DW_DLC_SIZE_64) {
119 if ((pf & DW_DLC_SIZE_32) == 0 && (pf & DW_DLC_SIZE_64) == 0)
120 pf |= DW_DLC_SIZE_32;
122 if (pf & DW_DLC_SIZE_64)
127 if (pf & DW_DLC_ISA_IA64 && pf & DW_DLC_ISA_MIPS) {
132 if (pf
[all...]
/freebsd-current/sys/dev/sound/pcm/
H A Dsndstat.c149 struct sndstat_file *pf;
151 pf = malloc(sizeof(*pf), M_DEVBUF, M_WAITOK | M_ZERO);
153 if (sbuf_new(&pf->sbuf, NULL, 4096, SBUF_AUTOEXTEND) == NULL) {
154 free(pf, M_DEVBUF);
158 pf->fflags = flags;
159 TAILQ_INIT(&pf->userdev_list);
160 sx_init(&pf->lock, "sndstat_file");
163 TAILQ_INSERT_TAIL(&sndstat_filelist, pf, entry);
166 devfs_set_cdevpriv(pf,
152 struct sndstat_file *pf; local
180 sndstat_remove_all_userdevs(struct sndstat_file *pf) argument
200 struct sndstat_file *pf = (struct sndstat_file *)sndstat_file; local
219 struct sndstat_file *pf; local
257 struct sndstat_file *pf; local
554 struct sndstat_file *pf; local
614 sndstat_refresh_devs(struct sndstat_file *pf) argument
626 sndstat_get_devs(struct sndstat_file *pf, caddr_t data) argument
854 sndstat_add_user_devs(struct sndstat_file *pf, caddr_t data) argument
906 sndstat_flush_user_devs(struct sndstat_file *pf) argument
920 compat_sndstat_get_devs32(struct sndstat_file *pf, caddr_t data) argument
939 compat_sndstat_add_user_devs32(struct sndstat_file *pf, caddr_t data) argument
963 struct sndstat_file *pf; local
1008 sndstat_line2userdev(struct sndstat_file *pf, const char *line, int n) argument
1272 struct sndstat_file *pf; local
[all...]
/freebsd-current/tests/sys/netinet/
H A Dtcp_md5_getsockopt.c56 int pf; local
59 pf = PF_INET6;
62 s6.sin6_family = pf;
69 pf = PF_INET;
72 s4.sin_family = pf;
80 if ((ssock = socket(pf, SOCK_STREAM, 0)) == -1)
92 if ((csock = socket(pf, SOCK_STREAM, 0)) == -1)
/freebsd-current/sys/modules/pf/
H A DMakefile2 .PATH: ${SRCTOP}/sys/netpfil/pf
4 KMOD= pf
5 SRCS= pf.c pf_if.c pf_lb.c pf_osfp.c pf_ioctl.c pf_norm.c pf_table.c \
/freebsd-current/contrib/blocklist/libexec/
H A Dblacklistd-helper12 pf=
14 pf="ipfw"
19 if [ -z "$pf" ]; then
20 for f in npf pf ipf; do
22 pf="$f"
28 if [ -z "$pf" ]; then
53 case "$pf" in
76 pf)
89 case "$pf" in
103 pf)
[all...]
/freebsd-current/contrib/pjdfstest/tests/ftruncate/
H A D11.t19 cp -pf `which sleep` ${n0}

Completed in 233 milliseconds

123456789