Searched refs:TCB_SIZE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/tools/tools/cxgbtool/ |
| HD | cxgbtool.c | 58 #define TCB_SIZE 128 macro 59 #define TCB_WORDS (TCB_SIZE / 4) 832 mr.buf = calloc(1, TCB_SIZE); in get_tcb2() 837 mr.addr = tcb_idx * TCB_SIZE; in get_tcb2() 838 mr.len = TCB_SIZE; in get_tcb2() 843 for (d = (uint64_t *)mr.buf, i = 0; i < TCB_SIZE / 32; i++) { in get_tcb2()
|
| /freebsd-14-stable/sys/dev/cxgbe/common/ |
| HD | t4_hw.h | 45 TCB_SIZE = 128, /* TCB size */ enumerator
|
| /freebsd-14-stable/sys/dev/cxgbe/tom/ |
| HD | t4_tom.c | 451 #define LAST_WORD ((TCB_SIZE / 4) - 1) in get_tcb_field() 692 memcpy(te->te_tcb, tcb, TCB_SIZE); in update_tcb_histent() 792 addr = t4_read_reg(sc, A_TP_CMM_TCB_BASE) + tid * TCB_SIZE; in read_tcb_using_memwin() 793 rc = read_via_memwin(sc, 2, addr, (uint32_t *)buf, TCB_SIZE); in read_tcb_using_memwin() 798 for (i = 0, j = TCB_SIZE - 16; i < j; i += 16, j -= 16) { in read_tcb_using_memwin() 810 uint64_t tcb[TCB_SIZE / sizeof(uint64_t)]; in fill_tcp_info()
|
| HD | t4_tom.h | 323 uint64_t te_tcb[TCB_SIZE / sizeof(uint64_t)];
|
| /freebsd-14-stable/sys/dev/cxgb/common/ |
| HD | cxgb_common.h | 41 TCB_SIZE = 128, /* TCB size */ enumerator
|
| HD | cxgb_t3_hw.c | 3143 m = tids * TCB_SIZE; in partition_mem()
|
| /freebsd-14-stable/usr.sbin/cxgbetool/ |
| HD | cxgbetool.c | 2247 #define TCB_SIZE 128 macro 2274 addr = val + tid * TCB_SIZE; in read_tcb() 2276 return (read_mem(addr, TCB_SIZE, show_tcb)); in read_tcb()
|
| /freebsd-14-stable/sys/dev/cxgbe/ |
| HD | t4_filter.c | 602 tcb_addr = t4_read_reg(sc, A_TP_CMM_TCB_BASE) + tid * TCB_SIZE; in get_filter_hits()
|
| HD | t4_main.c | 12955 tcb_addr += tid * TCB_SIZE; in t4_dump_tcb() 12956 t4_dump_mem(sc, tcb_addr, TCB_SIZE); in t4_dump_tcb()
|