Searched refs:hwfn_index (Results 1 – 1 of 1) sorted by relevance
2495 int rc, hwfn_index; in qed_start_rxq() local2497 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_rxq()2498 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()2524 int rc, hwfn_index; in qed_stop_rxq() local2527 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_rxq()2528 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_rxq()2547 int rc, hwfn_index; in qed_start_txq() local2549 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_txq()2550 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_txq()2589 int rc, hwfn_index; in qed_stop_txq() local[all …]