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

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c353 #define LEN__SET_TCB_FIELD_ULP (sizeof(struct ulp_txpkt) + \ macro
368 ulpmc->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16));
383 if (LEN__SET_TCB_FIELD_ULP % 16) {
437 len = sizeof(*wrh) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16) +
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c1608 #define LEN__SET_TCB_FIELD_ULP (sizeof(struct ulp_txpkt) + \ macro
1619 ulpmc->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16));
1633 if (LEN__SET_TCB_FIELD_ULP % 16) {
1710 roundup2(LEN__SET_TCB_FIELD_ULP, 16) +

Completed in 106 milliseconds