Searched refs:headmp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1492 mblk_t *headmp[MAX_SR_TYPES]; in mac_rx_srs_proto_fanout() local 1527 bzero(headmp, 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() 1675 if (headmp[type] != NULL) { in mac_rx_srs_proto_fanout() 1690 headmp[type], tailmp[type], cnt[type], sz[type]); in mac_rx_srs_proto_fanout() 1908 mblk_t *headmp[MAX_SR_TYPES][MAX_SR_FANOUT]; in mac_rx_srs_fanout() local 1955 bzero(headmp, MAX_SR_TYPES * MAX_SR_FANOUT * sizeof (mblk_t *)); in mac_rx_srs_fanout() 2033 FANOUT_ENQUEUE_MP(headmp[type][indx], in mac_rx_srs_fanout() [all …]
|