Lines Matching defs:p_hwfn

67 enum _ecore_status_t ecore_l2_alloc(struct ecore_hwfn *p_hwfn)  in ecore_l2_alloc()
113 void ecore_l2_setup(struct ecore_hwfn *p_hwfn) in ecore_l2_setup()
121 void ecore_l2_free(struct ecore_hwfn *p_hwfn) in ecore_l2_free()
156 static bool ecore_eth_queue_qid_usage_add(struct ecore_hwfn *p_hwfn, in ecore_eth_queue_qid_usage_add()
189 static void ecore_eth_queue_qid_usage_del(struct ecore_hwfn *p_hwfn, in ecore_eth_queue_qid_usage_del()
200 void ecore_eth_queue_cid_release(struct ecore_hwfn *p_hwfn, in ecore_eth_queue_cid_release()
223 _ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, in _ecore_eth_queue_to_cid()
315 ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid, in ecore_eth_queue_to_cid()
359 ecore_eth_queue_to_cid_pf(struct ecore_hwfn *p_hwfn, u16 opaque_fid, in ecore_eth_queue_to_cid_pf()
365 enum _ecore_status_t ecore_sp_eth_vport_start(struct ecore_hwfn *p_hwfn, in ecore_sp_eth_vport_start()
468 enum _ecore_status_t ecore_sp_vport_start(struct ecore_hwfn *p_hwfn, in ecore_sp_vport_start()
483 ecore_sp_vport_update_rss(struct ecore_hwfn *p_hwfn, in ecore_sp_vport_update_rss()
590 ecore_sp_update_accept_mode(struct ecore_hwfn *p_hwfn, in ecore_sp_update_accept_mode()
665 ecore_sp_vport_update_sge_tpa(struct ecore_hwfn *p_hwfn, in ecore_sp_vport_update_sge_tpa()
697 ecore_sp_update_mcast_bin(struct ecore_hwfn *p_hwfn, in ecore_sp_update_mcast_bin()
717 enum _ecore_status_t ecore_sp_vport_update(struct ecore_hwfn *p_hwfn, in ecore_sp_vport_update()
812 enum _ecore_status_t ecore_sp_vport_stop(struct ecore_hwfn *p_hwfn, in ecore_sp_vport_stop()
848 ecore_vf_pf_accept_flags(struct ecore_hwfn *p_hwfn, in ecore_vf_pf_accept_flags()
879 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_accept_cmd() local
912 ecore_eth_rxq_start_ramrod(struct ecore_hwfn *p_hwfn, in ecore_eth_rxq_start_ramrod()
971 ecore_eth_pf_rx_queue_start(struct ecore_hwfn *p_hwfn, in ecore_eth_pf_rx_queue_start()
997 ecore_eth_rx_queue_start(struct ecore_hwfn *p_hwfn, in ecore_eth_rx_queue_start()
1037 enum _ecore_status_t ecore_sp_eth_rx_queues_update(struct ecore_hwfn *p_hwfn, in ecore_sp_eth_rx_queues_update()
1095 ecore_eth_pf_rx_queue_stop(struct ecore_hwfn *p_hwfn, in ecore_eth_pf_rx_queue_stop()
1132 enum _ecore_status_t ecore_eth_rx_queue_stop(struct ecore_hwfn *p_hwfn, in ecore_eth_rx_queue_stop()
1153 ecore_eth_txq_start_ramrod(struct ecore_hwfn *p_hwfn, in ecore_eth_txq_start_ramrod()
1194 ecore_eth_pf_tx_queue_start(struct ecore_hwfn *p_hwfn, in ecore_eth_pf_tx_queue_start()
1218 ecore_eth_tx_queue_start(struct ecore_hwfn *p_hwfn, u16 opaque_fid, in ecore_eth_tx_queue_start()
1249 ecore_eth_pf_tx_queue_stop(struct ecore_hwfn *p_hwfn, in ecore_eth_pf_tx_queue_stop()
1270 enum _ecore_status_t ecore_eth_tx_queue_stop(struct ecore_hwfn *p_hwfn, in ecore_eth_tx_queue_stop()
1308 ecore_filter_ucast_common(struct ecore_hwfn *p_hwfn, in ecore_filter_ucast_common()
1455 enum _ecore_status_t ecore_sp_eth_filter_ucast(struct ecore_hwfn *p_hwfn, in ecore_sp_eth_filter_ucast()
1561 ecore_sp_eth_filter_mcast(struct ecore_hwfn *p_hwfn, in ecore_sp_eth_filter_mcast()
1653 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_mcast_cmd() local
1683 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_ucast_cmd() local
1705 static void __ecore_get_vport_pstats_addrlen(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_pstats_addrlen()
1722 static void __ecore_get_vport_pstats(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_pstats()
1753 static void __ecore_get_vport_tstats(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_tstats()
1783 static void __ecore_get_vport_ustats_addrlen(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_ustats_addrlen()
1800 static void __ecore_get_vport_ustats(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_ustats()
1829 static void __ecore_get_vport_mstats_addrlen(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_mstats_addrlen()
1846 static void __ecore_get_vport_mstats(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_mstats()
1877 static void __ecore_get_vport_port_stats(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_port_stats()
1964 void __ecore_get_vport_stats(struct ecore_hwfn *p_hwfn, in __ecore_get_vport_stats()
1993 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in _ecore_get_vport_stats() local
2045 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_reset_vport_stats() local
2083 void ecore_arfs_mode_configure(struct ecore_hwfn *p_hwfn, in ecore_arfs_mode_configure()
2107 ecore_configure_rfs_ntuple_filter(struct ecore_hwfn *p_hwfn, in ecore_configure_rfs_ntuple_filter()