Home
last modified time | relevance | path

Searched refs:ULPRX_LA_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.h76 ULPRX_LA_SIZE = 512, /* # of 256-bit words in ULP_RX LA */ enumerator
H A Dt4_hw.c3745 for (j = 0; j < ULPRX_LA_SIZE; j++, p += 8) in t4_ulprx_read_la()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h261 u32 data[ULPRX_LA_SIZE * 8];
H A Dcudbg_lib.c737 ulprx_la_buff->size = ULPRX_LA_SIZE; in collect_ulprx_la()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11118 buf = malloc(ULPRX_LA_SIZE * 8 * sizeof(uint32_t), M_CXGBE, in sysctl_ulprx_la()
11133 for (i = 0; i < ULPRX_LA_SIZE; i++, p += 8) { in sysctl_ulprx_la()