Searched refs:hwfn_index (Results 1 – 2 of 2) sorted by relevance
1430 int rc, hwfn_index; in qed_start_rxq() local1433 hwfn_index = params->rss_id % cdev->num_hwfns; in qed_start_rxq()1434 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()1464 int rc, hwfn_index; in qed_stop_rxq() local1467 hwfn_index = params->rss_id % cdev->num_hwfns; in qed_stop_rxq()1468 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_rxq()1489 int rc, hwfn_index; in qed_start_txq() local1491 hwfn_index = p_params->rss_id % cdev->num_hwfns; in qed_start_txq()1492 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_txq()1529 int rc, hwfn_index; in qed_stop_txq() local[all …]
838 int hwfn_index; in qed_sb_init() local851 hwfn_index = sb_id % n_hwfns; in qed_sb_init()852 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_init()857 hwfn_index, rel_sb_id, sb_id); in qed_sb_init()870 int hwfn_index; in qed_sb_release() local874 hwfn_index = sb_id % cdev->num_hwfns; in qed_sb_release()875 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_release()880 hwfn_index, rel_sb_id, sb_id); in qed_sb_release()