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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c266 if (IS_VF(p_hwfn->p_dev)) {
484 if (IS_VF(p_hwfn->p_dev))
746 if (IS_VF(p_hwfn->p_dev)) {
837 if (IS_VF(p_hwfn->p_dev))
898 if (IS_VF(p_dev)) {
1068 if (IS_VF(p_hwfn->p_dev))
1121 if (IS_VF(p_hwfn->p_dev))
1707 if (IS_VF(p_dev)) {
1735 if (IS_VF(p_dev)) {
2324 if (IS_VF(p_hwf
[all...]
H A Decore_dev.c169 if (IS_VF(p_dev)) {
217 if (IS_VF(p_dev)) {
1650 if (IS_VF(p_hwfn->p_dev))
1748 if (IS_VF(p_dev)) {
2421 if (IS_VF(p_dev)) {
2657 if (IS_VF(p_dev)) {
3798 if (IS_VF(p_dev)) {
4104 if (IS_VF(p_dev)) {
4250 if (IS_VF(p_dev)) {
4287 if (IS_VF(p_hwf
[all...]
H A Decore_int.c1498 if (IS_VF(p_hwfn->p_dev))
1758 if (IS_VF(p_hwfn->p_dev)) {
1966 if (IS_VF(p_hwfn->p_dev))
2392 if (IS_VF(p_hwfn->p_dev) || !IS_PF_SRIOV(p_hwfn))
2681 if (IS_VF(p_hwfn->p_dev))
H A Decore_mcp.c1678 if (IS_VF(p_hwfn->p_dev))
2278 if (IS_VF(p_hwfn->p_dev)) {
2322 if (IS_VF(p_hwfn->p_dev))
2352 if (IS_VF(p_hwfn->p_dev))
2377 if (IS_VF(p_hwfn->p_dev))
2537 if (IS_VF(p_hwfn->p_dev))
2831 if (IS_VF(p_hwfn->p_dev))
H A Decore_init_ops.c160 if (IS_VF(p_hwfn->p_dev))
H A Decore_iov_api.h41 #define IS_VF(p_dev) ((p_dev)->b_is_vf) macro
H A Decore_sp_commands.c596 if (IS_VF(p_hwfn->p_dev))
H A Decore_spq.c550 if (IS_VF(p_hwfn->p_dev))
H A Decore_dcbx.c1152 if (IS_VF(p_hwfn->p_dev))
H A Decore_sriov.c663 if (IS_VF(p_hwfn->p_dev))
737 if (IS_VF(p_hwfn->p_dev) || !IS_ECORE_SRIOV(p_hwfn->p_dev) ||
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c1583 if (!(sc->flags & IS_VF))
1599 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK)
1620 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK)
1736 if (sc->flags & IS_VF || t4_tx_vm_wr != 0)
2297 if (pi->nvi > 1 || sc->flags & IS_VF)
4975 if (!(sc->flags & IS_VF) || rc != FW_EPERM)
5306 if (pi->nvi > 1 || sc->flags & IS_VF)
5365 if (pi->nvi > 1 || sc->flags & IS_VF)
5422 if (sc->flags & IS_VF)
5430 if (!(sc->flags & IS_VF)) {
[all...]
H A Dt4_sge.c920 if (sc->flags & IS_VF)
1035 if (sc->flags & IS_VF)
1077 if (!(sc->flags & IS_VF)) {
3533 if (chip_id(sc) >= CHELSIO_T5 && !(sc->flags & IS_VF) && cong >= 0) {
3678 if (sc->flags & IS_VF)
3755 KASSERT(sc->sge.iq_base == 0 || sc->flags & IS_VF,
4378 KASSERT(sc->sge.eq_base == 0 || sc->flags & IS_VF,
4399 if (vi->flags & TX_USES_VM_WR && !(sc->flags & IS_VF))
5321 MPASS(!(sc->flags & IS_VF));
H A Dt4_sched.c583 if (sc->flags & IS_VF)
H A Dt4_vf.c495 sc->flags |= IS_VF;
H A Dadapter.h167 IS_VF = (1 << 7), enumerator in enum:__anon12658
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe_stats.c581 if (IS_VF(sc)) {
612 if (IS_VF(sc)) {
1341 if (IS_VF(sc)) {
H A Dbxe.h1247 #define IS_VF(sc) (CHIP_IS_57712_VF(sc) || \ macro
1251 #define IS_PF(sc) (!IS_VF(sc))
H A Dbxe.c4324 if (IS_VF(sc)) {
5349 if (IS_VF(sc)) {
9696 if (IS_VF(sc)) {
10517 if (IS_VF(sc)) {
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c358 if (adap->flags & IS_VF) {
413 if (adap->flags & IS_VF) {
441 if (!(adap->flags & IS_VF)) {
798 if (adapter->flags & IS_VF)
804 if (adapter->flags & IS_VF)
2653 if (adap->flags & IS_VF) {
2663 if (adap->flags & IS_VF) {
2673 if (adap->flags & IS_VF) {
9734 if (!(adap->flags & IS_VF) ||

Completed in 483 milliseconds