Searched refs:req_skb (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mctp/ |
| H A D | device.c | 152 struct sk_buff *req_skb, struct nlmsghdr *req_nlh) in mctp_addr_notify() argument 154 u32 portid = NETLINK_CB(req_skb).portid; in mctp_addr_notify()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A 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() 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 …]
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 1466 if (hdev->req_skb) { in hci_cmd_timeout() 1467 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout() 2774 kfree_skb(hdev->req_skb); in hci_release_dev() 3171 data = hci_cmd_data(hdev->req_skb, opcode); in hci_sent_cmd_data() 3993 skb = hdev->req_skb; in hci_req_cmd_complete() 4130 kfree_skb(hdev->req_skb); in hci_send_cmd_sync() 4131 hdev->req_skb = skb_clone(hdev->sent_cmd, GFP_KERNEL); in hci_send_cmd_sync()
|
| H A D | hci_event.c | 4397 if (ev->status || (hdev->req_skb && !hci_skb_event(hdev->req_skb))) { in hci_cmd_status_evt() 7378 if (hdev->req_skb && in hci_le_meta_evt() 7379 (hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) == 0x08 || in hci_le_meta_evt() 7380 hci_skb_opcode(hdev->req_skb) == HCI_OP_NOP) && in hci_le_meta_evt() 7381 hci_skb_event(hdev->req_skb) == ev->subevent) { in hci_le_meta_evt() 7382 *opcode = hci_skb_opcode(hdev->req_skb); in hci_le_meta_evt() 7749 if (hdev->req_skb && in hci_event_packet() 7750 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) != 0x08 && in hci_event_packet() 7751 hci_skb_event(hdev->req_skb) == event) { in hci_event_packet() 7752 hci_req_cmd_complete(hdev, hci_skb_opcode(hdev->req_skb), in hci_event_packet()
|
| H A D | hci_sync.c | 35 kfree_skb(hdev->req_skb); in hci_cmd_sync_complete() 36 hdev->req_skb = NULL; in hci_cmd_sync_complete() 5194 if (hdev->req_skb) { in hci_dev_open_sync() 5195 kfree_skb(hdev->req_skb); in hci_dev_open_sync() 5196 hdev->req_skb = NULL; in hci_dev_open_sync() 5367 if (hdev->req_skb) { in hci_dev_close_sync() 5368 kfree_skb(hdev->req_skb); in hci_dev_close_sync() 5369 hdev->req_skb = NULL; in hci_dev_close_sync()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 535 struct sk_buff *req_skb; member
|