Searched refs:hwfn_index (Results 1 – 2 of 2) sorted by relevance
2499 int rc, hwfn_index; in qed_start_rxq() local2501 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() local2531 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() local2553 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[all …]
1239 int hwfn_index; in qed_sb_init() local1252 hwfn_index = sb_id % n_hwfns; in qed_sb_init()1253 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_init()1258 hwfn_index, rel_sb_id, sb_id); in qed_sb_init()1280 int hwfn_index; in qed_sb_release() local1284 hwfn_index = sb_id % cdev->num_hwfns; in qed_sb_release()1285 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_release()1290 hwfn_index, rel_sb_id, sb_id); in qed_sb_release()