/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 466 struct i40e_pf { struct 786 struct i40e_pf *pf; 966 struct i40e_pf *pf; 1227 void i40e_dbg_pf_init(struct i40e_pf *pf); 1228 void i40e_dbg_pf_exit(struct i40e_pf *pf); 1238 int i40e_lan_add_device(struct i40e_pf *pf); 1254 struct i40e_pf *pf = vsi->back; in i40e_irq_dynamic_enable() 1300 void i40e_ptp_rx_hang(struct i40e_pf *pf); 1301 void i40e_ptp_tx_hang(struct i40e_pf *pf); 1309 void i40e_ptp_init(struct i40e_pf *pf); [all …]
|
H A D | i40e_devlink.h | 9 struct i40e_pf; 11 struct i40e_pf *i40e_alloc_pf(struct device *dev); 12 void i40e_free_pf(struct i40e_pf *pf); 13 void i40e_devlink_register(struct i40e_pf *pf); 14 void i40e_devlink_unregister(struct i40e_pf *pf); 15 int i40e_devlink_create_port(struct i40e_pf *pf); 16 void i40e_devlink_destroy_port(struct i40e_pf *pf);
|
H A D | i40e_virtchnl_pf.h | 69 struct i40e_pf *pf; 117 void i40e_free_vfs(struct i40e_pf *pf); 119 int i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs); 120 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, 122 int i40e_vc_process_vflr_event(struct i40e_pf *pf); 124 bool i40e_reset_all_vfs(struct i40e_pf *pf, bool flr); 139 void i40e_vc_notify_link_state(struct i40e_pf *pf); 140 void i40e_vc_notify_reset(struct i40e_pf *pf);
|
H A D | i40e_dcb_nl.c | 37 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getets() 75 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getpfc() 108 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_setets() 156 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_setpfc() 195 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_setapp() 247 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_ieee_delapp() 309 struct i40e_pf *pf = i40e_netdev_to_pf(netdev); in i40e_dcbnl_getstate() 813 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_getdcbx() 828 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_get_perm_hw_addr() 878 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_set_all() [all …]
|
H A D | i40e_devlink.c | 8 static void i40e_info_get_dsn(struct i40e_pf *pf, char *buf, size_t len) in i40e_info_get_dsn() 70 struct i40e_pf *pf = devlink_priv(dl); in i40e_devlink_info_get() 136 struct i40e_pf *i40e_alloc_pf(struct device *dev) in i40e_alloc_pf() 140 devlink = devlink_alloc(&i40e_devlink_ops, sizeof(struct i40e_pf), dev); in i40e_alloc_pf() 153 void i40e_free_pf(struct i40e_pf *pf) in i40e_free_pf() 166 void i40e_devlink_register(struct i40e_pf *pf) in i40e_devlink_register() 177 void i40e_devlink_unregister(struct i40e_pf *pf) in i40e_devlink_unregister() 187 static void i40e_devlink_set_switch_id(struct i40e_pf *pf, in i40e_devlink_set_switch_id() 206 int i40e_devlink_create_port(struct i40e_pf *pf) in i40e_devlink_create_port() 232 void i40e_devlink_destroy_port(struct i40e_pf *pf) in i40e_devlink_destroy_port()
|
H A D | i40e_ptp.c | 152 struct i40e_pf *pf = container_of(work, struct i40e_pf, in i40e_ptp_extts0_work() 349 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfine() 404 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime() 452 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettimex() 472 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime() 494 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_pps_configure() 599 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_feature_enable() 673 void i40e_ptp_rx_hang(struct i40e_pf *pf) in i40e_ptp_rx_hang() 732 void i40e_ptp_tx_hang(struct i40e_pf *pf) in i40e_ptp_tx_hang() 1473 void i40e_ptp_init(struct i40e_pf *pf) in i40e_ptp_init() [all …]
|
H A D | i40e_client.c | 84 struct i40e_pf *pf = vsi->back; in i40e_notify_client_of_vf_msg() 147 struct i40e_pf *pf = ldev->pf; in i40e_client_release_qvlist() 400 void i40e_client_subtask(struct i40e_pf *pf) in i40e_client_subtask() 457 int i40e_lan_add_device(struct i40e_pf *pf) in i40e_lan_add_device() 497 int i40e_lan_del_device(struct i40e_pf *pf) in i40e_lan_del_device() 539 struct i40e_pf *pf = ldev->pf; in i40e_client_virtchnl_send() 564 struct i40e_pf *pf = ldev->pf; in i40e_client_setup_qvlist() 633 struct i40e_pf *pf = ldev->pf; in i40e_client_request_reset() 669 struct i40e_pf *pf = ldev->pf; in i40e_client_update_vsi_ctxt() 723 struct i40e_pf *pf = ldev->pf; in i40e_client_device_register() [all …]
|
H A D | i40e_virtchnl_pf.c | 113 struct i40e_pf *pf = vf->pf; in i40e_vc_notify_vf_link_state() 221 struct i40e_pf *pf = vf->pf; in i40e_vc_reset_vf() 262 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vsi_id() 279 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_queue_id() 294 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vector_id() 312 struct i40e_pf *pf = vf->pf; in i40e_vc_get_pf_queue_id() 374 struct i40e_pf *pf = vf->pf; in i40e_config_irq_link_list() 478 struct i40e_pf *pf = vf->pf; in i40e_release_rdma_qvlist() 530 struct i40e_pf *pf = vf->pf; in i40e_config_rdma_qvlist() 632 struct i40e_pf *pf = vf->pf; in i40e_config_vsi_tx_queue() [all …]
|
H A D | i40e_main.c | 778 struct i40e_pf *pf = veb->pf; in i40e_update_veb_stats() 2562 struct i40e_pf *pf; in i40e_sync_vsi_filters() 4307 struct i40e_pf *pf = (struct i40e_pf *)data; in i40e_intr() 5748 struct i40e_pf *pf; in i40e_update_adq_vsi_queues() 9944 struct i40e_pf *pf; in i40e_veb_link_event() 11317 struct i40e_pf, in i40e_service_task() 11626 struct i40e_pf *pf; in i40e_vsi_clear() 14176 struct i40e_pf *pf; in i40e_vsi_release() 14334 struct i40e_pf *pf; in i40e_vsi_reinit_setup() 14750 struct i40e_pf *pf; in i40e_veb_release() [all …]
|
H A D | i40e_ethtool.c | 772 struct i40e_pf *pf) in i40e_get_settings_link_up() 1046 struct i40e_pf *pf) in i40e_get_settings_link_down() 2001 struct i40e_pf *pf = vsi->back; in i40e_get_drvinfo() 2065 struct i40e_pf *pf = vsi->back; in i40e_set_ringparam() 2292 struct i40e_pf *pf = vsi->back; in i40e_get_stats_count() 2323 struct i40e_pf *pf = vsi->back; in i40e_get_sset_count() 2405 struct i40e_pf *pf = vsi->back; in i40e_get_ethtool_stats() 2480 struct i40e_pf *pf = vsi->back; in i40e_get_stat_strings() 2517 struct i40e_pf *pf = vsi->back; in i40e_get_priv_flag_strings() 2968 struct i40e_pf *pf = vsi->back; in i40e_set_itr_per_queue() [all …]
|
H A D | i40e_debugfs.c | 55 struct i40e_pf *pf = filp->private_data; in i40e_dbg_command_read() 477 static void i40e_dbg_dump_aq_desc(struct i40e_pf *pf) in i40e_dbg_dump_aq_desc() 526 struct i40e_pf *pf, enum ring_type type) in i40e_dbg_dump_desc() 652 static void i40e_dbg_dump_eth_stats(struct i40e_pf *pf, in i40e_dbg_dump_eth_stats() 698 static void i40e_dbg_dump_veb_all(struct i40e_pf *pf) in i40e_dbg_dump_veb_all() 735 static void i40e_dbg_dump_vf_all(struct i40e_pf *pf) in i40e_dbg_dump_vf_all() 757 struct i40e_pf *pf = filp->private_data; in i40e_dbg_command_write() 1645 struct i40e_pf *pf = filp->private_data; in i40e_dbg_netdev_ops_read() 1687 struct i40e_pf *pf = filp->private_data; in i40e_dbg_netdev_ops_write() 1800 void i40e_dbg_pf_init(struct i40e_pf *pf) in i40e_dbg_pf_init() [all …]
|
H A D | i40e_ddp.c | 293 struct i40e_pf *pf = vsi->back; in i40e_ddp_load() 408 static int i40e_ddp_restore(struct i40e_pf *pf) in i40e_ddp_restore() 439 struct i40e_pf *pf = vsi->back; in i40e_ddp_flash()
|
H A D | i40e_txrx.c | 26 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_fdir() 82 u8 *raw_packet, struct i40e_pf *pf, in i40e_program_fdir_filter() 386 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_udp() 434 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_tcp() 488 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_sctp() 537 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_ip() 591 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir() 683 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fd_handle_status() 2864 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_atr() 3203 struct i40e_pf *pf; in i40e_tsyn() [all …]
|
H A D | i40e_txrx.h | 473 void i40e_detect_recover_hung(struct i40e_pf *pf);
|
H A D | i40e_xsk.c | 717 struct i40e_pf *pf = vsi->back; in i40e_xsk_wakeup()
|