Symbol: ulptx_idata
sys/dev/cxgbe/adapter.h
1625
roundup2(sizeof(struct ulp_mem_io) + sizeof(struct ulptx_idata) + \
sys/dev/cxgbe/common/common.h
1085
sizeof(struct ulptx_idata) + sizeof(struct cpl_set_tcb_field_core))
sys/dev/cxgbe/common/common.h
1092
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/common/common.h
1102
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/common/common.h
1132
ulpsc = (struct ulptx_idata *)(req + 1);
sys/dev/cxgbe/crypto/t4_crypto.c
1451
struct ulptx_idata *idata;
sys/dev/cxgbe/crypto/t4_crypto.h
49
struct ulptx_idata sc_imm;
sys/dev/cxgbe/crypto/t6_kern_tls.c
1323
struct ulptx_idata *idata;
sys/dev/cxgbe/crypto/t6_kern_tls.c
270
sizeof(struct ulptx_idata) + sizeof(struct cpl_set_tcb_field_core))
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
280
struct ulptx_idata *idata;
sys/dev/cxgbe/crypto/t6_kern_tls.c
292
idata = (struct ulptx_idata *)(txpkt + 1);
sys/dev/cxgbe/crypto/t6_kern_tls.c
305
idata = (struct ulptx_idata *)(cpl + 1);
sys/dev/cxgbe/crypto/t6_kern_tls.c
644
wr_len += sizeof(struct ulptx_idata); // 8
sys/dev/cxgbe/crypto/t6_kern_tls.c
650
wr_len += sizeof(struct ulptx_idata); // 8
sys/dev/cxgbe/crypto/t7_kern_tls.c
1251
struct ulptx_idata *idata;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1525
txpkt_lens[1] += sizeof(struct ulptx_idata);
sys/dev/cxgbe/crypto/t7_kern_tls.c
409
wr_len += sizeof(struct ulptx_idata); // 8
sys/dev/cxgbe/crypto/t7_kern_tls.c
415
wr_len += sizeof(struct ulptx_idata); // 8
sys/dev/cxgbe/crypto/t7_kern_tls.c
711
wr_len += sizeof(struct ulptx_idata);
sys/dev/cxgbe/t4_filter.c
1917
sizeof(struct ulptx_idata) + sizeof(struct cpl_abort_req_core))
sys/dev/cxgbe/t4_filter.c
1922
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/t4_filter.c
1928
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/t4_filter.c
1938
ulpsc = (struct ulptx_idata *)(req + 1);
sys/dev/cxgbe/t4_filter.c
1949
sizeof(struct ulptx_idata) + sizeof(struct cpl_abort_rpl_core))
sys/dev/cxgbe/t4_filter.c
1954
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/t4_filter.c
1960
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/t4_filter.c
1970
ulpsc = (struct ulptx_idata *)(rpl + 1);
sys/dev/cxgbe/t4_sge.c
5432
n = sizeof(struct ulp_txpkt) + sizeof(struct ulptx_idata) +
sys/dev/cxgbe/t4_sge.c
6069
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/t4_tpt.c
158
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/t4_tpt.c
187
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/tom/t4_ddp.c
1623
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/tom/t4_ddp.c
1663
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/tom/t4_ddp.c
1705
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/tom/t4_ddp.c
1745
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/tom/t4_ddp.c
1813
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/tom/t4_ddp.c
1853
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/tom/t4_ddp.c
1894
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/tom/t4_ddp.c
1936
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/tom/t4_ddp.c
1987
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/tom/t4_ddp.c
2030
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/tom/t4_ddp.c
542
sizeof(struct ulptx_idata) + sizeof(struct cpl_set_tcb_field_core))
sys/dev/cxgbe/tom/t4_ddp.c
546
sizeof(struct ulptx_idata) + sizeof(struct cpl_rx_data_ack_core))
sys/dev/cxgbe/tom/t4_ddp.c
551
struct ulptx_idata *ulpsc;
sys/dev/cxgbe/tom/t4_ddp.c
557
ulpsc = (struct ulptx_idata *)(ulpmc + 1);
sys/dev/cxgbe/tom/t4_ddp.c
565
ulpsc = (struct ulptx_idata *)(req + 1);
sys/dev/cxgbe/tom/t4_tls.c
361
sizeof(struct cpl_tx_tls_sfo) + sizeof(struct ulptx_idata) + \
sys/dev/cxgbe/tom/t4_tls.c
500
struct ulptx_idata *idata;
sys/dev/cxgbe/tom/t4_tls.c
615
sizeof(struct ulptx_idata) + sizeof(struct ulptx_sc_memrd);
sys/dev/cxgbe/tom/t4_tls.c
696
idata = (struct ulptx_idata *)(cpl + 1);