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

1234

/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c53 * @pf: Board private structure
60 static void i40e_ptp_read(struct i40e_pf *pf, struct timespec *ts) argument
62 struct i40e_hw *hw = &pf->hw;
77 * @pf: Board private structure
84 static void i40e_ptp_write(struct i40e_pf *pf, const struct timespec *ts) argument
86 struct i40e_hw *hw = &pf->hw;
123 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
124 struct i40e_hw *hw = &pf->hw;
134 adj = ACCESS_ONCE(pf->ptp_base_adj);
161 struct i40e_pf *pf local
186 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
207 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); local
243 struct i40e_pf *pf = vsi->back; local
301 i40e_ptp_tx_hwtstamp(struct i40e_pf *pf) argument
332 i40e_ptp_rx_hwtstamp(struct i40e_pf *pf, struct sk_buff *skb, u8 index) argument
367 i40e_ptp_set_increment(struct i40e_pf *pf) argument
417 i40e_ptp_get_ts_config(struct i40e_pf *pf, struct ifreq *ifr) argument
437 i40e_ptp_set_timestamp_mode(struct i40e_pf *pf, struct hwtstamp_config *config) argument
554 i40e_ptp_set_ts_config(struct i40e_pf *pf, struct ifreq *ifr) argument
583 i40e_ptp_create_clock(struct i40e_pf *pf) argument
624 i40e_ptp_init(struct i40e_pf *pf) argument
676 i40e_ptp_stop(struct i40e_pf *pf) argument
[all...]
H A Di40e_debugfs.c38 * @pf - the pf structure to search for the vsi
41 static struct i40e_vsi *i40e_dbg_find_vsi(struct i40e_pf *pf, int seid) argument
46 dev_info(&pf->pdev->dev, "%d: bad seid\n", seid);
48 for (i = 0; i < pf->num_alloc_vsi; i++)
49 if (pf->vsi[i] && (pf->vsi[i]->seid == seid))
50 return pf->vsi[i];
57 * @pf - the pf structur
60 i40e_dbg_find_veb(struct i40e_pf *pf, int seid) argument
120 i40e_dbg_prep_dump_buf(struct i40e_pf *pf, int buflen) argument
152 struct i40e_pf *pf = filp->private_data; local
333 struct i40e_pf *pf = filp->private_data; local
368 i40e_dbg_dump_vsi_seid(struct i40e_pf *pf, int seid) argument
725 i40e_dbg_dump_aq_desc(struct i40e_pf *pf) argument
771 i40e_dbg_dump_desc(int cnt, int vsi_seid, int ring_id, int desc_n, struct i40e_pf *pf, bool is_rx_ring) argument
861 i40e_dbg_dump_vsi_no_seid(struct i40e_pf *pf) argument
876 i40e_dbg_dump_eth_stats(struct i40e_pf *pf, struct i40e_eth_stats *estats) argument
902 i40e_dbg_dump_stats(struct i40e_pf *pf, struct i40e_hw_port_stats *stats) argument
986 i40e_dbg_dump_veb_seid(struct i40e_pf *pf, int seid) argument
1012 i40e_dbg_dump_veb_all(struct i40e_pf *pf) argument
1030 i40e_dbg_cmd_fd_ctrl(struct i40e_pf *pf, u64 flag, bool enable) argument
1054 struct i40e_pf *pf = filp->private_data; local
2030 struct i40e_pf *pf = filp->private_data; local
2071 struct i40e_pf *pf = filp->private_data; local
2209 i40e_dbg_pf_init(struct i40e_pf *pf) argument
2246 i40e_dbg_pf_exit(struct i40e_pf *pf) argument
[all...]
H A Di40e_main.c51 static void i40e_handle_reset_warning(struct i40e_pf *pf);
54 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit);
55 static int i40e_setup_misc_vector(struct i40e_pf *pf);
56 static void i40e_determine_queue_usage(struct i40e_pf *pf);
57 static int i40e_setup_pf_filter_control(struct i40e_pf *pf);
58 static void i40e_fdir_sb_setup(struct i40e_pf *pf);
102 struct i40e_pf *pf = (struct i40e_pf *)hw->back; local
105 mem->va = dma_zalloc_coherent(&pf->pdev->dev, mem->size,
120 struct i40e_pf *pf = (struct i40e_pf *)hw->back; local
122 dma_free_coherent(&pf
176 i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, u16 needed, u16 id) argument
256 i40e_service_event_schedule(struct i40e_pf *pf) argument
280 struct i40e_pf *pf = vsi->back; local
455 i40e_pf_reset_stats(struct i40e_pf *pf) argument
538 struct i40e_pf *pf = vsi->back; local
602 struct i40e_pf *pf = veb->pf; local
656 struct i40e_pf *pf = vsi->back; local
704 i40e_update_link_xoff_rx(struct i40e_pf *pf) argument
745 i40e_update_prio_xoff_rx(struct i40e_pf *pf) argument
809 struct i40e_pf *pf = vsi->back; local
902 i40e_update_pf_stats(struct i40e_pf *pf) argument
1120 struct i40e_pf *pf = vsi->back; local
1249 struct i40e_pf *pf = vsi->back; local
1394 struct i40e_pf *pf = vsi->back; local
1484 struct i40e_pf *pf = vsi->back; local
1692 struct i40e_pf *pf; local
1884 i40e_sync_filters_subtask(struct i40e_pf *pf) argument
1934 struct i40e_pf *pf = np->vsi->back; local
2697 struct i40e_pf *pf = vsi->back; local
2733 struct i40e_pf *pf = vsi->back; local
2829 struct i40e_pf *pf = vsi->back; local
2865 i40e_irq_dynamic_disable_icr0(struct i40e_pf *pf) argument
2878 i40e_irq_dynamic_enable_icr0(struct i40e_pf *pf) argument
2898 struct i40e_pf *pf = vsi->back; local
2916 struct i40e_pf *pf = vsi->back; local
2952 struct i40e_pf *pf = vsi->back; local
3011 struct i40e_pf *pf = vsi->back; local
3044 struct i40e_pf *pf = vsi->back; local
3063 i40e_stop_misc_vector(struct i40e_pf *pf) argument
3081 struct i40e_pf *pf = (struct i40e_pf *)data; local
3370 struct i40e_pf *pf = vsi->back; local
3404 struct i40e_pf *pf = vsi->back; local
3433 i40e_pf_txq_wait(struct i40e_pf *pf, int pf_q, bool enable) argument
3458 struct i40e_pf *pf = vsi->back; local
3519 i40e_pf_rxq_wait(struct i40e_pf *pf, int pf_q, bool enable) argument
3544 struct i40e_pf *pf = vsi->back; local
3614 struct i40e_pf *pf = vsi->back; local
3775 i40e_reset_interrupt_capability(struct i40e_pf *pf) argument
3795 i40e_clear_interrupt_scheme(struct i40e_pf *pf) argument
3886 i40e_pf_quiesce_all_vsi(struct i40e_pf *pf) argument
3900 i40e_pf_unquiesce_all_vsi(struct i40e_pf *pf) argument
3962 i40e_pf_get_num_tc(struct i40e_pf *pf) argument
3993 i40e_pf_get_default_tc(struct i40e_pf *pf) argument
4016 i40e_pf_get_tc_map(struct i40e_pf *pf) argument
4040 struct i40e_pf *pf = vsi->back; local
4131 struct i40e_pf *pf = vsi->back; local
4277 struct i40e_pf *pf = veb->pf; local
4324 i40e_dcb_reconfigure(struct i40e_pf *pf) argument
4387 i40e_init_pf_dcb(struct i40e_pf *pf) argument
4481 struct i40e_pf *pf = vsi->back; local
4543 struct i40e_pf *pf = vsi->back; local
4613 struct i40e_pf *pf = vsi->back; local
4682 struct i40e_pf *pf = vsi->back; local
4721 struct i40e_pf *pf = vsi->back; local
4791 i40e_fdir_filter_exit(struct i40e_pf *pf) argument
4837 i40e_do_reset(struct i40e_pf *pf, u32 reset_flags) argument
4953 i40e_dcb_need_reconfig(struct i40e_pf *pf, struct i40e_dcbx_config *old_cfg, struct i40e_dcbx_config *new_cfg) argument
5006 i40e_handle_lldp_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
5087 i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags) argument
5102 i40e_handle_lan_overflow_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
5134 i40e_service_event_complete(struct i40e_pf *pf) argument
5147 i40e_get_cur_guaranteed_fd_count(struct i40e_pf *pf) argument
5160 i40e_get_current_fd_count(struct i40e_pf *pf) argument
5174 i40e_fdir_check_and_reenable(struct i40e_pf *pf) argument
5210 i40e_fdir_flush_and_replay(struct i40e_pf *pf) argument
5253 i40e_get_current_atr_cnt(struct i40e_pf *pf) argument
5269 i40e_fdir_reinit_subtask(struct i40e_pf *pf) argument
5331 struct i40e_pf *pf; local
5353 i40e_link_event(struct i40e_pf *pf) argument
5387 i40e_check_hang_subtask(struct i40e_pf *pf) argument
5439 i40e_watchdog_subtask(struct i40e_pf *pf) argument
5467 i40e_reset_subtask(struct i40e_pf *pf) argument
5516 i40e_handle_link_event(struct i40e_pf *pf, struct i40e_arq_event_info *e) argument
5561 i40e_clean_adminq_subtask(struct i40e_pf *pf) argument
5676 i40e_verify_eeprom(struct i40e_pf *pf) argument
5709 struct i40e_pf *pf = veb->pf; local
5780 i40e_get_capabilities(struct i40e_pf *pf) argument
5847 i40e_fdir_sb_setup(struct i40e_pf *pf) argument
5896 i40e_fdir_teardown(struct i40e_pf *pf) argument
5915 i40e_prep_for_reset(struct i40e_pf *pf) argument
5950 i40e_send_version(struct i40e_pf *pf) argument
5967 i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit) argument
6123 i40e_handle_reset_warning(struct i40e_pf *pf) argument
6135 i40e_handle_mdd_event(struct i40e_pf *pf) argument
6240 i40e_sync_vxlan_filters_subtask(struct i40e_pf *pf) argument
6285 struct i40e_pf *pf = container_of(work, local
6327 struct i40e_pf *pf = (struct i40e_pf *)data; local
6340 struct i40e_pf *pf = vsi->back; local
6435 i40e_vsi_mem_alloc(struct i40e_pf *pf, enum i40e_vsi_type type) argument
6534 struct i40e_pf *pf; local
6602 struct i40e_pf *pf = vsi->back; local
6654 i40e_reserve_msix_vectors(struct i40e_pf *pf, int vectors) argument
6675 i40e_init_msix(struct i40e_pf *pf) argument
6850 struct i40e_pf *pf = vsi->back; local
6881 i40e_init_interrupt_scheme(struct i40e_pf *pf) argument
6929 i40e_setup_misc_vector(struct i40e_pf *pf) argument
6965 i40e_config_rss(struct i40e_pf *pf) argument
7032 i40e_reconfig_rss_queues(struct i40e_pf *pf, int queue_count) argument
7059 i40e_sw_init(struct i40e_pf *pf) argument
7186 i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features) argument
7229 struct i40e_pf *pf = vsi->back; local
7253 i40e_get_vxlan_port_idx(struct i40e_pf *pf, __be16 port) argument
7276 struct i40e_pf *pf = vsi->back; local
7318 struct i40e_pf *pf = vsi->back; local
7347 struct i40e_pf *pf = np->vsi->back; local
7373 struct i40e_pf *pf = np->vsi->back; local
7413 struct i40e_pf *pf = np->vsi->back; local
7440 struct i40e_pf *pf = np->vsi->back; local
7501 struct i40e_pf *pf = vsi->back; local
7612 struct i40e_pf *pf = vsi->back; local
7818 struct i40e_pf *pf; local
7906 struct i40e_pf *pf = vsi->back; local
7956 struct i40e_pf *pf = vsi->back; local
8021 i40e_vsi_setup(struct i40e_pf *pf, u8 type, u16 uplink_seid, u32 param1) argument
8182 struct i40e_pf *pf = veb->pf; local
8229 i40e_veb_mem_alloc(struct i40e_pf *pf) argument
8277 struct i40e_pf *pf = branch->pf; local
8323 struct i40e_pf *pf = veb->pf; local
8341 struct i40e_pf *pf; local
8441 i40e_veb_setup(struct i40e_pf *pf, u16 flags, u16 uplink_seid, u16 vsi_seid, u8 enabled_tc) argument
8517 i40e_setup_pf_switch_element(struct i40e_pf *pf, struct i40e_aqc_switch_config_element_resp *ele, u16 num_reported, bool printconfig) argument
8599 i40e_fetch_switch_configuration(struct i40e_pf *pf, bool printconfig) argument
8654 i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) argument
8731 i40e_determine_queue_usage(struct i40e_pf *pf) argument
8845 i40e_setup_pf_filter_control(struct i40e_pf *pf) argument
8866 i40e_print_features(struct i40e_pf *pf) argument
8921 struct i40e_pf *pf; local
9291 struct i40e_pf *pf = pci_get_drvdata(pdev); local
9390 struct i40e_pf *pf = pci_get_drvdata(pdev); local
9416 struct i40e_pf *pf = pci_get_drvdata(pdev); local
9459 struct i40e_pf *pf = pci_get_drvdata(pdev); local
9476 struct i40e_pf *pf = pci_get_drvdata(pdev); local
9501 struct i40e_pf *pf = pci_get_drvdata(pdev); local
9525 struct i40e_pf *pf = pci_get_drvdata(pdev); local
[all...]
H A Di40e_dcb_nl.c57 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
59 struct i40e_hw *hw = &pf->hw;
61 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE))
96 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
98 struct i40e_hw *hw = &pf->hw;
101 if (!(pf->dcbx_cap & DCB_CAP_DCBX_VER_IEEE))
112 pfc->requests[i] = pf->stats.priority_xoff_tx[i];
113 pfc->indications[i] = pf->stats.priority_xoff_rx[i];
127 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
129 return pf
141 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
170 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
231 i40e_dcbnl_del_app(struct i40e_pf *pf, struct i40e_ieee_app_priority_table *app) argument
277 i40e_dcbnl_flush_apps(struct i40e_pf *pf, struct i40e_dcbx_config *new_cfg) argument
303 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
[all...]
H A Di40e_virtchnl_pf.c33 * @pf: pointer to the pf info
38 static inline void i40e_vc_disable_vf(struct i40e_pf *pf, struct i40e_vf *vf) argument
40 struct i40e_hw *hw = &pf->hw;
58 struct i40e_pf *pf = vf->pf; local
60 return pf->vsi[vsi_id]->vf_id == vf->vf_id;
74 struct i40e_pf *pf = vf->pf; local
76 return qid < pf
88 struct i40e_pf *pf = vf->pf; local
106 struct i40e_pf *pf = vf->pf; local
133 struct i40e_pf *pf = vf->pf; local
234 struct i40e_pf *pf = vf->pf; local
301 struct i40e_pf *pf = vf->pf; local
389 struct i40e_pf *pf = vf->pf; local
455 struct i40e_pf *pf = vf->pf; local
505 struct i40e_pf *pf = vf->pf; local
525 struct i40e_pf *pf = vf->pf; local
580 struct i40e_pf *pf = vf->pf; local
617 struct i40e_pf *pf = vf->pf; local
644 struct i40e_pf *pf = vf->pf; local
718 i40e_enable_pf_switch_lb(struct i40e_pf *pf) argument
753 i40e_disable_pf_switch_lb(struct i40e_pf *pf) argument
787 i40e_free_vfs(struct i40e_pf *pf) argument
845 i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs) argument
909 struct i40e_pf *pf = pci_get_drvdata(pdev); local
949 struct i40e_pf *pf = pci_get_drvdata(pdev); local
978 struct i40e_pf *pf; local
1064 struct i40e_pf *pf = vf->pf; local
1144 struct i40e_pf *pf = vf->pf; local
1184 struct i40e_pf *pf = vf->pf; local
1302 struct i40e_pf *pf = vf->pf; local
1341 struct i40e_pf *pf = vf->pf; local
1380 struct i40e_pf *pf = vf->pf; local
1423 struct i40e_pf *pf = vf->pf; local
1457 struct i40e_pf *pf = vf->pf; local
1521 struct i40e_pf *pf = vf->pf; local
1572 struct i40e_pf *pf = vf->pf; local
1626 struct i40e_pf *pf = vf->pf; local
1782 i40e_vc_process_vf_msg(struct i40e_pf *pf, u16 vf_id, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen) argument
1863 i40e_vc_process_vflr_event(struct i40e_pf *pf) argument
1907 i40e_vc_vf_broadcast(struct i40e_pf *pf, enum i40e_virtchnl_ops v_opcode, i40e_status v_retval, u8 *msg, u16 msglen) argument
1937 i40e_vc_notify_link_state(struct i40e_pf *pf) argument
1970 i40e_vc_notify_reset(struct i40e_pf *pf) argument
2021 struct i40e_pf *pf = vsi->back; local
2090 struct i40e_pf *pf = np->vsi->back; local
2202 struct i40e_pf *pf = np->vsi->back; local
2283 struct i40e_pf *pf = vsi->back; local
2336 struct i40e_pf *pf = np->vsi->back; local
2400 struct i40e_pf *pf = vsi->back; local
[all...]
H A Di40e_virtchnl_pf.h72 struct i40e_pf *pf; member in struct:i40e_vf
74 /* vf id in the pf space */
107 void i40e_free_vfs(struct i40e_pf *pf);
109 int i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs);
110 int i40e_vc_process_vf_msg(struct i40e_pf *pf, u16 vf_id, u32 v_opcode,
112 int i40e_vc_process_vflr_event(struct i40e_pf *pf);
127 void i40e_vc_notify_link_state(struct i40e_pf *pf);
128 void i40e_vc_notify_reset(struct i40e_pf *pf);
H A Di40e_fcoe.c162 * @pf: pointer to pf
170 static inline void i40e_fcoe_ddp_unmap(struct i40e_pf *pf, argument
177 dma_unmap_sg(&pf->pdev->dev, ddp->sgl, ddp->sgc,
264 struct i40e_pf *pf = np->vsi->back; local
265 struct i40e_fcoe *fcoe = &pf->fcoe;
274 i40e_fcoe_ddp_unmap(pf, ddp);
281 * @pf: pointer to pf
285 int i40e_init_pf_fcoe(struct i40e_pf *pf) argument
344 i40e_get_fcoe_tc_map(struct i40e_pf *pf) argument
379 struct i40e_pf *pf = vsi->back; local
432 struct i40e_pf *pf = vsi->back; local
461 struct i40e_pf *pf = vsi->back; local
541 struct i40e_pf *pf = vsi->back; local
575 struct i40e_pf *pf = vsi->back; local
627 struct i40e_pf *pf = rx_ring->vsi->back; local
698 struct i40e_pf *pf = rx_ring->vsi->back; local
827 struct i40e_pf *pf = np->vsi->back; local
1017 struct i40e_pf *pf = tx_ring->vsi->back; local
1151 struct i40e_pf *pf = tx_ring->vsi->back; local
1491 struct i40e_pf *pf = vsi->back; local
1533 i40e_fcoe_vsi_setup(struct i40e_pf *pf) argument
[all...]
H A Di40e_ethtool.c231 struct i40e_pf *pf = np->vsi->back; local
232 struct i40e_hw *hw = &pf->hw;
454 struct i40e_pf *pf = np->vsi->back; local
456 struct i40e_hw *hw = &pf->hw;
464 if (vsi != pf->vsi[pf->lan_vsi])
598 struct i40e_pf *pf = np->vsi->back; local
599 struct i40e_hw *hw = &pf->hw;
606 pf->hw.aq.asq_last_status);
621 struct i40e_pf *pf local
648 struct i40e_pf *pf = np->vsi->back; local
728 struct i40e_pf *pf = np->vsi->back; local
736 struct i40e_pf *pf = np->vsi->back; local
758 struct i40e_pf *pf = np->vsi->back; local
790 struct i40e_pf *pf = np->vsi->back; local
885 struct i40e_pf *pf = np->vsi->back; local
918 struct i40e_pf *pf = vsi->back; local
933 struct i40e_pf *pf = np->vsi->back; local
952 struct i40e_pf *pf = vsi->back; local
1099 struct i40e_pf *pf = vsi->back; local
1125 struct i40e_pf *pf = vsi->back; local
1210 struct i40e_pf *pf = vsi->back; local
1293 struct i40e_pf *pf = i40e_netdev_to_pf(dev); local
1328 struct i40e_pf *pf = np->vsi->back; local
1342 struct i40e_pf *pf = np->vsi->back; local
1353 struct i40e_pf *pf = np->vsi->back; local
1364 struct i40e_pf *pf = np->vsi->back; local
1380 struct i40e_pf *pf = np->vsi->back; local
1392 struct i40e_pf *pf = np->vsi->back; local
1442 struct i40e_pf *pf = np->vsi->back; local
1460 struct i40e_pf *pf = np->vsi->back; local
1486 struct i40e_pf *pf = np->vsi->back; local
1540 struct i40e_pf *pf = vsi->back; local
1608 i40e_get_rss_hash_opts(struct i40e_pf *pf, struct ethtool_rxnfc *cmd) argument
1654 i40e_get_ethtool_fdir_all(struct i40e_pf *pf, struct ethtool_rxnfc *cmd, u32 *rule_locs) argument
1689 i40e_get_ethtool_fdir_entry(struct i40e_pf *pf, struct ethtool_rxnfc *cmd) argument
1741 struct i40e_pf *pf = vsi->back; local
1778 i40e_set_rss_hash_opt(struct i40e_pf *pf, struct ethtool_rxnfc *nfc) argument
1922 struct i40e_pf *pf = vsi->back; local
1985 struct i40e_pf *pf = vsi->back; local
2014 struct i40e_pf *pf; local
2096 struct i40e_pf *pf = vsi->back; local
2141 struct i40e_pf *pf = vsi->back; local
2168 struct i40e_pf *pf = vsi->back; local
[all...]
H A Di40e.h232 u16 num_vmdq_vsis; /* num vmdq vsis this pf has set up */
238 u16 num_fcoe_qps; /* num fcoe queues this pf has set up */
241 u16 num_lan_qps; /* num lan queues this pf has set up */
242 u16 num_lan_msix; /* num queue vectors for the base pf vsi */
397 struct i40e_pf *pf; member in struct:i40e_veb
497 u16 idx; /* index in pf->vsi[] */
531 struct i40e_pf *pf; member in struct:i40e_device
592 * @pf: pointer to the pf struct
594 static inline int i40e_get_fd_cnt_all(struct i40e_pf *pf) argument
655 i40e_dbg_pf_init(struct i40e_pf *pf) argument
656 i40e_dbg_pf_exit(struct i40e_pf *pf) argument
[all...]
H A Di40e_txrx.c47 * @pf: The pf pointer
51 struct i40e_pf *pf, bool add)
67 for (i = 0; i < pf->num_alloc_vsi; i++)
68 if (pf->vsi[i] && pf->vsi[i]->type == I40E_VSI_FDIR)
69 vsi = pf->vsi[i];
111 fpt |= (pf->vsi[pf->lan_vsi]->id) <<
199 struct i40e_pf *pf local
50 i40e_program_fdir_filter(struct i40e_fdir_filter *fdir_data, u8 *raw_packet, struct i40e_pf *pf, bool add) argument
256 struct i40e_pf *pf = vsi->back; local
348 struct i40e_pf *pf = vsi->back; local
403 struct i40e_pf *pf = vsi->back; local
457 struct i40e_pf *pf = rx_ring->vsi->back; local
610 struct i40e_pf *pf = tx_ring->vsi->back; local
1652 struct i40e_pf *pf = tx_ring->vsi->back; local
1887 struct i40e_pf *pf; local
[all...]
/drivers/block/paride/
H A Dpf.c2 pf.c (c) 1997-8 Grant R. Guenther <grant@torque.net>
12 The behaviour of the pf driver can be altered by setting
70 (default "pf").
91 pf.drive0
92 pf.drive1
93 pf.drive2
94 pf.drive3
95 pf.cluster
96 pf.nice
98 In addition, you can use the parameter pf
281 struct pf_unit *pf; local
306 struct pf_unit *pf = bdev->bd_disk->private_data; local
331 struct pf_unit *pf = bdev->bd_disk->private_data; local
349 struct pf_unit *pf = bdev->bd_disk->private_data; local
365 struct pf_unit *pf = disk->private_data; local
387 status_reg(struct pf_unit *pf) argument
392 read_reg(struct pf_unit *pf, int reg) argument
397 write_reg(struct pf_unit *pf, int reg, int val) argument
402 pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) argument
426 pf_command(struct pf_unit *pf, char *cmd, int dlen, char *fun) argument
457 pf_completion(struct pf_unit *pf, char *buf, char *fun) argument
477 pf_req_sense(struct pf_unit *pf, int quiet) argument
494 pf_atapi(struct pf_unit *pf, char *cmd, int dlen, char *buf, char *fun) argument
508 pf_lock(struct pf_unit *pf, int func) argument
515 pf_eject(struct pf_unit *pf) argument
535 pf_reset(struct pf_unit *pf) argument
567 pf_mode_sense(struct pf_unit *pf) argument
603 pf_get_capacity(struct pf_unit *pf) argument
624 pf_identify(struct pf_unit *pf) argument
674 pf_probe(struct pf_unit *pf) argument
700 struct pf_unit *pf = units; local
743 pf_start(struct pf_unit *pf, int cmd, int b, int c) argument
951 struct pf_unit *pf; local
992 struct pf_unit *pf; local
[all...]
H A Dmkd5 # block devices: pd (45), pcd (46), pf (47)
24 for u in 0 1 2 3 ; do mkdev pf$u b 47 $u ; done
H A DMakefile26 obj-$(CONFIG_PARIDE_PF) += pf.o
/drivers/iio/
H A Dindustrialio-trigger.c198 struct iio_poll_func *pf)
205 __module_get(pf->indio_dev->info->driver_module);
206 pf->irq = iio_trigger_get_irq(trig);
207 ret = request_threaded_irq(pf->irq, pf->h, pf->thread,
208 pf->type, pf->name,
209 pf);
211 module_put(pf
197 iio_trigger_attach_poll_func(struct iio_trigger *trig, struct iio_poll_func *pf) argument
224 iio_trigger_detach_poll_func(struct iio_trigger *trig, struct iio_poll_func *pf) argument
246 struct iio_poll_func *pf = p; local
261 struct iio_poll_func *pf; local
282 iio_dealloc_pollfunc(struct iio_poll_func *pf) argument
[all...]
/drivers/infiniband/hw/usnic/
H A Dusnic_ib_main.c64 return scnprintf(buf, buf_sz, "PF: %s ", vf->pf->ib_dev.name);
502 struct usnic_ib_dev *pf; local
535 pf = usnic_ib_discover_pf(vf->vnic);
536 if (IS_ERR_OR_NULL(pf)) {
537 usnic_err("Failed to discover pf of vnic %s with err%ld\n",
538 pci_name(pdev), PTR_ERR(pf));
539 err = pf ? PTR_ERR(pf) : -EFAULT;
543 vf->pf = pf;
581 struct usnic_ib_dev *pf = vf->pf; local
[all...]
/drivers/iio/imu/
H A Dadis16400_buffer.c59 struct iio_poll_func *pf = p; local
60 struct iio_dev *indio_dev = pf->indio_dev;
85 pf->timestamp);
H A Dadis_buffer.c78 struct iio_poll_func *pf = p; local
79 struct iio_dev *indio_dev = pf->indio_dev;
106 pf->timestamp);
/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_ring.c101 struct iio_poll_func *pf = p; local
102 struct iio_dev *indio_dev = pf->indio_dev;
118 struct iio_poll_func *pf = p; local
119 struct iio_dev *indio_dev = pf->indio_dev;
/drivers/staging/iio/adc/
H A Dad7606_ring.c27 struct iio_poll_func *pf = p; local
28 struct ad7606_state *st = iio_priv(pf->indio_dev);
/drivers/net/ppp/
H A Dppp_generic.c91 #define PF_TO_X(pf, X) container_of(pf, X, file)
93 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp)
94 #define PF_TO_CHANNEL(pf) PF_TO_X(pf, struct channel)
248 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
273 static void init_ppp_file(struct ppp_file *pf, int kind);
388 struct ppp_file *pf = file->private_data; local
391 if (pf) {
415 struct ppp_file *pf = file->private_data; local
478 struct ppp_file *pf = file->private_data; local
515 struct ppp_file *pf = file->private_data; local
564 struct ppp_file *pf = file->private_data; local
824 ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, struct file *file, unsigned int cmd, unsigned long arg) argument
2766 init_ppp_file(struct ppp_file *pf, int kind) argument
[all...]
/drivers/iio/common/st_sensors/
H A Dst_sensors_buffer.c108 struct iio_poll_func *pf = p; local
109 struct iio_dev *indio_dev = pf->indio_dev;
117 pf->timestamp);
/drivers/iio/gyro/
H A Ditg3200_buffer.c49 struct iio_poll_func *pf = p; local
50 struct iio_dev *indio_dev = pf->indio_dev;
58 iio_push_to_buffers_with_timestamp(indio_dev, buf, pf->timestamp);
/drivers/staging/iio/meter/
H A Dade7758_ring.c62 struct iio_poll_func *pf = p; local
63 struct iio_dev *indio_dev = pf->indio_dev;
72 iio_push_to_buffers_with_timestamp(indio_dev, dat64, pf->timestamp);
/drivers/infiniband/hw/ehca/
H A Dehca_eq.c78 &eq->pf,
107 &eq->pf,
/drivers/staging/iio/
H A Diio_simple_dummy_buffer.c47 struct iio_poll_func *pf = p; local
48 struct iio_dev *indio_dev = pf->indio_dev;

Completed in 567 milliseconds

1234