Lines Matching refs:hwfn
2210 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() local
2211 u16 l2_queues = (u16)FEAT_NUM(hwfn, in qed_fill_eth_dev_info()
2215 cids = hwfn->pf_params.eth_pf_params.num_cons; in qed_fill_eth_dev_info()
2625 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_tunn_configure() local
2629 tun = &hwfn->cdev->tunnel; in qed_tunn_configure()
2631 p_ptt = qed_ptt_acquire(hwfn); in qed_tunn_configure()
2638 rc = qed_sp_pf_update_tunn_cfg(hwfn, p_ptt, &tunn_info, in qed_tunn_configure()
2642 qed_ptt_release(hwfn, p_ptt); in qed_tunn_configure()
2646 if (IS_PF_SRIOV(hwfn)) { in qed_tunn_configure()
2653 qed_for_each_vf(hwfn, j) { in qed_tunn_configure()
2654 qed_iov_bulletin_set_udp_ports(hwfn, j, in qed_tunn_configure()
2659 qed_schedule_iov(hwfn, QED_IOV_WQ_BULLETIN_UPDATE_FLAG); in qed_tunn_configure()
2662 qed_ptt_release(hwfn, p_ptt); in qed_tunn_configure()