Searched refs:IS_VF (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h17 #define IS_VF(cdev) ((cdev)->b_is_vf) macro
21 #define IS_VF(cdev) (0) macro
H A Dqed_main.c591 if ((IS_PF(cdev) && rc > 0) || (IS_VF(cdev) && rc == cnt)) {
1095 if (cdev->num_hwfns > 1 || IS_VF(cdev))
1156 if (IS_VF(cdev))
1212 if (IS_VF(cdev))
1672 if (IS_VF(cdev)) {
2233 if (IS_VF(cdev))
2823 if (IS_VF(cdev))
2847 if (IS_VF(cdev))
2869 if (IS_VF(cdev))
2893 if (IS_VF(cde
[all...]
H A Dqed_l2.c226 if (IS_VF(p_hwfn->cdev)) {
419 if (IS_VF(p_hwfn->cdev)) {
671 if (IS_VF(p_hwfn->cdev)) {
752 if (IS_VF(p_hwfn->cdev))
812 if (IS_VF(cdev)) {
1551 if (IS_VF(cdev)) {
1578 if (IS_VF(cdev)) {
2165 if (IS_VF(p_hwfn->cdev)) {
2286 if (IS_VF(cdev))
2299 if (IS_VF(cde
[all...]
H A Dqed_dev.c135 if (IS_VF(cdev)) {
182 if (IS_VF(cdev)) {
1275 if (IS_VF(p_hwfn->cdev))
1355 if (IS_VF(cdev)) {
2168 if (IS_VF(cdev)) {
2427 if (IS_VF(cdev)) {
3096 if (IS_VF(cdev)) {
3359 if (IS_VF(cdev)) {
3470 if (IS_VF(cdev)) {
3504 if (IS_VF(p_hwf
[all...]
H A Dqed_mcp.c1671 if (IS_VF(p_hwfn->cdev))
2147 if (IS_VF(p_hwfn->cdev)) {
2186 if (IS_VF(p_hwfn->cdev))
2216 if (IS_VF(p_hwfn->cdev))
2247 if (IS_VF(p_hwfn->cdev))
2404 if (IS_VF(p_hwfn->cdev))
2635 if (IS_VF(p_hwfn->cdev))
H A Dqed_init_ops.c210 if (IS_VF(p_hwfn->cdev))
H A Dqed_sp_commands.c497 if (IS_VF(p_hwfn->cdev))
H A Dqed_int.c1501 if (IS_VF(p_hwfn->cdev))
1723 if (IS_VF(p_hwfn->cdev)) {
1901 if (IS_VF(p_hwfn->cdev))
2409 if (IS_VF(p_hwfn->cdev))
H A Dqed_spq.c456 if (IS_VF(p_hwfn->cdev))
H A Dqed_sriov.c591 if (IS_VF(p_hwfn->cdev))
661 if (IS_VF(p_hwfn->cdev) || !IS_QED_SRIOV(p_hwfn->cdev) ||
4707 if (IS_VF(cdev))
4822 if (IS_VF(cdev))
H A Dqed_dcbx.c1000 if (IS_VF(p_hwfn->cdev))
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c619 if (IS_VF(edev))
855 if (IS_VF(edev)) {
1328 if (!IS_VF(edev))
2690 IS_VF(edev), QEDE_PROBE_RECOVERY);
2935 if (IS_VF(edev)) {
H A Dqede.h176 #define IS_VF(edev) test_bit(QEDE_FLAGS_IS_VF, \ macro
H A Dqede_ethtool.c301 return (IS_VF(edev) && QEDE_STAT_IS_PF_ONLY(stat_index)) ||
452 if (!IS_VF(edev))
2354 if (IS_VF(edev))
H A Dqede_filter.c1111 if (IS_VF(edev) && edev->ops->req_bulletin_update_mac)
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c2528 if (!IS_MF_BD(bp) || !SHMEM2_HAS(bp, os_driver_state) || IS_VF(bp))
2693 if (IS_VF(bp)) {
3082 if (IS_VF(bp)) {
3919 if (IS_VF(bp)) {
3999 if (IS_VF(bp)) {
H A Dbnx2x_stats.c544 if (IS_VF(bp))
1251 if (IS_VF(bp))
1604 if (IS_VF(bp)) {
H A Dbnx2x.h1495 #define IS_VF(bp) ((bp)->flags & IS_VF_FLAG) macro
1498 #define IS_VF(bp) false macro
2223 IS_VF(bp) ? 0 : BNX2X_NUM_TESTS_SF)
H A Dbnx2x_main.c1040 if (IS_VF(bp))
5818 if (IS_VF(bp))
6396 if (IS_VF(bp))
8288 if (IS_VF(bp))
8589 if (IS_VF(bp) && int_mode != BNX2X_INT_MODE_MSIX) {
8604 if (rc && IS_VF(bp))
11891 if (IS_VF(bp))
12366 if (IS_VF(bp))
12396 if (IS_VF(bp))
12413 if (IS_VF(b
[all...]
H A Dbnx2x_ethtool.c725 if (IS_VF(bp))
1224 if (IS_VF(bp))
3130 #define HIDE_PORT_STAT(bp) IS_VF(bp)
H A Dbnx2x_sriov.c1179 if (IS_VF(bp))

Completed in 416 milliseconds