Home
last modified time | relevance | path

Searched refs:TCB_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h33 #define TCB_SIZE 128 macro
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h36 TCB_SIZE = 128, /* TCB size */ enumerator
H A Dcommon.h718 int t4_read_tcb(struct adapter *adap, int win, int tid, u32 tcb[TCB_SIZE/4]);
H A Dt4_hw.c6425 int t4_read_tcb(struct adapter *adap, int win, int tid, u32 tcb[TCB_SIZE/4]) in t4_read_tcb()
6428 u32 tcb_addr = tcb_base + tid * TCB_SIZE; in t4_read_tcb()
6429 __be32 raw_tcb[TCB_SIZE/4]; in t4_read_tcb()