Searched refs:req_skb (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | hci_request.c | 109 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()
|
D | hci_sync.c | 42 hdev->req_skb = skb_get(skb); in hci_cmd_sync_complete() 190 skb = hdev->req_skb; in __hci_cmd_sync_sk() 191 hdev->req_skb = NULL; in __hci_cmd_sync_sk()
|
/linux-6.6.21/net/mctp/ |
D | device.c | 160 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.6.21/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 690 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() 3999 struct sk_buff *req_skb; in send_fw_pass_open_req() local 4004 req_skb = alloc_skb(sizeof(struct fw_ofld_connection_wr), GFP_KERNEL); in send_fw_pass_open_req() 4005 if (!req_skb) in send_fw_pass_open_req() 4007 req = __skb_put_zero(req_skb, sizeof(*req)); in send_fw_pass_open_req() 4039 set_wr_txq(req_skb, CPL_PRIORITY_CONTROL, port_id); in send_fw_pass_open_req() 4040 ret = cxgb4_ofld_send(dev->rdev.lldi.ports[0], req_skb); in send_fw_pass_open_req() [all …]
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 555 struct sk_buff *req_skb; member
|