Searched refs:TCB_SIZE (Results 1 – 4 of 4) sorted by relevance
33 #define TCB_SIZE 128 macro
36 TCB_SIZE = 128, /* TCB size */ enumerator
716 int t4_read_tcb(struct adapter *adap, int win, int tid, u32 tcb[TCB_SIZE/4]);
6510 int t4_read_tcb(struct adapter *adap, int win, int tid, u32 tcb[TCB_SIZE/4]) in t4_read_tcb()6513 u32 tcb_addr = tcb_base + tid * TCB_SIZE; in t4_read_tcb()6514 __be32 raw_tcb[TCB_SIZE/4]; in t4_read_tcb()