Searched refs:cpl_set_tcb_field (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1141 struct sk_buff *skb = alloc_wr(sizeof(struct cpl_set_tcb_field), 0, in ddp_setup_conn_pgidx() 1143 struct cpl_set_tcb_field *req; in ddp_setup_conn_pgidx() 1152 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_pgidx() 1178 struct sk_buff *skb = alloc_wr(sizeof(struct cpl_set_tcb_field), 0, in ddp_setup_conn_digest() 1180 struct cpl_set_tcb_field *req; in ddp_setup_conn_digest() 1189 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_digest()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 313 struct cpl_set_tcb_field { struct
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1630 struct cpl_set_tcb_field *req; in ddp_setup_conn_pgidx() 1640 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_pgidx() 1660 struct cpl_set_tcb_field *req; in ddp_setup_conn_digest() 1672 req = (struct cpl_set_tcb_field *)skb->head; in ddp_setup_conn_digest()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 188 struct cpl_set_tcb_field *req; in iwch_quiesce_tid() 193 req = (struct cpl_set_tcb_field *) skb_put(skb, sizeof(*req)); in iwch_quiesce_tid() 209 struct cpl_set_tcb_field *req; in iwch_resume_tid() 214 req = (struct cpl_set_tcb_field *) skb_put(skb, sizeof(*req)); in iwch_resume_tid()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 1091 struct cpl_set_tcb_field *req; in set_l2t_ix() 1099 req = (struct cpl_set_tcb_field *)skb_put(skb, sizeof(*req)); in set_l2t_ix()
|
D | cxgb3_main.c | 460 struct cpl_set_tcb_field *greq; in init_tp_parity() 541 greq = (struct cpl_set_tcb_field *)__skb_put(skb, sizeof(*greq)); in init_tp_parity() 962 adap->nofail_skb = alloc_skb(sizeof(struct cpl_set_tcb_field), in send_pktsched_cmd() 3233 alloc_skb(sizeof(struct cpl_set_tcb_field), GFP_KERNEL); in init_one()
|
D | t3_cpl.h | 668 struct cpl_set_tcb_field { struct
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 536 struct cpl_set_tcb_field { struct
|