Lines Matching refs:mpnext
2213 bridge_recv_cb(mac_handle_t mh, mac_resource_handle_t rsrc, mblk_t *mpnext)
2240 newhead = mpnext;
2241 while ((mp = mpnext) != NULL) {
2244 mpnext = mp->b_next;
2294 tail->b_next = mpnext;
2297 newhead = mpnext;
2322 mpnext = newhead;
2329 if (mpnext == NULL)
2340 mac_rx_common(blp->bl_mh, rsrc, mpnext);
2350 mac_rx_common(blp->bl_mh, rsrc, mpnext);
2362 (mp = copymsgchain(mpnext)) != NULL) {
2371 while ((mp = mpnext) != NULL) {
2372 mpnext = mp->b_next;
2443 bridge_xmit_cb(mac_handle_t mh, mac_ring_handle_t rh, mblk_t *mpnext)
2466 MAC_RING_TX(blp->bl_mh, rh, mpnext, mp);
2476 (mp = copymsgchain(mpnext)) != NULL) {
2480 while ((mp = mpnext) != NULL) {
2481 mpnext = mp->b_next;
2537 mp->b_next = mpnext;