Lines Matching refs:hwfn_index
2499 int rc, hwfn_index; in qed_start_rxq() local
2501 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_rxq()
2502 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()
2528 int rc, hwfn_index; in qed_stop_rxq() local
2531 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_rxq()
2532 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_rxq()
2551 int rc, hwfn_index; in qed_start_txq() local
2553 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_txq()
2554 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_txq()
2593 int rc, hwfn_index; in qed_stop_txq() local
2595 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_txq()
2596 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_txq()