Home
last modified time | relevance | path

Searched refs:BNXT_FLAG_DSN_VALID (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c400 if (!(bp->flags & BNXT_FLAG_DSN_VALID)) in bnxt_vf_reps_create()
Dbnxt_devlink.c427 if (BNXT_PF(bp) && (bp->flags & BNXT_FLAG_DSN_VALID)) { in bnxt_dl_info_get()
Dbnxt.h1677 #define BNXT_FLAG_DSN_VALID 0x200000 macro
Dbnxt.c12181 if (!BNXT_PF(bp) || !(bp->flags & BNXT_FLAG_DSN_VALID)) in bnxt_get_port_parent_id()
12620 bp->flags |= BNXT_FLAG_DSN_VALID; in bnxt_pcie_dsn_get()