Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bnxt/
H A Dbnxt_sysctl.c103 softc->flow_ctrl_oid = SYSCTL_ADD_NODE(ctx, in bnxt_init_sysctl_ctx()
106 if (!softc->flow_ctrl_oid) { in bnxt_init_sysctl_ctx()
149 if (softc->flow_ctrl_oid != NULL) { in bnxt_free_sysctl_ctx()
154 softc->flow_ctrl_oid = NULL; in bnxt_free_sysctl_ctx()
1319 struct sysctl_oid *oid = softc->flow_ctrl_oid;
H A Dbnxt.h620 struct sysctl_oid *flow_ctrl_oid; member