Lines Matching refs:sz1
1496 size_t sz1; in mac_rx_srs_proto_fanout() local
1545 sz1 = (mp->b_cont == NULL) ? MBLKL(mp) : msgdsize(mp); in mac_rx_srs_proto_fanout()
1552 if (sz1 < sizeof (struct ether_header)) { 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()
1912 size_t sz1; in mac_rx_srs_fanout() local
1972 sz1 = (mp->b_cont == NULL) ? MBLKL(mp) : msgdsize(mp); in mac_rx_srs_fanout()
1979 if (sz1 < sizeof (struct ether_header)) { in mac_rx_srs_fanout()
2035 sz[type][indx], sz1, mp); in mac_rx_srs_fanout()
2114 sz[type][indx], sz1, mp); in mac_rx_srs_fanout()
2163 cnt[type][indx], bw_ctl, sz[type][indx], sz1, mp); in mac_rx_srs_fanout()
3291 size_t chain_sz, sz1; in mac_rx_srs_process() local
3351 sz1 = msgdsize(mp); in mac_rx_srs_process()
3352 if (mac_bw->mac_bw_sz + chain_sz + sz1 > in mac_rx_srs_process()
3355 chain_sz += sz1; in mac_rx_srs_process()