Searched refs:bw_ctl (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac_soft_ring.h | 544 boolean_t bw_ctl = B_FALSE; \ 550 bw_ctl = B_TRUE; \ 554 if (bw_ctl) \ 560 if (bw_ctl) \
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1445 #define FANOUT_ENQUEUE_MP(head, tail, cnt, bw_ctl, sz, sz0, mp) { \ argument 1455 if ((bw_ctl)) \ 1504 boolean_t bw_ctl; in mac_rx_srs_proto_fanout() local 1513 bw_ctl = ((mac_srs->srs_type & SRST_BW_CONTROL) != 0); in mac_rx_srs_proto_fanout() 1602 cnt[type], bw_ctl, sz[type], sz1, mp); in mac_rx_srs_proto_fanout() 1645 cnt[type], bw_ctl, sz[type], sz1, mp); in mac_rx_srs_proto_fanout() 1671 bw_ctl, sz[type], sz1, mp); in mac_rx_srs_proto_fanout() 1912 boolean_t bw_ctl; in mac_rx_srs_fanout() local 1922 bw_ctl = ((mac_srs->srs_type & SRST_BW_CONTROL) != 0); in mac_rx_srs_fanout() 2027 tailmp[type][indx], cnt[type][indx], bw_ctl, in mac_rx_srs_fanout() [all …]
|