Lines Matching refs:hwfn_index
2511 int rc, hwfn_index; in qed_start_rxq() local
2513 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_rxq()
2514 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()
2540 int rc, hwfn_index; in qed_stop_rxq() local
2543 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_rxq()
2544 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_rxq()
2563 int rc, hwfn_index; in qed_start_txq() local
2565 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_txq()
2566 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_txq()
2605 int rc, hwfn_index; in qed_stop_txq() local
2607 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_txq()
2608 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_txq()