Searched refs:mb_pp (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/wl/ |
| HD | if_wl.c | 350 static void wlsftwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc); 351 static void wlhdwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc); 2252 wlhdwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc) in wlhdwsleaze() argument 2255 u_char *mb_p = *mb_pp; in wlhdwsleaze() 2272 *mb_pp = mtod((*tm_pp), u_char *); in wlhdwsleaze() 2278 mb_p = *mb_pp; in wlhdwsleaze() 2292 *mb_pp = (u_char *) t_packet; in wlhdwsleaze() 2299 wlsftwsleaze(u_short *countp, u_char **mb_pp, struct mbuf **tm_pp, struct wl_softc *sc) in wlsftwsleaze() argument 2317 *mb_pp = (u_char *) t_packet; in wlsftwsleaze()
|