Searched refs:cpl_act_open_req (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 159 struct cpl_act_open_req *req = (struct cpl_act_open_req *)skb->head; in send_act_open_req() 557 skb = alloc_wr(sizeof(struct cpl_act_open_req), 0, GFP_ATOMIC); in act_open_retry_timer() 985 skb = alloc_wr(sizeof(struct cpl_act_open_req), 0, GFP_KERNEL); in init_act_open()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 181 struct cpl_act_open_req *req; in send_act_open_req() 202 req = (struct cpl_act_open_req *)skb->head; in send_act_open_req() 642 skb = alloc_wr(sizeof(struct cpl_act_open_req), 0, GFP_ATOMIC); in csk_act_open_retry_timer() 1157 skb = alloc_wr(sizeof(struct cpl_act_open_req), 0, GFP_KERNEL); in init_act_open()
|
/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 261 struct cpl_act_open_req { struct
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 280 struct cpl_act_open_req { struct
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 430 struct cpl_act_open_req *req; in send_connect() 459 req = (struct cpl_act_open_req *) skb_put(skb, sizeof(*req)); in send_connect()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 575 struct cpl_act_open_req { struct
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 513 struct cpl_act_open_req *req; in send_connect() 521 sizeof(struct cpl_act_open_req) : in send_connect() 560 req = (struct cpl_act_open_req *) skb_put(skb, wrlen); in send_connect()
|