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()
416 static int qed_sp_vport_start(struct qed_hwfn *p_hwfn, in qed_sp_vport_start()
432 qed_sp_vport_update_rss(struct qed_hwfn *p_hwfn, in qed_sp_vport_update_rss()
536 qed_sp_update_accept_mode(struct qed_hwfn *p_hwfn, in qed_sp_update_accept_mode()
606 qed_sp_vport_update_sge_tpa(struct qed_hwfn *p_hwfn, in qed_sp_vport_update_sge_tpa()
638 qed_sp_update_mcast_bin(struct qed_hwfn *p_hwfn, in qed_sp_update_mcast_bin()
658 int qed_sp_vport_update(struct qed_hwfn *p_hwfn, in qed_sp_vport_update()
744 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id) in qed_sp_vport_stop()
777 qed_vf_pf_accept_flags(struct qed_hwfn *p_hwfn, in qed_vf_pf_accept_flags()
808 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_accept_cmd() local
839 int qed_eth_rxq_start_ramrod(struct qed_hwfn *p_hwfn, in qed_eth_rxq_start_ramrod()
898 qed_eth_pf_rx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_pf_rx_queue_start()
923 qed_eth_rx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_rx_queue_start()
963 int qed_sp_eth_rx_queues_update(struct qed_hwfn *p_hwfn, in qed_sp_eth_rx_queues_update()
1011 qed_eth_pf_rx_queue_stop(struct qed_hwfn *p_hwfn, in qed_eth_pf_rx_queue_stop()
1047 int qed_eth_rx_queue_stop(struct qed_hwfn *p_hwfn, in qed_eth_rx_queue_stop()
1067 qed_eth_txq_start_ramrod(struct qed_hwfn *p_hwfn, in qed_eth_txq_start_ramrod()
1107 qed_eth_pf_tx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_pf_tx_queue_start()
1129 qed_eth_tx_queue_start(struct qed_hwfn *p_hwfn, in qed_eth_tx_queue_start()
1162 qed_eth_pf_tx_queue_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) in qed_eth_pf_tx_queue_stop()
1182 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_handle) in qed_eth_tx_queue_stop()
1219 qed_filter_ucast_common(struct qed_hwfn *p_hwfn, in qed_filter_ucast_common()
1360 int qed_sp_eth_filter_ucast(struct qed_hwfn *p_hwfn, in qed_sp_eth_filter_ucast()
1462 qed_sp_eth_filter_mcast(struct qed_hwfn *p_hwfn, in qed_sp_eth_filter_mcast()
1547 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_mcast_cmd() local
1575 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_filter_ucast_cmd() local
1597 static void __qed_get_vport_pstats_addrlen(struct qed_hwfn *p_hwfn, in __qed_get_vport_pstats_addrlen()
1615 __qed_get_vport_pstats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_pstats()
1644 __qed_get_vport_tstats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_tstats()
1673 static void __qed_get_vport_ustats_addrlen(struct qed_hwfn *p_hwfn, in __qed_get_vport_ustats_addrlen()
1691 void __qed_get_vport_ustats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_ustats()
1714 static void __qed_get_vport_mstats_addrlen(struct qed_hwfn *p_hwfn, in __qed_get_vport_mstats_addrlen()
1732 __qed_get_vport_mstats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_mstats()
1760 __qed_get_vport_port_stats(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, in __qed_get_vport_port_stats()
1851 static void __qed_get_vport_stats(struct qed_hwfn *p_hwfn, in __qed_get_vport_stats()
1875 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in _qed_get_vport_stats() local
1936 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_reset_vport_stats() local
1989 void qed_arfs_mode_configure(struct qed_hwfn *p_hwfn, in qed_arfs_mode_configure()
2018 qed_configure_rfs_ntuple_filter(struct qed_hwfn *p_hwfn, in qed_configure_rfs_ntuple_filter()
2091 int qed_get_rxq_coalesce(struct qed_hwfn *p_hwfn, in qed_get_rxq_coalesce()
2125 int qed_get_txq_coalesce(struct qed_hwfn *p_hwfn, in qed_get_txq_coalesce()
2159 int qed_get_queue_coalesce(struct qed_hwfn *p_hwfn, u16 *p_coal, void *handle) in qed_get_queue_coalesce()
2196 struct qed_hwfn *p_hwfn = QED_LEADING_HWFN(cdev); in qed_fill_eth_dev_info() local
2262 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() local
2318 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_start_vport() local
2360 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_stop_vport() local
2470 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_update_vport() local
2504 struct qed_hwfn *p_hwfn; in qed_start_rxq() local
2535 struct qed_hwfn *p_hwfn; in qed_stop_rxq() local
2556 struct qed_hwfn *p_hwfn; in qed_start_txq() local
2598 struct qed_hwfn *p_hwfn; in qed_stop_txq() local
2778 struct qed_hwfn *p_hwfn = QED_LEADING_HWFN(cdev); in qed_configure_arfs_searcher() local
2793 qed_arfs_sp_response_handler(struct qed_hwfn *p_hwfn, in qed_arfs_sp_response_handler()
2808 struct qed_hwfn *p_hwfn = QED_LEADING_HWFN(cdev); in qed_ntuple_arfs_filter_config() local
2841 struct qed_hwfn *p_hwfn; in qed_get_coalesce() local
2868 struct qed_hwfn *p_hwfn = &cdev->hwfns[i]; in qed_req_bulletin_update_mac() local