Searched refs:hwfns (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_selftest.c19 rc = qed_sp_heartbeat_ramrod(&cdev->hwfns[i]);
32 rc = qed_sp_heartbeat_ramrod(&cdev->hwfns[i]);
48 p_hwfn = &cdev->hwfns[i];
71 p_hwfn = &cdev->hwfns[i];
H A Dqed_devlink.c166 memcpy(buf, cdev->hwfns[0].hw_info.part_num, sizeof(cdev->hwfns[0].hw_info.part_num));
167 buf[sizeof(cdev->hwfns[0].hw_info.part_num)] = 0;
H A Dqed_main.c425 qed_vf_get_fw_version(&cdev->hwfns[0], &dev_info->fw_major,
573 * should be a multiple of the number of hwfns.
670 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns];
679 struct qed_hwfn *hwfn = &cdev->hwfns[index % cdev->num_hwfns];
701 status = qed_int_igu_read_sisr_reg(&cdev->hwfns[i]);
706 hwfn = &cdev->hwfns[i];
814 if (!cdev->hwfns[i].b_int_requested)
817 &cdev->hwfns[i].sp_dpc);
833 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
856 struct qed_hwfn *p_hwfn = &cdev->hwfns[
[all...]
H A Dqed_l2.c808 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
1547 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
1575 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
1875 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
1936 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
2215 struct qed_hwfn *hwfn = &cdev->hwfns[i];
2252 cdev->hwfns[0].hw_info.hw_mac_addr);
2262 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
2275 qed_vf_get_num_vlan_filters(&cdev->hwfns[0],
2277 qed_vf_get_num_mac_filters(&cdev->hwfns[
[all...]
H A Dqed_sriov.c684 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
4397 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
4453 queue_delayed_work(cdev->hwfns[i].iov_wq,
4454 &cdev->hwfns[i].iov_task, 0);
4462 if (cdev->hwfns[i].iov_wq)
4463 flush_workqueue(cdev->hwfns[i].iov_wq);
4479 struct qed_hwfn *hwfn = &cdev->hwfns[i];
4508 qed_iov_release_hw_for_vf(&cdev->hwfns[i],
4549 if (num >= RESC_NUM(&cdev->hwfns[0], QED_VPORT)) {
4551 RESC_NUM(&cdev->hwfns[
[all...]
H A Dqed_dev.c116 p_hwfn = db_addr < cdev->hwfns[1].doorbells ?
117 &cdev->hwfns[0] : &cdev->hwfns[1];
1301 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
1313 struct qed_hwfn *p_hwfn = &cdev->hwfns[i];
1323 cdev->hwfns[0].b_active = true;
1357 qed_l2_free(&cdev->hwfns[i]);
1370 p_hwfn = cdev->hwfns + i;
2170 rc = qed_l2_alloc(&cdev->hwfns[i]);
2182 struct qed_hwfn *p_hwfn = &cdev->hwfns[
[all...]
H A Dqed.h771 struct qed_hwfn hwfns[MAX_HWFNS_PER_DEVICE]; member in struct:qed_dev
913 #define QED_LEADING_HWFN(dev) (&(dev)->hwfns[0])
916 #define QED_FIR_AFFIN_HWFN(dev) (&(dev)->hwfns[dev->fir_affin])
917 #define QED_IWARP_AFFIN_HWFN(dev) (&(dev)->hwfns[dev->iwarp_affin])
H A Dqed_debug.c8156 &cdev->hwfns[cdev->engine_for_debug];
8289 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug];
8540 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug];
8598 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug];
8632 struct qed_hwfn *p_hwfn = &cdev->hwfns[cdev->engine_for_debug];
8688 qed_dbg_set_bin_ptr(&cdev->hwfns[i], dbg_values);
8689 qed_dbg_user_set_bin_ptr(&cdev->hwfns[i], dbg_values);
H A Dqed_int.c2354 cdev->hwfns[i].b_int_requested = false;

Completed in 313 milliseconds