Lines Matching refs:b_next

1151 		(mac_srs)->srs_last->b_next = (head);			\
1387 ASSERT(mp->b_next == NULL); in mac_rx_drop_pkt()
1441 ASSERT((tail)->b_next == NULL); \
1442 (tail)->b_next = (mp); \
1541 head = head->b_next; in mac_rx_srs_proto_fanout()
1542 mp->b_next = NULL; in mac_rx_srs_proto_fanout()
1678 ASSERT(tailmp[type]->b_next == NULL); in mac_rx_srs_proto_fanout()
1968 head = head->b_next; in mac_rx_srs_fanout()
1969 mp->b_next = NULL; in mac_rx_srs_fanout()
2173 ASSERT(tailmp[type][i]->b_next == NULL); in mac_rx_srs_fanout()
2299 mp = mp->b_next; in mac_rx_srs_poll_ring()
2304 tail->b_next = NULL; in mac_rx_srs_poll_ring()
2535 tail->b_next = mp; in mac_srs_pick_chain()
2539 mac_srs->srs_first = mac_srs->srs_first->b_next; in mac_srs_pick_chain()
2546 tail->b_next = NULL; in mac_srs_pick_chain()
3237 mp = mp->b_next; in mac_rx_srs_subflow_process()
3240 tail->b_next = NULL; in mac_rx_srs_subflow_process()
3258 mp = mp->b_next; in mac_rx_srs_subflow_process()
3305 mp = mp->b_next; in mac_rx_srs_process()
3358 mp = mp->b_next; in mac_rx_srs_process()
3362 head = tail->b_next; in mac_rx_srs_process()
3363 tail->b_next = NULL; in mac_rx_srs_process()
3835 cur_mp = cur_mp->b_next) { in mac_tx_fanout_mode()
3844 last_mp->b_next = NULL; in mac_tx_fanout_mode()
3859 last_mp->b_next = NULL; in mac_tx_fanout_mode()
4069 if (head->b_next == NULL) in mac_tx_srs_drain()
4071 tail->b_next = mac_srs->srs_first; in mac_tx_srs_drain()
4094 mac_srs->srs_first = tail->b_next; in mac_tx_srs_drain()
4120 tail->b_next = NULL; in mac_tx_srs_drain()
4131 if (head->b_next == NULL) in mac_tx_srs_drain()
4133 tail->b_next = mac_srs->srs_first; in mac_tx_srs_drain()
4166 mac_srs->srs_first = tail->b_next; in mac_tx_srs_drain()
4176 prev->b_next = NULL; in mac_tx_srs_drain()
4202 tail->b_next = NULL; in mac_tx_srs_drain()
4341 next = mp->b_next; in mac_tx_send()
4342 mp->b_next = NULL; in mac_tx_send()
4358 mp->b_next = next; in mac_tx_send()
4380 next = mp->b_next; in mac_tx_send()
4381 mp->b_next = NULL; in mac_tx_send()
4464 mp->b_next = next; in mac_tx_send()
4605 (ringp)->s_ring_last->b_next = (mp); \
4707 ASSERT(mp_chain->b_next == NULL); in mac_rx_soft_ring_process()