Searched refs:TCB_SIZE (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h44 TCB_SIZE = 128, /* TCB size */ enumerator in enum:__anon6252
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c59 #define TCB_SIZE 128 macro
60 #define TCB_WORDS (TCB_SIZE / 4)
833 mr.buf = calloc(1, TCB_SIZE);
838 mr.addr = tcb_idx * TCB_SIZE;
839 mr.len = TCB_SIZE;
844 for (d = (uint64_t *)mr.buf, i = 0; i < TCB_SIZE / 32; i++) {
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c243 int size = TCB_SIZE;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c421 uint32_t buf[TCB_SIZE / sizeof(uint32_t)];
427 addr = t4_read_reg(sc, A_TP_CMM_TCB_BASE) + toep->tid * TCB_SIZE;
428 rc = read_via_memwin(sc, 2, addr, &buf[0], TCB_SIZE);
433 for (i = 0, j = TCB_SIZE - 16; i < j; i += 16, j -= 16) {
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c2128 #define TCB_SIZE 128 macro
2155 addr = val + tid * TCB_SIZE;
2157 return (read_mem(addr, TCB_SIZE, show_tcb));
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h42 TCB_SIZE = 128, /* TCB size */ enumerator in enum:__anon9574
H A Dcxgb_t3_hw.c3145 m = tids * TCB_SIZE;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c517 tcb_addr = t4_read_reg(sc, A_TP_CMM_TCB_BASE) + tid * TCB_SIZE;
H A Dt4_main.c10476 tcb_addr += tid * TCB_SIZE;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c2075 #define TCB_SIZE 8 macro
4396 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power);

Completed in 225 milliseconds