/Linux-v5.10/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_main.c | 47 nfp_net_get_mac_addr(struct nfp_pf *pf, struct net_device *netdev, in nfp_net_get_mac_addr() 74 static int nfp_net_pf_get_num_ports(struct nfp_pf *pf) in nfp_net_pf_get_num_ports() 79 static int nfp_net_pf_get_app_id(struct nfp_pf *pf) in nfp_net_pf_get_app_id() 85 static void nfp_net_pf_free_vnic(struct nfp_pf *pf, struct nfp_net *nn) in nfp_net_pf_free_vnic() 95 static void nfp_net_pf_free_vnics(struct nfp_pf *pf) in nfp_net_pf_free_vnics() 105 nfp_net_pf_alloc_vnic(struct nfp_pf *pf, bool needs_netdev, in nfp_net_pf_alloc_vnic() 147 nfp_net_pf_init_vnic(struct nfp_pf *pf, struct nfp_net *nn, unsigned int id) in nfp_net_pf_init_vnic() 190 nfp_net_pf_alloc_vnics(struct nfp_pf *pf, void __iomem *ctrl_bar, in nfp_net_pf_alloc_vnics() 222 static void nfp_net_pf_clean_vnic(struct nfp_pf *pf, struct nfp_net *nn) in nfp_net_pf_clean_vnic() 234 static int nfp_net_pf_alloc_irqs(struct nfp_pf *pf) in nfp_net_pf_alloc_irqs() [all …]
|
D | nfp_main.c | 51 int nfp_pf_rtsym_read_optional(struct nfp_pf *pf, const char *format, in nfp_pf_rtsym_read_optional() 72 nfp_pf_map_rtsym(struct nfp_pf *pf, const char *name, const char *sym_fmt, in nfp_pf_map_rtsym() 84 int nfp_mbox_cmd(struct nfp_pf *pf, u32 cmd, void *in_data, u64 in_length, in nfp_mbox_cmd() 161 static bool nfp_board_ready(struct nfp_pf *pf) in nfp_board_ready() 178 static int nfp_pf_board_state_wait(struct nfp_pf *pf) in nfp_pf_board_state_wait() 200 static int nfp_pcie_sriov_read_nfd_limit(struct nfp_pf *pf) in nfp_pcie_sriov_read_nfd_limit() 224 struct nfp_pf *pf = pci_get_drvdata(pdev); in nfp_pcie_sriov_enable() local 267 struct nfp_pf *pf = pci_get_drvdata(pdev); in nfp_pcie_sriov_disable() local 304 int nfp_flash_update_common(struct nfp_pf *pf, const char *path, in nfp_flash_update_common() 346 nfp_net_fw_request(struct pci_dev *pdev, struct nfp_pf *pf, const char *name) in nfp_net_fw_request() [all …]
|
D | nfp_devlink.c | 29 nfp_devlink_fill_eth_port_from_id(struct nfp_pf *pf, unsigned int port_index, in nfp_devlink_fill_eth_port_from_id() 40 nfp_devlink_set_lanes(struct nfp_pf *pf, unsigned int idx, unsigned int lanes) in nfp_devlink_set_lanes() 68 struct nfp_pf *pf = devlink_priv(devlink); in nfp_devlink_port_split() local 102 struct nfp_pf *pf = devlink_priv(devlink); in nfp_devlink_port_unsplit() local 136 struct nfp_pf *pf = devlink_priv(devlink); in nfp_devlink_sb_pool_get() local 147 struct nfp_pf *pf = devlink_priv(devlink); in nfp_devlink_sb_pool_set() local 155 struct nfp_pf *pf = devlink_priv(devlink); in nfp_devlink_eswitch_mode_get() local 163 struct nfp_pf *pf = devlink_priv(devlink); in nfp_devlink_eswitch_mode_set() local 184 nfp_devlink_versions_get_hwinfo(struct nfp_pf *pf, struct devlink_info_req *req) in nfp_devlink_versions_get_hwinfo() 258 struct nfp_pf *pf = devlink_priv(devlink); in nfp_devlink_info_get() local
|
D | nfp_shared_buf.c | 13 static u32 nfp_shared_buf_pool_unit(struct nfp_pf *pf, unsigned int sb) in nfp_shared_buf_pool_unit() 26 int nfp_shared_buf_pool_get(struct nfp_pf *pf, unsigned int sb, u16 pool_index, in nfp_shared_buf_pool_get() 56 int nfp_shared_buf_pool_set(struct nfp_pf *pf, unsigned int sb, in nfp_shared_buf_pool_set() 78 int nfp_shared_buf_register(struct nfp_pf *pf) in nfp_shared_buf_register() 141 void nfp_shared_buf_unregister(struct nfp_pf *pf) in nfp_shared_buf_unregister()
|
/Linux-v5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 37 static void i40e_ptp_read(struct i40e_pf *pf, struct timespec64 *ts, in i40e_ptp_read() 64 static void i40e_ptp_write(struct i40e_pf *pf, const struct timespec64 *ts) in i40e_ptp_write() 103 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfreq() local 147 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime() local 174 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettimex() local 194 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime() local 230 static u32 i40e_ptp_get_rx_events(struct i40e_pf *pf) in i40e_ptp_get_rx_events() 268 void i40e_ptp_rx_hang(struct i40e_pf *pf) in i40e_ptp_rx_hang() 327 void i40e_ptp_tx_hang(struct i40e_pf *pf) in i40e_ptp_tx_hang() 361 void i40e_ptp_tx_hwtstamp(struct i40e_pf *pf) in i40e_ptp_tx_hwtstamp() [all …]
|
D | i40e_client.c | 86 struct i40e_pf *pf = vsi->back; in i40e_notify_client_of_vf_msg() local 112 struct i40e_pf *pf = vsi->back; in i40e_notify_client_of_l2_param_changes() local 148 struct i40e_pf *pf = ldev->pf; in i40e_client_release_qvlist() local 171 struct i40e_pf *pf = vsi->back; in i40e_notify_client_of_netdev_close() local 193 void i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id) in i40e_notify_client_of_vf_reset() 218 void i40e_notify_client_of_vf_enable(struct i40e_pf *pf, u32 num_vfs) in i40e_notify_client_of_vf_enable() 245 int i40e_vf_client_capable(struct i40e_pf *pf, u32 vf_id) in i40e_vf_client_capable() 267 void i40e_client_update_msix_info(struct i40e_pf *pf) in i40e_client_update_msix_info() 283 static void i40e_client_add_instance(struct i40e_pf *pf) in i40e_client_add_instance() 336 void i40e_client_del_instance(struct i40e_pf *pf) in i40e_client_del_instance() [all …]
|
D | i40e_main.c | 109 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_allocate_dma_mem_d() local 127 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_free_dma_mem_d() local 183 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() 262 struct i40e_vsi *i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id) in i40e_find_vsi_from_id() 279 void i40e_service_event_schedule(struct i40e_pf *pf) in i40e_service_event_schedule() 300 struct i40e_pf *pf = vsi->back; in i40e_tx_timeout() local 501 void i40e_pf_reset_stats(struct i40e_pf *pf) in i40e_pf_reset_stats() 603 struct i40e_pf *pf = vsi->back; in i40e_update_eth_stats() local 664 struct i40e_pf *pf = veb->pf; in i40e_update_veb_stats() local 749 struct i40e_pf *pf = vsi->back; in i40e_update_vsi_stats() local [all …]
|
D | i40e_virtchnl_pf.c | 18 static void i40e_vc_vf_broadcast(struct i40e_pf *pf, in i40e_vc_vf_broadcast() 51 struct i40e_pf *pf = vf->pf; in i40e_vc_notify_vf_link_state() local 84 void i40e_vc_notify_link_state(struct i40e_pf *pf) in i40e_vc_notify_link_state() 98 void i40e_vc_notify_reset(struct i40e_pf *pf) in i40e_vc_notify_reset() 175 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vsi_id() local 192 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_queue_id() local 207 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vector_id() local 225 struct i40e_pf *pf = vf->pf; in i40e_vc_get_pf_queue_id() local 287 struct i40e_pf *pf = vf->pf; in i40e_config_irq_link_list() local 391 struct i40e_pf *pf = vf->pf; in i40e_release_iwarp_qvlist() local [all …]
|
D | i40e_ethtool.c | 461 static void i40e_partition_setting_complaint(struct i40e_pf *pf) in i40e_partition_setting_complaint() 473 static void i40e_phy_type_to_ethtool(struct i40e_pf *pf, in i40e_phy_type_to_ethtool() 755 struct i40e_pf *pf) in i40e_get_settings_link_up() 1029 struct i40e_pf *pf) in i40e_get_settings_link_down() 1052 struct i40e_pf *pf = np->vsi->back; in i40e_get_link_ksettings() local 1143 struct i40e_pf *pf = np->vsi->back; in i40e_set_link_ksettings() local 1379 struct i40e_pf *pf = np->vsi->back; in i40e_set_fec_cfg() local 1440 struct i40e_pf *pf = np->vsi->back; in i40e_get_fec_param() local 1482 struct i40e_pf *pf = np->vsi->back; in i40e_set_fec_param() local 1526 struct i40e_pf *pf = np->vsi->back; in i40e_nway_reset() local [all …]
|
D | i40e_debugfs.c | 24 static struct i40e_vsi *i40e_dbg_find_vsi(struct i40e_pf *pf, int seid) in i40e_dbg_find_vsi() 43 static struct i40e_veb *i40e_dbg_find_veb(struct i40e_pf *pf, int seid) in i40e_dbg_find_veb() 72 struct i40e_pf *pf = filp->private_data; in i40e_dbg_command_read() local 115 static void i40e_dbg_dump_vsi_seid(struct i40e_pf *pf, int seid) in i40e_dbg_dump_vsi_seid() 493 static void i40e_dbg_dump_aq_desc(struct i40e_pf *pf) in i40e_dbg_dump_aq_desc() 542 struct i40e_pf *pf, enum ring_type type) in i40e_dbg_dump_desc() 643 static void i40e_dbg_dump_vsi_no_seid(struct i40e_pf *pf) in i40e_dbg_dump_vsi_no_seid() 658 static void i40e_dbg_dump_eth_stats(struct i40e_pf *pf, in i40e_dbg_dump_eth_stats() 684 static void i40e_dbg_dump_veb_seid(struct i40e_pf *pf, int seid) in i40e_dbg_dump_veb_seid() 705 static void i40e_dbg_dump_veb_all(struct i40e_pf *pf) in i40e_dbg_dump_veb_all() [all …]
|
D | i40e_dcb_nl.c | 34 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getets() local 73 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getpfc() local 104 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_getdcbx() local 119 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_get_perm_hw_addr() local 148 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_set_all() local 213 static void i40e_dcbnl_del_app(struct i40e_pf *pf, in i40e_dcbnl_del_app() 259 void i40e_dcbnl_flush_apps(struct i40e_pf *pf, in i40e_dcbnl_flush_apps() 287 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_setup() local
|
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 16 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_devreset() local 38 struct ice_pf *pf; in ice_dcbnl_getets() local 68 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_setets() local 134 struct ice_pf *pf = ice_netdev_to_pf(dev); in ice_dcbnl_getnumtcs() local 149 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_getdcbx() local 161 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_setdcbx() local 190 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_get_perm_hw_addr() local 223 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_getpfc() local 249 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_setpfc() local 286 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_dcbnl_get_pfc_cfg() local [all …]
|
D | ice_main.c | 68 static void ice_check_for_hang_subtask(struct ice_pf *pf) in ice_check_for_hang_subtask() 126 static int ice_init_mac_fltr(struct ice_pf *pf) in ice_init_mac_fltr() 256 struct ice_pf *pf = vsi->back; in ice_vsi_sync_fltr() local 408 static void ice_sync_fltr_subtask(struct ice_pf *pf) in ice_sync_fltr_subtask() 431 static void ice_pf_dis_all_vsi(struct ice_pf *pf, bool locked) in ice_pf_dis_all_vsi() 447 ice_prepare_for_reset(struct ice_pf *pf) in ice_prepare_for_reset() 483 static void ice_do_reset(struct ice_pf *pf, enum ice_reset_req reset_type) in ice_do_reset() 521 static void ice_reset_subtask(struct ice_pf *pf) in ice_reset_subtask() 782 static void ice_set_dflt_mib(struct ice_pf *pf) in ice_set_dflt_mib() 875 ice_link_event(struct ice_pf *pf, struct ice_port_info *pi, bool link_up, in ice_link_event() [all …]
|
D | ice_devlink.c | 9 static void ice_info_get_dsn(struct ice_pf *pf, char *buf, size_t len) in ice_info_get_dsn() 19 static int ice_info_pba(struct ice_pf *pf, char *buf, size_t len) in ice_info_pba() 31 static int ice_info_fw_mgmt(struct ice_pf *pf, char *buf, size_t len) in ice_info_fw_mgmt() 41 static int ice_info_fw_api(struct ice_pf *pf, char *buf, size_t len) in ice_info_fw_api() 50 static int ice_info_fw_build(struct ice_pf *pf, char *buf, size_t len) in ice_info_fw_build() 59 static int ice_info_orom_ver(struct ice_pf *pf, char *buf, size_t len) in ice_info_orom_ver() 68 static int ice_info_nvm_ver(struct ice_pf *pf, char *buf, size_t len) in ice_info_nvm_ver() 77 static int ice_info_eetrack(struct ice_pf *pf, char *buf, size_t len) in ice_info_eetrack() 86 static int ice_info_ddp_pkg_name(struct ice_pf *pf, char *buf, size_t len) in ice_info_ddp_pkg_name() 95 static int ice_info_ddp_pkg_version(struct ice_pf *pf, char *buf, size_t len) in ice_info_ddp_pkg_version() [all …]
|
D | ice_virtchnl_pf.c | 14 static int ice_validate_vf_id(struct ice_pf *pf, u16 vf_id) in ice_validate_vf_id() 29 static int ice_check_vf_init(struct ice_pf *pf, struct ice_vf *vf) in ice_check_vf_init() 79 ice_vc_vf_broadcast(struct ice_pf *pf, enum virtchnl_ops v_opcode, in ice_vc_vf_broadcast() 145 struct ice_pf *pf = vf->pf; in ice_is_vf_link_up() local 210 struct ice_pf *pf = vf->pf; in ice_free_vf_res() local 246 struct ice_pf *pf = vf->pf; in ice_dis_vf_mappings() local 291 static int ice_sriov_free_msix_res(struct ice_pf *pf) in ice_sriov_free_msix_res() 328 struct ice_pf *pf = vf->pf; in ice_dis_vf_qs() local 342 void ice_free_vfs(struct ice_pf *pf) in ice_free_vfs() 420 struct ice_pf *pf = vf->pf; in ice_trigger_vf_reset() local [all …]
|
D | ice_dcb_lib.h | 57 static inline bool ice_is_dcb_active(struct ice_pf *pf) in ice_is_dcb_active() 63 #define ice_dcb_rebuild(pf) do {} while (0) argument 83 ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked) in ice_init_pf_dcb() 90 ice_pf_dcb_cfg(struct ice_pf __always_unused *pf, in ice_pf_dcb_cfg() 104 static inline bool ice_is_dcb_active(struct ice_pf __always_unused *pf) in ice_is_dcb_active() 110 ice_is_pfc_causing_hung_q(struct ice_pf __always_unused *pf, in ice_is_pfc_causing_hung_q() 116 #define ice_update_dcb_stats(pf) do {} while (0) argument 117 #define ice_pf_dcb_recfg(pf) do {} while (0) argument 119 #define ice_dcb_process_lldp_set_mib_change(pf, event) do {} while (0) argument
|
D | ice_lib.c | 70 struct ice_pf *pf = vsi->back; in ice_vsi_alloc_arrays() local 156 struct ice_pf *pf = vsi->back; in ice_vsi_set_num_qs() local 252 struct ice_pf *pf = vsi->back; in ice_vsi_delete() local 280 struct ice_pf *pf = vsi->back; in ice_vsi_free_arrays() local 319 struct ice_pf *pf = NULL; in ice_vsi_clear() local 395 ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type vsi_type, u16 vf_id) in ice_vsi_alloc() 487 struct ice_pf *pf = vsi->back; in ice_alloc_fd_res() local 527 struct ice_pf *pf = vsi->back; in ice_vsi_get_qs() local 569 struct ice_pf *pf = vsi->back; in ice_vsi_put_qs() local 593 bool ice_is_safe_mode(struct ice_pf *pf) in ice_is_safe_mode() [all …]
|
D | ice_dcb_lib.c | 15 struct ice_pf *pf = vsi->back; in ice_vsi_cfg_netdev_tc() local 72 bool ice_is_pfc_causing_hung_q(struct ice_pf *pf, unsigned int txqueue) in ice_is_pfc_causing_hung_q() 234 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk() 272 int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked) in ice_pf_dcb_cfg() 386 ice_dcb_need_recfg(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, in ice_dcb_need_recfg() 434 void ice_dcb_rebuild(struct ice_pf *pf) in ice_dcb_rebuild() 506 static int ice_dcb_init_cfg(struct ice_pf *pf, bool locked) in ice_dcb_init_cfg() 534 static int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked) in ice_dcb_sw_dflt_cfg() 609 static int ice_dcb_noncontig_cfg(struct ice_pf *pf) in ice_dcb_noncontig_cfg() 639 void ice_pf_dcb_recfg(struct ice_pf *pf) in ice_pf_dcb_recfg() [all …]
|
D | ice_fw_update.c | 14 struct ice_pf *pf; member 41 struct ice_pf *pf = priv->pf; in ice_send_package_data() local 83 ice_check_component_response(struct ice_pf *pf, u16 id, u8 response, u8 code, in ice_check_component_response() 204 struct ice_pf *pf = priv->pf; in ice_send_component_table() local 272 ice_write_one_nvm_block(struct ice_pf *pf, u16 module, u32 offset, in ice_write_one_nvm_block() 362 ice_write_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_write_nvm_module() 435 ice_erase_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_erase_nvm_module() 517 static int ice_switch_flash_banks(struct ice_pf *pf, u8 activate_flags, in ice_switch_flash_banks() 576 struct ice_pf *pf = priv->pf; in ice_flash_component() local 632 struct ice_pf *pf = priv->pf; in ice_finalize_update() local [all …]
|
D | ice_virtchnl_pf.h | 40 #define ice_for_each_vf(pf, i) \ argument 69 struct ice_pf *pf; member 142 #define ice_process_vflr_event(pf) do {} while (0) argument 143 #define ice_free_vfs(pf) do {} while (0) argument 144 #define ice_vc_process_vf_msg(pf, event) do {} while (0) argument 145 #define ice_vc_notify_link_state(pf) do {} while (0) argument 146 #define ice_vc_notify_reset(pf) do {} while (0) argument 148 #define ice_vf_lan_overflow_event(pf, event) do {} while (0) argument 149 #define ice_print_vfs_mdd_events(pf) do {} while (0) argument 154 ice_reset_all_vfs(struct ice_pf __always_unused *pf, in ice_reset_all_vfs() [all …]
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 67 static void otx2_disable_flr_me_intr(struct otx2_nic *pf) in otx2_disable_flr_me_intr() 93 static void otx2_flr_wq_destroy(struct otx2_nic *pf) in otx2_flr_wq_destroy() 105 struct otx2_nic *pf = flrwork->pf; in otx2_flr_handler() local 136 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_flr_intr_handler() local 165 struct otx2_nic *pf = (struct otx2_nic *)pf_irq; in otx2_pf_me_intr_handler() local 188 static int otx2_register_flr_me_intr(struct otx2_nic *pf, int numvfs) in otx2_register_flr_me_intr() 261 static int otx2_pf_flr_init(struct otx2_nic *pf, int num_vfs) in otx2_pf_flr_init() 356 static int otx2_forward_vf_mbox_msgs(struct otx2_nic *pf, in otx2_forward_vf_mbox_msgs() 453 struct otx2_nic *pf; in otx2_pfvf_mbox_handler() local 491 struct otx2_nic *pf = vf_mbox->pfvf; in otx2_pfvf_mbox_up_handler() local [all …]
|
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 54 static void enetc_enable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_enable_si_vlan_promisc() 60 static void enetc_disable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_disable_si_vlan_promisc() 145 static void enetc_sync_mac_filters(struct enetc_pf *pf) in enetc_sync_mac_filters() 192 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_pf_set_rx_mode() local 273 static void enetc_sync_vlan_ht_filter(struct enetc_pf *pf, bool rehash) in enetc_sync_vlan_ht_filter() 293 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_vlan_rx_add_vid() local 308 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_vlan_rx_del_vid() local 343 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_pf_set_vf_mac() local 362 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_pf_set_vf_vlan() local 381 struct enetc_pf *pf = enetc_si_priv(priv->si); in enetc_pf_set_vf_spoofchk() local [all …]
|
D | enetc_msg.c | 23 struct enetc_pf *pf = enetc_si_priv(si); in enetc_msg_psi_msix() local 33 struct enetc_pf *pf = container_of(work, struct enetc_pf, msg_task); in enetc_msg_task() local 66 struct enetc_pf *pf = enetc_si_priv(si); in enetc_msg_alloc_mbx() local 95 struct enetc_pf *pf = enetc_si_priv(si); in enetc_msg_free_mbx() local 107 int enetc_msg_psi_init(struct enetc_pf *pf) in enetc_msg_psi_init() 149 void enetc_msg_psi_free(struct enetc_pf *pf) in enetc_msg_psi_free()
|
/Linux-v5.10/drivers/block/paride/ |
D | pf.c | 290 struct pf_unit *pf; in pf_init_units() local 331 struct pf_unit *pf = bdev->bd_disk->private_data; in pf_open() local 356 struct pf_unit *pf = bdev->bd_disk->private_data; in pf_getgeo() local 374 struct pf_unit *pf = bdev->bd_disk->private_data; in pf_ioctl() local 390 struct pf_unit *pf = disk->private_data; in pf_release() local 412 static inline int status_reg(struct pf_unit *pf) in status_reg() 417 static inline int read_reg(struct pf_unit *pf, int reg) in read_reg() 422 static inline void write_reg(struct pf_unit *pf, int reg, int val) in write_reg() 427 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) in pf_wait() 451 static int pf_command(struct pf_unit *pf, char *cmd, int dlen, char *fun) in pf_command() [all …]
|
/Linux-v5.10/net/ax25/ |
D | ax25_std_in.c | 39 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state1_machine() 103 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state2_machine() 141 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state3_machine() 266 …state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state4_machine() 421 int queued = 0, frametype, ns, nr, pf; in ax25_std_frame_in() local
|