Home
last modified time | relevance | path

Searched refs:cpl_act_open_req (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c159 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/
Dcxgb4i.c181 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/
Dcpl5_cmd.h261 struct cpl_act_open_req { struct
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h280 struct cpl_act_open_req { struct
/drivers/infiniband/hw/cxgb3/
Diwch_cm.c430 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/
Dt3_cpl.h575 struct cpl_act_open_req { struct
/drivers/infiniband/hw/cxgb4/
Dcm.c513 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()