Searched refs:cpl_set_tcb_field (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_hw.c | 24 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/ |
D | chcr_ktls.h | 21 #define CHCR_SET_TCB_FIELD_LEN sizeof(struct cpl_set_tcb_field)
|
D | chcr_ktls.c | 333 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/ |
D | cxgb3i.c | 1156 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/ |
D | cxgb4_filter.c | 60 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()
|
D | t4_msg.h | 700 struct cpl_set_tcb_field { struct
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 304 struct cpl_set_tcb_field { struct
|
/Linux-v6.6/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 2081 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/ |
D | cxgbit_cm.c | 1511 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/ |
D | cxgb3_main.c | 459 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()
|
D | t3_cpl.h | 668 struct cpl_set_tcb_field { struct
|
D | cxgb3_offload.c | 1091 struct cpl_set_tcb_field *req; in set_l2t_ix()
|