Home
last modified time | relevance | path

Searched refs:hwfn_index (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c2499 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
[all …]
Dqed_main.c1239 int hwfn_index; in qed_sb_init() local
1252 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() local
1284 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()