Searched refs:i40e_pf (Results 1 – 15 of 15) sorted by relevance
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e.h | 468 struct i40e_pf { struct 789 struct i40e_pf *pf; 969 struct i40e_pf *pf; 1228 void i40e_dbg_pf_init(struct i40e_pf *pf); 1229 void i40e_dbg_pf_exit(struct i40e_pf *pf); 1239 int i40e_lan_add_device(struct i40e_pf *pf); 1255 struct i40e_pf *pf = vsi->back; in i40e_irq_dynamic_enable() 1301 void i40e_ptp_rx_hang(struct i40e_pf *pf); 1302 void i40e_ptp_tx_hang(struct i40e_pf *pf); 1313 void i40e_ptp_init(struct i40e_pf *pf); [all …]
|
| 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);
|
| 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 …]
|
| 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() 927 struct i40e_pf *pf = np->vsi->back; in i40e_ptp_hwtstamp_get() 1315 struct i40e_pf *pf = np->vsi->back; in i40e_ptp_hwtstamp_set() 1476 void i40e_ptp_init(struct i40e_pf *pf) in i40e_ptp_init() [all …]
|
| A D | i40e_virtchnl_pf.h | 75 struct i40e_pf *pf; 125 void i40e_free_vfs(struct i40e_pf *pf); 127 int i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs); 128 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, 130 int i40e_vc_process_vflr_event(struct i40e_pf *pf); 133 bool i40e_reset_all_vfs(struct i40e_pf *pf, bool flr); 148 void i40e_vc_notify_link_state(struct i40e_pf *pf); 149 void i40e_vc_notify_reset(struct i40e_pf *pf);
|
| 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()
|
| 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() 720 struct i40e_pf *pf = ldev->pf; in i40e_client_device_register() [all …]
|
| 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 …]
|
| A D | i40e_main.c | 780 struct i40e_pf *pf = veb->pf; in i40e_update_veb_stats() 2536 struct i40e_pf *pf; in i40e_sync_vsi_filters() 4257 struct i40e_pf *pf = (struct i40e_pf *)data; in i40e_intr() 5698 struct i40e_pf *pf; in i40e_update_adq_vsi_queues() 9861 struct i40e_pf *pf; in i40e_veb_link_event() 11304 struct i40e_pf, in i40e_service_task() 11613 struct i40e_pf *pf; in i40e_vsi_clear() 14072 struct i40e_pf *pf; in i40e_vsi_release() 14230 struct i40e_pf *pf; in i40e_vsi_reinit_setup() 14644 struct i40e_pf *pf; in i40e_veb_release() [all …]
|
| A D | i40e_ethtool.c | 775 struct i40e_pf *pf) in i40e_get_settings_link_up() 1049 struct i40e_pf *pf) in i40e_get_settings_link_down() 2004 struct i40e_pf *pf = vsi->back; in i40e_get_drvinfo() 2068 struct i40e_pf *pf = vsi->back; in i40e_set_ringparam() 2295 struct i40e_pf *pf = vsi->back; in i40e_get_stats_count() 2326 struct i40e_pf *pf = vsi->back; in i40e_get_sset_count() 2408 struct i40e_pf *pf = vsi->back; in i40e_get_ethtool_stats() 2483 struct i40e_pf *pf = vsi->back; in i40e_get_stat_strings() 2520 struct i40e_pf *pf = vsi->back; in i40e_get_priv_flag_strings() 2980 struct i40e_pf *pf = vsi->back; in i40e_set_itr_per_queue() [all …]
|
| 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 …]
|
| 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()
|
| A D | i40e_txrx.c | 27 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_fdir() 83 u8 *raw_packet, struct i40e_pf *pf, in i40e_program_fdir_filter() 387 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_udp() 435 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_tcp() 489 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_sctp() 538 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_ip() 592 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir() 684 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fd_handle_status() 2865 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_atr() 3204 struct i40e_pf *pf; in i40e_tsyn() [all …]
|
| A D | i40e_txrx.h | 474 void i40e_detect_recover_hung(struct i40e_pf *pf);
|
| A D | i40e_xsk.c | 695 struct i40e_pf *pf = vsi->back; in i40e_xsk_wakeup()
|
Completed in 84 milliseconds