Lines Matching refs:tailmp
1493 mblk_t *tailmp[MAX_SR_TYPES]; in mac_rx_srs_proto_fanout() local
1528 bzero(tailmp, MAX_SR_TYPES * sizeof (mblk_t *)); in mac_rx_srs_proto_fanout()
1600 FANOUT_ENQUEUE_MP(headmp[type], tailmp[type], in mac_rx_srs_proto_fanout()
1642 FANOUT_ENQUEUE_MP(headmp[type], tailmp[type], in mac_rx_srs_proto_fanout()
1670 FANOUT_ENQUEUE_MP(headmp[type], tailmp[type], cnt[type], in mac_rx_srs_proto_fanout()
1678 ASSERT(tailmp[type]->b_next == NULL); in mac_rx_srs_proto_fanout()
1690 headmp[type], tailmp[type], cnt[type], sz[type]); in mac_rx_srs_proto_fanout()
1909 mblk_t *tailmp[MAX_SR_TYPES][MAX_SR_FANOUT]; in mac_rx_srs_fanout() local
1956 bzero(tailmp, MAX_SR_TYPES * MAX_SR_FANOUT * sizeof (mblk_t *)); in mac_rx_srs_fanout()
2034 tailmp[type][indx], cnt[type][indx], bw_ctl, in mac_rx_srs_fanout()
2113 tailmp[type][indx], cnt[type][indx], bw_ctl, in mac_rx_srs_fanout()
2162 FANOUT_ENQUEUE_MP(headmp[type][indx], tailmp[type][indx], in mac_rx_srs_fanout()
2173 ASSERT(tailmp[type][i]->b_next == NULL); in mac_rx_srs_fanout()
2189 softring, headmp[type][i], tailmp[type][i], in mac_rx_srs_fanout()