Lines Matching refs:hwfn
2215 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() local
2216 u16 l2_queues = (u16)FEAT_NUM(hwfn, in qed_fill_eth_dev_info()
2220 cids = hwfn->pf_params.eth_pf_params.num_cons; in qed_fill_eth_dev_info()
2631 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_tunn_configure() local
2635 tun = &hwfn->cdev->tunnel; in qed_tunn_configure()
2637 p_ptt = qed_ptt_acquire(hwfn); in qed_tunn_configure()
2644 rc = qed_sp_pf_update_tunn_cfg(hwfn, p_ptt, &tunn_info, in qed_tunn_configure()
2648 qed_ptt_release(hwfn, p_ptt); in qed_tunn_configure()
2652 if (IS_PF_SRIOV(hwfn)) { in qed_tunn_configure()
2659 qed_for_each_vf(hwfn, j) { in qed_tunn_configure()
2660 qed_iov_bulletin_set_udp_ports(hwfn, j, in qed_tunn_configure()
2665 qed_schedule_iov(hwfn, QED_IOV_WQ_BULLETIN_UPDATE_FLAG); in qed_tunn_configure()
2668 qed_ptt_release(hwfn, p_ptt); in qed_tunn_configure()