Home
last modified time | relevance | path

Searched refs:PROTO_SRAM_LINES (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/tools/tools/cxgbtool/
H A Dcxgbtool.c60 #define PROTO_SRAM_LINES 128 macro
63 #define PROTO_SRAM_SIZE (PROTO_SRAM_LINE_NIBBLES * PROTO_SRAM_LINES / 2)
1070 for (i = 0; i < PROTO_SRAM_LINES; i++) { in dump_proto_sram()
/freebsd-14.2/sys/dev/cxgb/common/
H A Dcxgb_common.h45 PROTO_SRAM_LINES = 128, /* size of protocol sram */ enumerator
H A Dcxgb_t3_hw.c3580 for (i = 0; i < PROTO_SRAM_LINES; i++) { in t3_set_proto_sram()