Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bnxt/bnxt_en/
HDbnxt_sysctl.c96 softc->hw_lro_oid = SYSCTL_ADD_NODE(ctx, in bnxt_init_sysctl_ctx()
99 if (!softc->hw_lro_oid) { in bnxt_init_sysctl_ctx()
154 if (softc->hw_lro_oid != NULL) { in bnxt_free_sysctl_ctx()
159 softc->hw_lro_oid = NULL; in bnxt_free_sysctl_ctx()
1753 struct sysctl_oid *oid = softc->hw_lro_oid; in bnxt_create_hw_lro_sysctls()
HDbnxt.h1176 struct sysctl_oid *hw_lro_oid; member