Searched refs:QLNX_MAX_HW_FUNCS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h36 #define QLNX_MAX_HW_FUNCS 2 macro
44 uint32_t grcdump_size[QLNX_MAX_HW_FUNCS];
45 void *grcdump[QLNX_MAX_HW_FUNCS];
46 uint32_t grcdump_dwords[QLNX_MAX_HW_FUNCS];
55 uint32_t idle_chk_size[QLNX_MAX_HW_FUNCS];
56 void *idle_chk[QLNX_MAX_HW_FUNCS];
57 uint32_t idle_chk_dwords[QLNX_MAX_HW_FUNCS];
74 uint32_t size[QLNX_MAX_HW_FUNCS];
75 void *buffer[QLNX_MAX_HW_FUNCS];
76 uint32_t dwords[QLNX_MAX_HW_FUNCS];
[all...]
H A Dqlnx_def.h478 uint32_t grcdump_dwords[QLNX_MAX_HW_FUNCS];
479 uint32_t grcdump_size[QLNX_MAX_HW_FUNCS];
480 void *grcdump[QLNX_MAX_HW_FUNCS];
483 uint32_t idle_chk_dwords[QLNX_MAX_HW_FUNCS];
484 uint32_t idle_chk_size[QLNX_MAX_HW_FUNCS];
485 void *idle_chk[QLNX_MAX_HW_FUNCS];
489 (QLNX_MAX_HW_FUNCS * QLNX_STORM_STATS_SAMPLES_PER_HWFN)
H A Dqlnx_ioctl.c430 if (reg_rd_wr->hwfn_index >= QLNX_MAX_HW_FUNCS) {
H A Dqlnx_os.c1310 for (i = 0; i < QLNX_MAX_HW_FUNCS; i++) {

Completed in 72 milliseconds