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

/freebsd-11-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_spq.c550 if (IS_VF(p_hwfn->p_dev))
H A Decore_sp_commands.c596 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-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c901 if (sc->flags & IS_VF)
1016 if (sc->flags & IS_VF)
1058 if (!(sc->flags & IS_VF)) {
2335 if (sc->flags & IS_VF)
2341 !(sc->flags & IS_VF && (needs_l3_csum(m0) || needs_l4_csum(m0))))
2612 if (sc->flags & IS_VF) {
2954 if (chip_id(sc) >= CHELSIO_T5 && !(sc->flags & IS_VF) && cong >= 0) {
3103 if (sc->flags & IS_VF)
3180 KASSERT(sc->sge.iq_base == 0 || sc->flags & IS_VF,
3780 KASSERT(sc->sge.eq_base == 0 || sc->flags & IS_VF,
[all...]
H A Dt4_sched.c582 if (sc->flags & IS_VF)
H A Dt4_main.c1462 if (!(sc->flags & IS_VF))
1478 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK)
1499 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK)
2122 if (pi->nvi > 1 || sc->flags & IS_VF)
4714 if (!(sc->flags & IS_VF) || rc != FW_EPERM)
5022 if (pi->nvi > 1 || sc->flags & IS_VF)
5081 if (pi->nvi > 1 || sc->flags & IS_VF)
5138 if (sc->flags & IS_VF)
5146 if (!(sc->flags & IS_VF)) {
5291 if (!(sc->flags & IS_VF))
[all...]
H A Dadapter.h158 IS_VF = (1 << 7), enumerator in enum:__anon4414
H A Dt4_vf.c487 sc->flags |= IS_VF;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c579 if (IS_VF(sc)) {
610 if (IS_VF(sc)) {
1339 if (IS_VF(sc)) {
H A Dbxe.h1244 #define IS_VF(sc) (CHIP_IS_57712_VF(sc) || \ macro
1248 #define IS_PF(sc) (!IS_VF(sc))
H A Dbxe.c4320 if (IS_VF(sc)) {
5345 if (IS_VF(sc)) {
9692 if (IS_VF(sc)) {
10513 if (IS_VF(sc)) {
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c356 if (adap->flags & IS_VF) {
411 if (adap->flags & IS_VF) {
439 if (!(adap->flags & IS_VF)) {
796 if (adapter->flags & IS_VF)
802 if (adapter->flags & IS_VF)
2658 if (adap->flags & IS_VF) {
2668 if (adap->flags & IS_VF) {
2678 if (adap->flags & IS_VF) {
9404 if (!(adap->flags & IS_VF) ||

Completed in 438 milliseconds