bnxt_softc_list
struct bnxt_softc_list list;
SLIST_ENTRY(bnxt_softc_list) next;
struct bnxt_softc_list *sc = NULL;
SLIST_HEAD(softc_list, bnxt_softc_list) pf_list;
SLIST_REMOVE(&pf_list, &softc->list, bnxt_softc_list, next);