Lines Matching defs:hwfn
409 /* Software Function ID in hwfn (PFs are 0 - 15, VFs are 16 - 135) */
2215 struct qed_hwfn *hwfn = &cdev->hwfns[i];
2216 u16 l2_queues = (u16)FEAT_NUM(hwfn,
2220 cids = hwfn->pf_params.eth_pf_params.num_cons;
2427 "CMT - 1 queue per-hwfn; Disabling RSS\n");
2631 struct qed_hwfn *hwfn = &cdev->hwfns[i];
2635 tun = &hwfn->cdev->tunnel;
2637 p_ptt = qed_ptt_acquire(hwfn);
2644 rc = qed_sp_pf_update_tunn_cfg(hwfn, p_ptt, &tunn_info,
2648 qed_ptt_release(hwfn, p_ptt);
2652 if (IS_PF_SRIOV(hwfn)) {
2659 qed_for_each_vf(hwfn, j) {
2660 qed_iov_bulletin_set_udp_ports(hwfn, j,
2665 qed_schedule_iov(hwfn, QED_IOV_WQ_BULLETIN_UPDATE_FLAG);
2668 qed_ptt_release(hwfn, p_ptt);