Searched refs:M_IP17X (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c68 MALLOC_DECLARE(M_IP17X); variable
69 MALLOC_DEFINE(M_IP17X, "ip17x", "ip17x data structures");
145 sc->miibus[port] = malloc(sizeof(device_t), M_IP17X,
201 sc->ifp = malloc(sizeof(struct ifnet *) * sc->numports, M_IP17X,
203 sc->pvid = malloc(sizeof(uint32_t) * sc->numports, M_IP17X,
205 sc->miibus = malloc(sizeof(device_t *) * sc->numports, M_IP17X,
207 sc->portphy = malloc(sizeof(int) * sc->numports, M_IP17X,
256 free(sc->miibus[port], M_IP17X);
259 free(sc->portphy, M_IP17X);
260 free(sc->miibus, M_IP17X);
[all...]

Completed in 57 milliseconds