Searched refs:NMTUS (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/cxgb/common/ |
| H A D | cxgb_common.h | 42 NMTUS = 16, /* size of MTU table */ enumerator 394 unsigned short mtus[NMTUS]; 778 void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS], 781 void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS]); 783 unsigned short incr[NMTUS][NCCTRL_WIN]);
|
| H A D | cxgb_t3_hw.c | 3419 void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS], in t3_load_mtus() argument 3430 for (i = 0; i < NMTUS; ++i) { in t3_load_mtus() 3458 void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS]) in t3_read_hw_mtus() argument 3462 for (i = 0; i < NMTUS; ++i) { in t3_read_hw_mtus() 3480 unsigned short incr[NMTUS][NCCTRL_WIN]) in t3_get_cong_cntl_tab() 3484 for (mtu = 0; mtu < NMTUS; ++mtu) in t3_get_cong_cntl_tab()
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.h | 46 NMTUS = 16, /* size of MTU table */ enumerator
|
| H A D | common.h | 434 unsigned short mtus[NMTUS]; 850 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
|
| H A D | t4_hw.c | 8033 for (i = 0; i < NMTUS; ++i) { in t4_read_mtu_tbl() 8051 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() 8055 for (mtu = 0; mtu < NMTUS; ++mtu) in t4_read_cong_tbl() 8151 for (i = 0; i < NMTUS; ++i) { in t4_load_mtus()
|
| /freebsd/sys/dev/cxgb/ |
| H A D | cxgb_ioctl.h | 135 uint16_t mtus[NMTUS];
|
| H A D | cxgb_main.c | 2748 if (m->nmtus != NMTUS) in cxgb_extension_ioctl() 2756 for (i = 1; i < NMTUS; ++i) in cxgb_extension_ioctl() 2770 m->nmtus = NMTUS; in cxgb_extension_ioctl()
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 934 for (idx = 0; idx < NMTUS - 1 && mtus[idx + 1] <= mtu; idx++) in t4_pmtu_update() 1090 for (i = 0; i < NMTUS - 1 && mtus[i + 1] <= mtu; i++) in find_best_mtu_idx() 1138 MPASS(cp->mtu_idx >= 0 && cp->mtu_idx < NMTUS); in calc_options0()
|
| /freebsd/tools/tools/cxgbtool/ |
| H A D | cxgbtool.c | 57 #define NMTUS 16 macro 642 } else if (argc <= start_arg + NMTUS) { in mtu_tab_op()
|
| /freebsd/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib.c | 1566 size = NMTUS * sizeof(u16); in collect_path_mtu() 2924 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in collect_cctrl()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_main.c | 9445 uint16_t incr[NMTUS][NCCTRL_WIN]; in sysctl_cctrl() 11364 uint16_t mtus[NMTUS]; in sysctl_path_mtus()
|