Searched refs:hwfn_index (Results 1 – 1 of 1) sorted by relevance
2496 int rc, hwfn_index; in qed_start_rxq() local2498 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_rxq()2499 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()2525 int rc, hwfn_index; in qed_stop_rxq() local2528 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_rxq()2529 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_rxq()2548 int rc, hwfn_index; in qed_start_txq() local2550 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_txq()2551 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_txq()2590 int rc, hwfn_index; in qed_stop_txq() local[all …]