Lines Matching defs:p_hwfn

52 int qed_l2_alloc(struct qed_hwfn *p_hwfn)  in qed_l2_alloc()
92 void qed_l2_setup(struct qed_hwfn *p_hwfn) in qed_l2_setup()
100 void qed_l2_free(struct qed_hwfn *p_hwfn) in qed_l2_free()
127 static bool qed_eth_queue_qid_usage_add(struct qed_hwfn *p_hwfn, in qed_eth_queue_qid_usage_add()
160 static void qed_eth_queue_qid_usage_del(struct qed_hwfn *p_hwfn, in qed_eth_queue_qid_usage_del()
171 void qed_eth_queue_cid_release(struct qed_hwfn *p_hwfn, in qed_eth_queue_cid_release()
190 _qed_eth_queue_to_cid(struct qed_hwfn *p_hwfn, in _qed_eth_queue_to_cid()
287 qed_eth_queue_to_cid(struct qed_hwfn *p_hwfn, in qed_eth_queue_to_cid()
332 qed_eth_queue_to_cid_pf(struct qed_hwfn *p_hwfn, in qed_eth_queue_to_cid_pf()
341 int qed_sp_eth_vport_start(struct qed_hwfn *p_hwfn, in qed_sp_eth_vport_start()
415 static int qed_sp_vport_start(struct qed_hwfn *p_hwfn, in qed_sp_vport_start()
431 qed_sp_vport_update_rss(struct qed_hwfn *p_hwfn, in qed_sp_vport_update_rss()
535 qed_sp_update_accept_mode(struct qed_hwfn *p_hwfn, in qed_sp_update_accept_mode()
605 qed_sp_vport_update_sge_tpa(struct qed_hwfn *p_hwfn, in qed_sp_vport_update_sge_tpa()
637 qed_sp_update_mcast_bin(struct qed_hwfn *p_hwfn, in qed_sp_update_mcast_bin()
657 int qed_sp_vport_update(struct qed_hwfn *p_hwfn, in qed_sp_vport_update()
743 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id) in qed_sp_vport_stop()
776 qed_vf_pf_accept_flags(struct qed_hwfn *p_hwfn, in qed_vf_pf_accept_flags()
807 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_accept_cmd() local
838 int qed_eth_rxq_start_ramrod(struct qed_hwfn *p_hwfn, in qed_eth_rxq_start_ramrod()
897 qed_eth_pf_rx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_pf_rx_queue_start()
921 qed_eth_rx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_rx_queue_start()
961 int qed_sp_eth_rx_queues_update(struct qed_hwfn *p_hwfn, in qed_sp_eth_rx_queues_update()
1009 qed_eth_pf_rx_queue_stop(struct qed_hwfn *p_hwfn, in qed_eth_pf_rx_queue_stop()
1045 int qed_eth_rx_queue_stop(struct qed_hwfn *p_hwfn, in qed_eth_rx_queue_stop()
1065 qed_eth_txq_start_ramrod(struct qed_hwfn *p_hwfn, in qed_eth_txq_start_ramrod()
1105 qed_eth_pf_tx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_pf_tx_queue_start()
1128 qed_eth_tx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_tx_queue_start()
1161 qed_eth_pf_tx_queue_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) in qed_eth_pf_tx_queue_stop()
1181 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_handle) in qed_eth_tx_queue_stop()
1218 qed_filter_ucast_common(struct qed_hwfn *p_hwfn, in qed_filter_ucast_common()
1359 int qed_sp_eth_filter_ucast(struct qed_hwfn *p_hwfn, in qed_sp_eth_filter_ucast()
1461 qed_sp_eth_filter_mcast(struct qed_hwfn *p_hwfn, in qed_sp_eth_filter_mcast()
1546 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_mcast_cmd() local
1574 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_ucast_cmd() local
1596 static void __qed_get_vport_pstats_addrlen(struct qed_hwfn *p_hwfn, in __qed_get_vport_pstats_addrlen()
1614 __qed_get_vport_pstats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_pstats()
1643 __qed_get_vport_tstats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_tstats()
1672 static void __qed_get_vport_ustats_addrlen(struct qed_hwfn *p_hwfn, in __qed_get_vport_ustats_addrlen()
1690 void __qed_get_vport_ustats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_ustats()
1713 static void __qed_get_vport_mstats_addrlen(struct qed_hwfn *p_hwfn, in __qed_get_vport_mstats_addrlen()
1731 __qed_get_vport_mstats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_mstats()
1759 __qed_get_vport_port_stats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_port_stats()
1850 static void __qed_get_vport_stats(struct qed_hwfn *p_hwfn, in __qed_get_vport_stats()
1873 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in _qed_get_vport_stats() local
1926 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_reset_vport_stats() local
1979 void qed_arfs_mode_configure(struct qed_hwfn *p_hwfn, in qed_arfs_mode_configure()
2008 qed_configure_rfs_ntuple_filter(struct qed_hwfn *p_hwfn, in qed_configure_rfs_ntuple_filter()
2081 int qed_get_rxq_coalesce(struct qed_hwfn *p_hwfn, in qed_get_rxq_coalesce()
2115 int qed_get_txq_coalesce(struct qed_hwfn *p_hwfn, in qed_get_txq_coalesce()
2149 int qed_get_queue_coalesce(struct qed_hwfn *p_hwfn, u16 *p_coal, void *handle) in qed_get_queue_coalesce()
2186 struct qed_hwfn *p_hwfn = QED_LEADING_HWFN(cdev); in qed_fill_eth_dev_info() local
2252 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() local
2308 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_start_vport() local
2350 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_stop_vport() local
2460 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_vport() local
2494 struct qed_hwfn *p_hwfn; in qed_start_rxq() local
2525 struct qed_hwfn *p_hwfn; in qed_stop_rxq() local
2546 struct qed_hwfn *p_hwfn; in qed_start_txq() local
2588 struct qed_hwfn *p_hwfn; in qed_stop_txq() local
2787 struct qed_hwfn *p_hwfn = QED_LEADING_HWFN(cdev); in qed_configure_arfs_searcher() local
2802 qed_arfs_sp_response_handler(struct qed_hwfn *p_hwfn, in qed_arfs_sp_response_handler()
2817 struct qed_hwfn *p_hwfn = QED_LEADING_HWFN(cdev); in qed_ntuple_arfs_filter_config() local
2850 struct qed_hwfn *p_hwfn; in qed_get_coalesce() local
2877 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_req_bulletin_update_mac() local