Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c1430 int rc, hwfn_index; in qed_start_rxq() local
1433 hwfn_index = params->rss_id % cdev->num_hwfns; in qed_start_rxq()
1434 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_rxq()
1464 int rc, hwfn_index; in qed_stop_rxq() local
1467 hwfn_index = params->rss_id % cdev->num_hwfns; in qed_stop_rxq()
1468 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_stop_rxq()
1489 int rc, hwfn_index; in qed_start_txq() local
1491 hwfn_index = p_params->rss_id % cdev->num_hwfns; in qed_start_txq()
1492 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_start_txq()
1529 int rc, hwfn_index; in qed_stop_txq() local
[all …]
Dqed_main.c838 int hwfn_index; in qed_sb_init() local
851 hwfn_index = sb_id % n_hwfns; in qed_sb_init()
852 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_init()
857 hwfn_index, rel_sb_id, sb_id); in qed_sb_init()
870 int hwfn_index; in qed_sb_release() local
874 hwfn_index = sb_id % cdev->num_hwfns; in qed_sb_release()
875 p_hwfn = &cdev->hwfns[hwfn_index]; in qed_sb_release()
880 hwfn_index, rel_sb_id, sb_id); in qed_sb_release()