Searched refs:LEN__SET_TCB_FIELD_ULP (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c269 #define LEN__SET_TCB_FIELD_ULP (sizeof(struct ulp_txpkt) + \ macro
272 _Static_assert((LEN__SET_TCB_FIELD_ULP + sizeof(struct ulptx_idata)) % 16 == 0,
289 txpkt->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16));
319 len = sizeof(*wr) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
321 len += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
343 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
350 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
354 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
360 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16);
1019 5 * roundup2(LEN__SET_TCB_FIELD_ULP, 1
[all...]
/freebsd-current/sys/dev/cxgbe/common/
H A Dcommon.h968 #define LEN__SET_TCB_FIELD_ULP (sizeof(struct ulp_txpkt) + \ macro
984 ulpmc->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16));
1002 MPASS((LEN__SET_TCB_FIELD_ULP & 0xf) != 0);
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tls.c1110 len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
H A Dt4_ddp.c541 #define LEN__SET_TCB_FIELD_ULP (sizeof(struct ulp_txpkt) + \ macro
595 wrlen = sizeof(*wrh) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16) +
1249 len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
H A Dt4_tom.c918 len = sizeof(*wrh) + 2 * roundup2(LEN__SET_TCB_FIELD_ULP, 16);
/freebsd-current/sys/dev/cxgbe/
H A Dt4_filter.c1770 roundup2(LEN__SET_TCB_FIELD_ULP, 16) +

Completed in 83 milliseconds