Home
last modified time | relevance | path

Searched refs:cpl_set_tcb_field (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c24 struct cpl_set_tcb_field *req, u16 word, in __set_tcb_field_direct()
44 struct cpl_set_tcb_field *req; in __set_tcb_field()
52 req = (struct cpl_set_tcb_field *)__skb_put(skb, wrlen); in __set_tcb_field()
63 struct cpl_set_tcb_field *req; in chtls_set_tcb_field()
98 wrlen = sizeof(struct cpl_set_tcb_field) + sizeof(struct ulptx_idata); in chtls_set_tcb_field_rpl_skb()
141 wrlen = sizeof(struct cpl_set_tcb_field) + sizeof(struct ulptx_idata); in chtls_set_quiesce_ctrl()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.h21 #define CHCR_SET_TCB_FIELD_LEN sizeof(struct cpl_set_tcb_field)
Dchcr_ktls.c333 struct cpl_set_tcb_field *req; in chcr_set_tcb_field()
336 skb = alloc_skb(sizeof(struct cpl_set_tcb_field), GFP_ATOMIC); in chcr_set_tcb_field()
340 req = (struct cpl_set_tcb_field *)__skb_put_zero(skb, sizeof(*req)); in chcr_set_tcb_field()
/Linux-v6.6/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1156 struct sk_buff *skb = alloc_wr(sizeof(struct cpl_set_tcb_field), 0, in ddp_setup_conn_pgidx()
1158 struct cpl_set_tcb_field *req; in ddp_setup_conn_pgidx()
1167 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_pgidx()
1192 struct sk_buff *skb = alloc_wr(sizeof(struct cpl_set_tcb_field), 0, in ddp_setup_conn_digest()
1194 struct cpl_set_tcb_field *req; in ddp_setup_conn_digest()
1203 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_digest()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c60 struct cpl_set_tcb_field *req; in set_tcb_field()
63 skb = alloc_skb(sizeof(struct cpl_set_tcb_field), GFP_ATOMIC); in set_tcb_field()
67 req = (struct cpl_set_tcb_field *)__skb_put_zero(skb, sizeof(*req)); in set_tcb_field()
121 struct cpl_set_tcb_field *req, in mk_set_tcb_ulp()
1741 struct cpl_set_tcb_field *req; in cxgb4_del_hash_filter()
1779 req = (struct cpl_set_tcb_field *)__skb_put(skb, wrlen); in cxgb4_del_hash_filter()
1783 req = (struct cpl_set_tcb_field *)wr; in cxgb4_del_hash_filter()
Dt4_msg.h700 struct cpl_set_tcb_field { struct
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h304 struct cpl_set_tcb_field { struct
/Linux-v6.6/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2081 struct cpl_set_tcb_field *req; in ddp_setup_conn_pgidx()
2091 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_pgidx()
2114 struct cpl_set_tcb_field *req; in ddp_setup_conn_digest()
2126 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_digest()
/Linux-v6.6/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1511 struct cpl_set_tcb_field *req; in cxgbit_setup_conn_digest()
1548 struct cpl_set_tcb_field *req; in cxgbit_setup_conn_pgidx()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c459 struct cpl_set_tcb_field *greq; in init_tp_parity()
963 adap->nofail_skb = alloc_skb(sizeof(struct cpl_set_tcb_field), in send_pktsched_cmd()
3254 alloc_skb(sizeof(struct cpl_set_tcb_field), GFP_KERNEL); in init_one()
Dt3_cpl.h668 struct cpl_set_tcb_field { struct
Dcxgb3_offload.c1091 struct cpl_set_tcb_field *req; in set_l2t_ix()