Lines Matching refs:hwfn
2206 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_fill_eth_dev_info() local
2207 u16 l2_queues = (u16)FEAT_NUM(hwfn, in qed_fill_eth_dev_info()
2211 cids = hwfn->pf_params.eth_pf_params.num_cons; in qed_fill_eth_dev_info()
2622 struct qed_hwfn *hwfn = &cdev->hwfns[i]; in qed_tunn_configure() local
2626 tun = &hwfn->cdev->tunnel; in qed_tunn_configure()
2628 p_ptt = qed_ptt_acquire(hwfn); in qed_tunn_configure()
2635 rc = qed_sp_pf_update_tunn_cfg(hwfn, p_ptt, &tunn_info, in qed_tunn_configure()
2639 qed_ptt_release(hwfn, p_ptt); in qed_tunn_configure()
2643 if (IS_PF_SRIOV(hwfn)) { in qed_tunn_configure()
2650 qed_for_each_vf(hwfn, j) { in qed_tunn_configure()
2651 qed_iov_bulletin_set_udp_ports(hwfn, j, in qed_tunn_configure()
2656 qed_schedule_iov(hwfn, QED_IOV_WQ_BULLETIN_UPDATE_FLAG); in qed_tunn_configure()
2659 qed_ptt_release(hwfn, p_ptt); in qed_tunn_configure()