Home
last modified time | relevance | path

Searched refs:NMTUS (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h42 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 Dcxgb_t3_hw.c3419 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 Dt4_hw.h46 NMTUS = 16, /* size of MTU table */ enumerator
H A Dcommon.h379 unsigned short mtus[NMTUS];
736 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
H A Dt4_hw.c6263 for (i = 0; i < NMTUS; ++i) { in t4_read_mtu_tbl()
6281 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl()
6285 for (mtu = 0; mtu < NMTUS; ++mtu) in t4_read_cong_tbl()
6381 for (i = 0; i < NMTUS; ++i) { in t4_load_mtus()
/freebsd/sys/dev/cxgb/
H A Dcxgb_ioctl.h135 uint16_t mtus[NMTUS];
H A Dcxgb_main.c2747 if (m->nmtus != NMTUS) in cxgb_extension_ioctl()
2755 for (i = 1; i < NMTUS; ++i) in cxgb_extension_ioctl()
2769 m->nmtus = NMTUS; in cxgb_extension_ioctl()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c925 for (idx = 0; idx < NMTUS - 1 && mtus[idx + 1] <= mtu; idx++) in t4_pmtu_update()
1081 for (i = 0; i < NMTUS - 1 && mtus[i + 1] <= mtu; i++) in find_best_mtu_idx()
1129 MPASS(cp->mtu_idx >= 0 && cp->mtu_idx < NMTUS); in calc_options0()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c57 #define NMTUS 16 macro
642 } else if (argc <= start_arg + NMTUS) { in mtu_tab_op()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1563 size = NMTUS * sizeof(u16); in collect_path_mtu()
2921 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in collect_cctrl()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c9053 uint16_t incr[NMTUS][NCCTRL_WIN]; in sysctl_cctrl()
10511 uint16_t mtus[NMTUS]; in sysctl_path_mtus()