Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/tools/cxgbtool/
HDcxgbtool.c58 #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/
HDt4_hw.h45 TCB_SIZE = 128, /* TCB size */ enumerator
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_tom.c451 #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()
HDt4_tom.h323 uint64_t te_tcb[TCB_SIZE / sizeof(uint64_t)];
/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_common.h41 TCB_SIZE = 128, /* TCB size */ enumerator
HDcxgb_t3_hw.c3143 m = tids * TCB_SIZE; in partition_mem()
/freebsd-14-stable/usr.sbin/cxgbetool/
HDcxgbetool.c2247 #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/
HDt4_filter.c602 tcb_addr = t4_read_reg(sc, A_TP_CMM_TCB_BASE) + tid * TCB_SIZE; in get_filter_hits()
HDt4_main.c12955 tcb_addr += tid * TCB_SIZE; in t4_dump_tcb()
12956 t4_dump_mem(sc, tcb_addr, TCB_SIZE); in t4_dump_tcb()