Home
last modified time | relevance | path

Searched refs:hns3_pf (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_tm.c30 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(dev->data->dev_private); in hns3_tm_conf_init()
56 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(dev->data->dev_private); in hns3_tm_conf_uninit()
154 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(dev->data->dev_private); in hns3_tm_shaper_profile_search()
226 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(dev->data->dev_private); in hns3_tm_shaper_profile_add()
655 hns3_tm_node_do_delete(struct hns3_pf *pf, in hns3_tm_node_do_delete()
962 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_tm_configure_check()
1007 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_tm_hierarchy_do_commit()
1106 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_tm_node_shaper_do_update()
1247 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_tm_dev_start_proc()
1270 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_tm_dev_stop_proc()
[all …]
H A Dhns3_ptp.c82 struct hns3_pf *pf = &hns->pf; in hns3_timesync_configure()
120 struct hns3_pf *pf = &hns->pf; in hns3_timesync_enable()
141 struct hns3_pf *pf = &hns->pf; in hns3_timesync_disable()
165 struct hns3_pf *pf = &hns->pf; in hns3_timesync_read_rx_timestamp()
279 struct hns3_pf *pf = &hns->pf; in hns3_restore_ptp()
H A Dhns3_dcb.c186 struct hns3_pf *pf = &hns->pf; in hns3_pg_to_pri_map()
762 struct hns3_pf *pf = &hns->pf; in hns3_dcb_info_init()
808 struct hns3_pf *pf = &hns->pf; in hns3_dcb_lvl2_schd_mode_cfg()
828 struct hns3_pf *pf = &hns->pf; in hns3_dcb_lvl34_schd_mode_cfg()
900 struct hns3_pf *pf = &hns->pf; in hns3_dcb_pri_dwrr_cfg()
937 struct hns3_pf *pf = &hns->pf; in hns3_dcb_pg_dwrr_cfg()
1056 struct hns3_pf *pf = &hns->pf; in hns3_pri_q_qs_cfg()
1345 struct hns3_pf *pf = &hns->pf; in hns3_dcb_pause_setup_hw()
1415 struct hns3_pf *pf = &hns->pf; in hns3_dcb_info_cfg()
1470 struct hns3_pf *pf = &hns->pf; in hns3_dcb_info_update()
[all …]
H A Dhns3_fdir.c278 struct hns3_pf *pf = &hns->pf; in hns3_set_fd_key_config()
305 struct hns3_pf *pf = &hns->pf; in hns3_init_fd_config()
718 struct hns3_pf *pf = &hns->pf; in hns3_config_key()
825 struct hns3_pf *pf = &hns->pf; in hns3_fdir_filter_init()
867 struct hns3_pf *pf = &hns->pf; in hns3_fdir_filter_uninit()
959 struct hns3_pf *pf = &hns->pf; in hns3_fdir_filter_program()
1024 struct hns3_pf *pf = &hns->pf; in hns3_clear_all_fdir_filter()
1064 struct hns3_pf *pf = &hns->pf; in hns3_restore_all_fdir_filter()
H A Dhns3_ethdev.c367 struct hns3_pf *pf = &hns->pf; in hns3_rm_dev_vlan_table()
386 struct hns3_pf *pf = &hns->pf; in hns3_add_dev_vlan_table()
410 struct hns3_pf *pf = &hns->pf; in hns3_restore_vlan_table()
829 struct hns3_pf *pf = &hns->pf; in hns3_rm_all_vlan_table()
852 struct hns3_pf *pf = &hns->pf; in hns3_add_all_vlan_table()
1130 struct hns3_pf *pf = &hns->pf; in hns3_restore_vlan_conf()
1262 struct hns3_pf *pf = &hns->pf; in hns3_init_umv_space()
1285 struct hns3_pf *pf = &hns->pf; in hns3_uninit_umv_space()
1304 struct hns3_pf *pf = &hns->pf; in hns3_is_umv_space_full()
1316 struct hns3_pf *pf = &hns->pf; in hns3_update_umv_space()
[all …]
H A Dhns3_rxtx_vec.c21 struct hns3_pf *pf = &hns->pf; in hns3_tx_check_vec_support()
238 struct hns3_pf *pf = &hns->pf; in hns3_rx_check_vec_support()
H A Dhns3_ethdev_dump.c62 struct hns3_pf *pf = &hns->pf; in get_dev_mac_info()
150 get_fdir_basic_info(FILE *file, struct hns3_pf *pf) in get_fdir_basic_info()
768 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(dev->data->dev_private); in get_tm_conf_info()
821 struct hns3_pf *pf = &hns->pf; in is_link_fc_mode()
H A Dhns3_ethdev.h773 struct hns3_pf { struct
862 struct hns3_pf pf;
909 static inline struct hns3_pf *HNS3_DEV_HW_TO_PF(struct hns3_hw *hw) in HNS3_DEV_HW_TO_PF()
H A Dhns3_flow.c146 struct hns3_pf *pf = &hns->pf; in hns3_counter_lookup()
161 struct hns3_pf *pf = &hns->pf; in hns3_counter_new()
259 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(dev->data->dev_private); in hns3_counter_flush()
393 struct hns3_pf *pf = &hns->pf; in hns3_handle_actions()
2173 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(dev->data->dev_private); in hns3_flow_action_create()
H A Dhns3_cmd.c654 struct hns3_pf *pf = HNS3_DEV_HW_TO_PF(hw); in hns3_firmware_compat_config()
H A Dhns3_rxtx.c2386 struct hns3_pf *pf = HNS3_DEV_PRIVATE_TO_PF(rxq->hns); in hns3_rx_ptp_timestamp_handle()