Home
last modified time | relevance | path

Searched refs:req_skb (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dhci_request.c109 hdev->req_skb = skb_get(skb); in hci_req_sync_complete()
182 kfree_skb(hdev->req_skb); in __hci_req_sync()
183 hdev->req_skb = NULL; in __hci_req_sync()
Dhci_sync.c41 hdev->req_skb = skb_get(skb); in hci_cmd_sync_complete()
189 skb = hdev->req_skb; in __hci_cmd_sync_sk()
190 hdev->req_skb = NULL; in __hci_cmd_sync_sk()
/linux-6.1.9/net/mctp/
Ddevice.c160 struct sk_buff *req_skb, struct nlmsghdr *req_nlh) in mctp_addr_notify() argument
162 u32 portid = NETLINK_CB(req_skb).portid; in mctp_addr_notify()
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dcm.c690 struct sk_buff *req_skb = skb_dequeue(&ep->com.ep_skb_list); in send_abort_req() local
693 if (WARN_ON(!req_skb)) in send_abort_req()
696 cxgb_mk_abort_req(req_skb, wrlen, ep->hwtid, ep->txq_idx, in send_abort_req()
699 return c4iw_l2t_send(&ep->com.dev->rdev, req_skb, ep->l2t); in send_abort_req()
3993 struct sk_buff *req_skb; in send_fw_pass_open_req() local
3998 req_skb = alloc_skb(sizeof(struct fw_ofld_connection_wr), GFP_KERNEL); in send_fw_pass_open_req()
3999 if (!req_skb) in send_fw_pass_open_req()
4001 req = __skb_put_zero(req_skb, sizeof(*req)); in send_fw_pass_open_req()
4033 set_wr_txq(req_skb, CPL_PRIORITY_CONTROL, port_id); in send_fw_pass_open_req()
4034 ret = cxgb4_ofld_send(dev->rdev.lldi.ports[0], req_skb); in send_fw_pass_open_req()
[all …]
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h545 struct sk_buff *req_skb; member