Searched refs:headmp (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1499 mblk_t *headmp[MAX_SR_TYPES]; in mac_rx_srs_proto_fanout() local 1534 bzero(headmp, MAX_SR_TYPES * sizeof (mblk_t *)); in mac_rx_srs_proto_fanout() 1601 FANOUT_ENQUEUE_MP(headmp[type], tailmp[type], in mac_rx_srs_proto_fanout() 1644 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() 1907 mblk_t *headmp[MAX_SR_TYPES][MAX_SR_FANOUT]; in mac_rx_srs_fanout() local 1953 bzero(headmp, MAX_SR_TYPES * MAX_SR_FANOUT * sizeof (mblk_t *)); in mac_rx_srs_fanout() 2026 FANOUT_ENQUEUE_MP(headmp[type][indx], in mac_rx_srs_fanout() [all …]
|