Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c2505 int rc, hwfn_index; in qed_start_rxq() local
2507 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_rxq()
2508 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()
2534 int rc, hwfn_index; in qed_stop_rxq() local
2537 hwfn_index = rss_id % cdev->num_hwfns; in qed_stop_rxq()
2538 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_rxq()
2557 int rc, hwfn_index; in qed_start_txq() local
2559 hwfn_index = rss_num % cdev->num_hwfns; in qed_start_txq()
2560 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_txq()
2599 int rc, hwfn_index; in qed_stop_txq() local
[all …]