Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/
H A Dbnxt_sysctl.c66 softc->ver_info->ver_oid = SYSCTL_ADD_NODE(ctx, in bnxt_init_sysctl_ctx()
70 if (!softc->ver_info->ver_oid) { in bnxt_init_sysctl_ctx()
124 if (softc->ver_info->ver_oid != NULL) { in bnxt_free_sysctl_ctx()
129 softc->ver_info->ver_oid = NULL; in bnxt_free_sysctl_ctx()
1043 struct sysctl_oid *oid = vi->ver_oid; in bnxt_create_ver_sysctls()
H A Dbnxt.h537 struct sysctl_oid *ver_oid; member