Searched refs:IS_PF (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/bxe/
H A Dbxe.c4213 if (IS_PF(sc) && SHMEM2_HAS(sc, drv_capabilities_flag)) {
4219 if (IS_PF(sc) && sc->recovery_state != BXE_RECOVERY_DONE &&
4258 if (IS_PF(sc) && !sc->grcdump_done) {
4309 if (IS_PF(sc)) {
4320 if (IS_PF(sc)) {
4332 if (IS_PF(sc) && bxe_chk_parity_attn(sc, &global, FALSE)) {
4345 if (IS_PF(sc) && !bxe_clear_pf_load(sc) &&
11819 if (IS_PF(sc) && !CHIP_IS_E1(sc)) {
11904 if (IS_PF(sc) && !CHIP_REV_IS_SLOW(sc)) {
11946 if (IS_PF(s
[all...]
H A Dbxe_stats.c991 if (IS_PF(sc) && bxe_storm_stats_validate_counters(sc)) {
1301 if (IS_PF(sc)) {
H A Dbxe.h1237 #define IS_PF(sc) (!IS_VF(sc)) macro

Completed in 137 milliseconds