Searched refs:req_skb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 662 struct sk_buff *req_skb = skb_dequeue(&ep->com.ep_skb_list); in send_abort() local 665 if (WARN_ON(!req_skb)) in send_abort() 668 cxgb_mk_abort_req(req_skb, wrlen, ep->hwtid, ep->txq_idx, in send_abort() 671 return c4iw_l2t_send(&ep->com.dev->rdev, req_skb, ep->l2t); in send_abort() 3825 struct sk_buff *req_skb; in send_fw_pass_open_req() local 3830 req_skb = alloc_skb(sizeof(struct fw_ofld_connection_wr), GFP_KERNEL); in send_fw_pass_open_req() 3831 if (!req_skb) in send_fw_pass_open_req() 3833 req = __skb_put_zero(req_skb, sizeof(*req)); in send_fw_pass_open_req() 3865 set_wr_txq(req_skb, CPL_PRIORITY_CONTROL, port_id); in send_fw_pass_open_req() 3866 ret = cxgb4_ofld_send(dev->rdev.lldi.ports[0], req_skb); in send_fw_pass_open_req() [all …]
|
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 106 hdev->req_skb = skb_get(skb); in hci_req_sync_complete() 162 skb = hdev->req_skb; in __hci_cmd_sync_ev() 163 hdev->req_skb = NULL; in __hci_cmd_sync_ev() 254 kfree_skb(hdev->req_skb); in __hci_req_sync() 255 hdev->req_skb = NULL; in __hci_req_sync()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 362 struct sk_buff *req_skb; member
|