Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A 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()
132 wrlen = sizeof(struct cpl_set_tcb_field) + sizeof(struct ulptx_idata); in chtls_set_quiesce_ctrl()
/linux/drivers/scsi/cxgbi/cxgb3i/
H A 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/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
1742 struct cpl_set_tcb_field *req; in cxgb4_del_hash_filter()
1780 req = (struct cpl_set_tcb_field *)__skb_put(skb, wrlen); in cxgb4_del_hash_filter()
1784 req = (struct cpl_set_tcb_field *)wr; in cxgb4_del_hash_filter()
H A Dt4_msg.h700 struct cpl_set_tcb_field { struct
717 /* cpl_set_tcb_field.word_cookie fields */ argument
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h304 struct cpl_set_tcb_field { struct
305 otcpl_set_tcb_field global() argument
306 rsvdcpl_set_tcb_field global() argument
307 offsetcpl_set_tcb_field global() argument
308 maskcpl_set_tcb_field global() argument
309 valcpl_set_tcb_field global() argument
/linux/drivers/scsi/cxgbi/cxgb4i/
H A 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/drivers/target/iscsi/cxgbit/
H A 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/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c458 struct cpl_set_tcb_field *greq; in init_tp_parity()
962 adap->nofail_skb = alloc_skb(sizeof(struct cpl_set_tcb_field), in send_pktsched_cmd()
3253 alloc_skb(sizeof(struct cpl_set_tcb_field), GFP_KERNEL); in init_one()
H A Dt3_cpl.h668 struct cpl_set_tcb_field { struct
670 otcpl_set_tcb_field global() argument
671 replycpl_set_tcb_field global() argument
672 cpu_idxcpl_set_tcb_field global() argument
673 wordcpl_set_tcb_field global() argument
674 maskcpl_set_tcb_field global() argument
675 valcpl_set_tcb_field global() argument
H A Dcxgb3_offload.c1052 struct cpl_set_tcb_field *req; in set_l2t_ix()