Symbol: KS_U_SET
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2146
KS_U_SET(chip_ver, sc->params.chip);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2164
KS_U_SET(core_clock, v->cclk);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2165
KS_U_SET(port_cnt, sc->params.nports);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2242
KS_U_SET(write_coal_success, wc_success);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2243
KS_U_SET(write_coal_failure, wc_failure);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3370
KS_U_SET(idx, pi->port_id);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3371
KS_U_SET(nrxq, pi->nrxq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3372
KS_U_SET(ntxq, pi->ntxq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3373
KS_U_SET(first_rxq, pi->first_rxq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3374
KS_U_SET(first_txq, pi->first_txq);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3464
KS_U_SET(rx_ovflow0, (bgmap & 1) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3466
KS_U_SET(rx_ovflow1, (bgmap & 2) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3468
KS_U_SET(rx_ovflow2, (bgmap & 4) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3470
KS_U_SET(rx_ovflow3, (bgmap & 8) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3472
KS_U_SET(rx_trunc0, (bgmap & 1) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3474
KS_U_SET(rx_trunc1, (bgmap & 2) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3476
KS_U_SET(rx_trunc2, (bgmap & 4) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3478
KS_U_SET(rx_trunc3, (bgmap & 8) ?
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3481
KS_U_SET(tx_pause, GET_STAT(TX_PORT_PAUSE));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3482
KS_U_SET(rx_pause, GET_STAT(RX_PORT_PAUSE));