Searched refs:bw_ctl (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/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) \
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1439 #define FANOUT_ENQUEUE_MP(head, tail, cnt, bw_ctl, sz, sz0, mp) { \ argument 1449 if ((bw_ctl)) \ 1497 boolean_t bw_ctl; in mac_rx_srs_proto_fanout() local 1506 bw_ctl = ((mac_srs->srs_type & SRST_BW_CONTROL) != 0); in mac_rx_srs_proto_fanout() 1601 cnt[type], bw_ctl, sz[type], sz1, mp); in mac_rx_srs_proto_fanout() 1643 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() 1913 boolean_t bw_ctl; in mac_rx_srs_fanout() local 1923 bw_ctl = ((mac_srs->srs_type & SRST_BW_CONTROL) != 0); in mac_rx_srs_fanout() 2034 tailmp[type][indx], cnt[type][indx], bw_ctl, in mac_rx_srs_fanout() [all …]
|