Home
last modified time | relevance | path

Searched refs:E1H_FUNC_MAX (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Decore_hsi.h1559 #define E1H_FUNC_MAX 8 macro
2060 struct func_mf_cfg func_mf_config[E1H_FUNC_MAX]; /* 0x18 * 8 = 0xc0 */
2065 struct func_ext_cfg func_ext_config[E1H_FUNC_MAX]; /* 0x28 * 8 = 0x140*/
H A Dbxe.c6898 if (abs_func >= E1H_FUNC_MAX) { in bxe_read_mf_cfg()
16666 if (CHIP_IS_E1H(sc) && (pretend_func_val > E1H_FUNC_MAX)) { in bxe_pretend_func()