Searched refs:LEN__SET_TCB_FIELD_ULP (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 269 #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)); in write_set_tcb_field_ulp() 319 len = sizeof(*wr) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16); in ktls_set_tcb_fields() 321 len += roundup2(LEN__SET_TCB_FIELD_ULP, 16); in ktls_set_tcb_fields() 343 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16); in ktls_set_tcb_fields() 350 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16); in ktls_set_tcb_fields() 354 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16); in ktls_set_tcb_fields() 360 dst += roundup2(LEN__SET_TCB_FIELD_ULP, 16); in ktls_set_tcb_fields() 1019 5 * roundup2(LEN__SET_TCB_FIELD_ULP, 1 in t6_ktls_parse_pkt() [all...] |
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 1110 len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16); in mk_set_tcb_field_ulp() 1079 #define LEN__SET_TCB_FIELD_ULP global() macro
|
H A D | t4_ddp.c | 541 #define LEN__SET_TCB_FIELD_ULP (sizeof(struct ulp_txpkt) + \ macro 595 wrlen = sizeof(*wrh) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16) + in mk_rx_data_ack_ulp() 1249 len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16); in do_rx_ddp_complete()
|
H A D | t4_tom.c | 934 len = sizeof(*wrh) + 2 * roundup2(LEN__SET_TCB_FIELD_ULP, 16); in t4_pmtu_update()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 968 #define LEN__SET_TCB_FIELD_ULP (sizeof(struct ulp_txpkt) + \ macro 984 ulpmc->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16)); in mk_set_tcb_field_ulp() 1002 MPASS((LEN__SET_TCB_FIELD_ULP & 0xf) != 0); in mk_set_tcb_field_ulp()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 1770 roundup2(LEN__SET_TCB_FIELD_ULP, 16) + 1702 #define LEN__SET_TCB_FIELD_ULP global() macro
|