Symbol: LEN__SET_TCB_FIELD_ULP
sys/dev/cxgbe/common/common.h
1096
ulpmc->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16));
sys/dev/cxgbe/common/common.h
1127
MPASS((LEN__SET_TCB_FIELD_ULP & 0xf) != 0);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1019
5 * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1026
wr_len += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1462
out += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1475
out += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1491
out += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1510
out += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1526
out += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1538
out += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
1570
wr_len = fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
272
_Static_assert((LEN__SET_TCB_FIELD_ULP + sizeof(struct ulptx_idata)) % 16 == 0,
sys/dev/cxgbe/crypto/t6_kern_tls.c
289
txpkt->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16));
sys/dev/cxgbe/crypto/t6_kern_tls.c
319
len = sizeof(*wr) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
321
len += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
343
dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
350
dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
354
dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/crypto/t6_kern_tls.c
360
dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/t4_filter.c
1984
roundup2(LEN__SET_TCB_FIELD_ULP, 16) +
sys/dev/cxgbe/tom/t4_ddp.c
1249
len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/tom/t4_ddp.c
595
wrlen = sizeof(*wrh) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16) +
sys/dev/cxgbe/tom/t4_tls.c
1209
len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
sys/dev/cxgbe/tom/t4_tom.c
943
len = sizeof(*wrh) + 2 * roundup2(LEN__SET_TCB_FIELD_ULP, 16);