Symbol: NMTUS
sys/dev/cxgb/common/cxgb_common.h
394
unsigned short mtus[NMTUS];
sys/dev/cxgb/common/cxgb_common.h
778
void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS],
sys/dev/cxgb/common/cxgb_common.h
781
void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS]);
sys/dev/cxgb/common/cxgb_common.h
783
unsigned short incr[NMTUS][NCCTRL_WIN]);
sys/dev/cxgb/common/cxgb_t3_hw.c
3419
void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS],
sys/dev/cxgb/common/cxgb_t3_hw.c
3430
for (i = 0; i < NMTUS; ++i) {
sys/dev/cxgb/common/cxgb_t3_hw.c
3458
void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS])
sys/dev/cxgb/common/cxgb_t3_hw.c
3462
for (i = 0; i < NMTUS; ++i) {
sys/dev/cxgb/common/cxgb_t3_hw.c
3480
unsigned short incr[NMTUS][NCCTRL_WIN])
sys/dev/cxgb/common/cxgb_t3_hw.c
3484
for (mtu = 0; mtu < NMTUS; ++mtu)
sys/dev/cxgb/cxgb_ioctl.h
135
uint16_t mtus[NMTUS];
sys/dev/cxgb/cxgb_main.c
2748
if (m->nmtus != NMTUS)
sys/dev/cxgb/cxgb_main.c
2756
for (i = 1; i < NMTUS; ++i)
sys/dev/cxgb/cxgb_main.c
2770
m->nmtus = NMTUS;
sys/dev/cxgbe/common/common.h
434
unsigned short mtus[NMTUS];
sys/dev/cxgbe/common/common.h
846
void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
sys/dev/cxgbe/common/t4_hw.c
8033
for (i = 0; i < NMTUS; ++i) {
sys/dev/cxgbe/common/t4_hw.c
8051
void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN])
sys/dev/cxgbe/common/t4_hw.c
8055
for (mtu = 0; mtu < NMTUS; ++mtu)
sys/dev/cxgbe/common/t4_hw.c
8151
for (i = 0; i < NMTUS; ++i) {
sys/dev/cxgbe/cudbg/cudbg_lib.c
1566
size = NMTUS * sizeof(u16);
sys/dev/cxgbe/cudbg/cudbg_lib.c
2924
size = sizeof(u16) * NMTUS * NCCTRL_WIN;
sys/dev/cxgbe/t4_main.c
11326
uint16_t mtus[NMTUS];
sys/dev/cxgbe/t4_main.c
9407
uint16_t incr[NMTUS][NCCTRL_WIN];
sys/dev/cxgbe/tom/t4_tom.c
1090
for (i = 0; i < NMTUS - 1 && mtus[i + 1] <= mtu; i++)
sys/dev/cxgbe/tom/t4_tom.c
1138
MPASS(cp->mtu_idx >= 0 && cp->mtu_idx < NMTUS);
sys/dev/cxgbe/tom/t4_tom.c
934
for (idx = 0; idx < NMTUS - 1 && mtus[idx + 1] <= mtu; idx++)
tools/tools/cxgbtool/cxgbtool.c
642
} else if (argc <= start_arg + NMTUS) {