Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt_sysctl.c107 softc->flow_ctrl_oid = SYSCTL_ADD_NODE(ctx, in bnxt_init_sysctl_ctx()
110 if (!softc->flow_ctrl_oid) { in bnxt_init_sysctl_ctx()
163 if (softc->flow_ctrl_oid != NULL) { in bnxt_free_sysctl_ctx()
168 softc->flow_ctrl_oid = NULL; in bnxt_free_sysctl_ctx()
1730 struct sysctl_oid *oid = softc->flow_ctrl_oid;
HDbnxt.h1178 struct sysctl_oid *flow_ctrl_oid; member