Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c109 kfree_skb(hdev->req_skb); in hci_req_sync_complete()
110 hdev->req_skb = skb_get(skb); in hci_req_sync_complete()
184 kfree_skb(hdev->req_skb); in __hci_req_sync()
185 hdev->req_skb = NULL; in __hci_req_sync()
H A Dhci_core.c1443 if (hdev->req_skb) { in hci_cmd_timeout()
1444 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout()
2742 kfree_skb(hdev->req_skb); in hci_release_dev()
3093 data = hci_cmd_data(hdev->req_skb, opcode); in hci_sent_cmd_data()
3911 skb = hdev->req_skb; in hci_req_cmd_complete()
4042 kfree_skb(hdev->req_skb); in hci_send_cmd_sync()
4043 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
H A Dhci_sync.c36 kfree_skb(hdev->req_skb); in hci_cmd_sync_complete()
37 hdev->req_skb = NULL; in hci_cmd_sync_complete()
5092 if (hdev->req_skb) { in hci_dev_open_sync()
5093 kfree_skb(hdev->req_skb); in hci_dev_open_sync()
5094 hdev->req_skb = NULL; in hci_dev_open_sync()
5258 if (hdev->req_skb) { in hci_dev_close_sync()
5259 kfree_skb(hdev->req_skb); in hci_dev_close_sync()
5260 hdev->req_skb = NULL; in hci_dev_close_sync()
H A Dhci_event.c4345 if (ev->status || (hdev->req_skb && !hci_skb_event(hdev->req_skb))) { in hci_cmd_status_evt()
7088 if (hdev->req_skb && in hci_le_meta_evt()
7089 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) == 0x08 && in hci_le_meta_evt()
7090 hci_skb_event(hdev->req_skb) == ev->subevent) { in hci_le_meta_evt()
7091 *opcode = hci_skb_opcode(hdev->req_skb); in hci_le_meta_evt()
7456 if (hdev->req_skb && in hci_event_packet()
7457 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) != 0x08 && in hci_event_packet()
7458 hci_skb_event(hdev->req_skb) == event) { in hci_event_packet()
7459 hci_req_cmd_complete(hdev, hci_skb_opcode(hdev->req_skb), in hci_event_packet()
/openbmc/linux/net/mctp/
H A 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()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A 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()
4003 struct sk_buff *req_skb; in send_fw_pass_open_req() local
4008 req_skb = alloc_skb(sizeof(struct fw_ofld_connection_wr), GFP_KERNEL); in send_fw_pass_open_req()
4009 if (!req_skb) in send_fw_pass_open_req()
4011 req = __skb_put_zero(req_skb, sizeof(*req)); in send_fw_pass_open_req()
4043 set_wr_txq(req_skb, CPL_PRIORITY_CONTROL, port_id); in send_fw_pass_open_req()
4044 ret = cxgb4_ofld_send(dev->rdev.lldi.ports[0], req_skb); in send_fw_pass_open_req()
[all …]
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h520 struct sk_buff *req_skb; member