Searched refs:hns3_dev_get_support (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ptp.c | 64 if (!hns3_dev_get_support(hw, PTP)) in hns3_ptp_init() 123 if (!hns3_dev_get_support(hw, PTP)) in hns3_timesync_enable() 144 if (!hns3_dev_get_support(hw, PTP)) in hns3_timesync_disable() 168 if (!hns3_dev_get_support(hw, PTP)) in hns3_timesync_read_rx_timestamp() 194 if (!hns3_dev_get_support(hw, PTP)) in hns3_timesync_read_tx_timestamp() 223 if (!hns3_dev_get_support(hw, PTP)) in hns3_timesync_read_time() 244 if (!hns3_dev_get_support(hw, PTP)) in hns3_timesync_write_time() 265 if (!hns3_dev_get_support(hw, PTP)) in hns3_timesync_adjust_time() 284 if (!hns3_dev_get_support(hw, PTP)) in hns3_restore_ptp()
|
| H A D | hns3_tm.c | 34 if (!hns3_dev_get_support(hw, TM)) in hns3_tm_conf_init() 61 if (!hns3_dev_get_support(hw, TM)) in hns3_tm_conf_uninit() 1236 if (!hns3_dev_get_support(hw, TM)) in hns3_tm_ops_get() 1249 if (!hns3_dev_get_support(hw, TM)) in hns3_tm_dev_start_proc() 1298 if (!hns3_dev_get_support(hw, TM)) in hns3_tm_conf_update()
|
| H A D | hns3_cmd.c | 616 if (result != 0 && hns3_dev_get_support(hw, COPPER)) { in hns3_apply_fw_compat_cmd_result() 655 if (hns3_dev_get_support(hw, COPPER) == 0 || pf->is_tmp_phy) { in hns3_firmware_compat_config() 673 if (hns3_dev_get_support(hw, COPPER)) in hns3_firmware_compat_config()
|
| H A D | hns3_common.c | 90 if (hns3_dev_get_support(hw, OUTER_UDP_CKSUM)) in hns3_dev_infos_get() 93 if (hns3_dev_get_support(hw, INDEP_TXRX)) in hns3_dev_infos_get() 98 if (hns3_dev_get_support(hw, PTP)) in hns3_dev_infos_get()
|
| H A D | hns3_ethdev_dump.c | 287 if (hns3_dev_get_support(hw, INDEP_TXRX)) in get_rxtx_fake_queue_info() 333 if (hns3_dev_get_support(hw, INDEP_TXRX)) in get_queue_enable_state() 771 if (!hns3_dev_get_support(hw, TM)) in get_tm_conf_info()
|
| H A D | hns3_rxtx.c | 393 if (hns3_dev_get_support(hw, INDEP_TXRX)) { in hns3_enable_all_queues() 438 if (hns3_dev_get_support(hw, INDEP_TXRX)) { in hns3_enable_txq() 455 if (hns3_dev_get_support(hw, INDEP_TXRX)) { in hns3_enable_rxq() 1624 if (hns3_dev_get_support(hw, INDEP_TXRX)) in hns3_set_fake_rx_or_tx_queues() 2032 if (hns3_dev_get_support(hw, RXD_ADV_LAYOUT)) in hns3_dev_supported_ptypes_get() 2939 if (!hns3_dev_get_support(hw, TX_PUSH)) in hns3_tx_push_init() 2960 if (!hns3_dev_get_support(hw, TX_PUSH)) { in hns3_tx_push_queue_init() 4481 if (!hns3_dev_get_support(hw, INDEP_TXRX)) in hns3_dev_rx_queue_start() 4527 if (!hns3_dev_get_support(hw, INDEP_TXRX)) in hns3_dev_rx_queue_stop() 4549 if (!hns3_dev_get_support(hw, INDEP_TXRX)) in hns3_dev_tx_queue_start() [all …]
|
| H A D | hns3_ethdev.c | 1921 if (!hns3_dev_get_support(hw, DCB)) { in hns3_setup_dcb() 2782 if (!hns3_dev_get_support(hw, COPPER)) { in hns3_check_media_type() 2847 if (!hns3_dev_get_support(hw, DCB)) { in hns3_get_board_configuration() 3160 if (hns3_dev_get_support(hw, DCB)) in hns3_is_rx_buf_ok() 3177 if (hns3_dev_get_support(hw, DCB)) { in hns3_is_rx_buf_ok() 3188 if (hns3_dev_get_support(hw, DCB)) { in hns3_is_rx_buf_ok() 3394 if (!hns3_dev_get_support(hw, DCB)) { in hns3_rx_buffer_calc() 3622 if (hns3_dev_get_support(hw, DCB)) { in hns3_buffer_alloc() 5463 if (!hns3_dev_get_support(hw, DCB)) { in hns3_priority_flow_ctrl_set()
|
| H A D | hns3_ethdev.h | 897 #define hns3_dev_get_support(hw, _name) \ macro
|
| H A D | hns3_dcb.c | 911 if (!hns3_dev_get_support(hw, DCB)) in hns3_dcb_pri_dwrr_cfg() 1361 if (!hns3_dev_get_support(hw, DCB)) in hns3_dcb_pause_setup_hw()
|
| H A D | hns3_ethdev_vf.c | 1131 if (!hns3_dev_get_support(hw, VF_VLAN_FLT_MOD)) in hns3vf_en_vlan_filter()
|
| H A D | hns3_flow.c | 322 if (!hns3_dev_get_support(hw, FD_QUEUE_REGION)) in hns3_handle_action_queue_region()
|
| H A D | hns3_intr.c | 2371 if (hns3_dev_get_support(hw, RAS_IMP)) { in hns3_handle_error()
|