Home
last modified time | relevance | path

Searched refs:BnxePhyCfg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h293 } BnxePhyCfg; typedef
667 BnxePhyCfg hwinit; /* gathered by BnxeCfgInit */
668 BnxePhyCfg curcfg; /* initialized from hwinit by BnxeCfgReset */
H A Dbnxe_cfg.c673 bcopy(&pUM->hwinit, &pUM->curcfg, sizeof(BnxePhyCfg)); in BnxeCfgReset()