Home
last modified time | relevance | path

Searched refs:bt_skb_alloc (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/drivers/bluetooth/
Dhci_vhci.c110 skb = bt_skb_alloc(4, GFP_KERNEL); in __vhci_create_device()
180 skb = bt_skb_alloc(len, GFP_KERNEL); in vhci_get_user()
Dhci_ll.c103 skb = bt_skb_alloc(1, GFP_ATOMIC); in send_hcill_cmd()
488 ll->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in ll_recv()
Dhci_intel.c182 skb = bt_skb_alloc(sizeof(suspend), GFP_KERNEL); in intel_lpm_suspend()
227 skb = bt_skb_alloc(0, GFP_KERNEL); in intel_lpm_resume()
267 skb = bt_skb_alloc(sizeof(lpm_resume_ack), GFP_KERNEL); in intel_lpm_host_wake()
456 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_ATOMIC); in inject_cmd_complete()
513 skb = bt_skb_alloc(sizeof(speed_cmd), GFP_KERNEL); in intel_set_baudrate()
Dbfusb.c230 skb = bt_skb_alloc(size, GFP_ATOMIC); in bfusb_rx_submit()
321 skb = bt_skb_alloc(pkt_len, GFP_ATOMIC); in bfusb_recv_block()
492 nskb = bt_skb_alloc(count + 32, GFP_ATOMIC); in bfusb_send_frame()
Ddtl1_cs.c220 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in dtl1_receive()
409 s = bt_skb_alloc(NSHL + skb->len + 1, GFP_ATOMIC); in dtl1_hci_send_frame()
Dhci_h4.c182 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
Dbluecard_cs.c396 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bluecard_receive()
572 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bluecard_hci_set_baud_rate()
Dhci_qca.c211 skb = bt_skb_alloc(1, GFP_ATOMIC); in send_hci_ibs_cmd()
868 skb = bt_skb_alloc(sizeof(cmd), GFP_ATOMIC); in qca_set_baudrate()
Dbtsdio.c143 skb = bt_skb_alloc(len - 4, GFP_KERNEL); in btsdio_rx_packet()
Dbtusb.c442 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
497 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in btusb_recv_bulk()
554 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC); in btusb_recv_isoc()
907 skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC); in btusb_diag_complete()
1850 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_ATOMIC); in inject_cmd_complete()
2739 skb = bt_skb_alloc(2, GFP_KERNEL); in alloc_diag_urb()
Dbtuart_cs.c194 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in btuart_receive()
Dbt3c_cs.c239 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bt3c_receive()
Dbtmrvl_main.c186 skb = bt_skb_alloc(HCI_COMMAND_HDR_SIZE + len, GFP_ATOMIC); in btmrvl_send_sync_cmd()
Dhci_bcm.c261 skb = bt_skb_alloc(3, GFP_KERNEL); in bcm_set_diag()
Dhci_bcsp.c654 bcsp->rx_skb = bt_skb_alloc(0x1005, GFP_ATOMIC); in bcsp_recv()
Dhci_h5.c449 h5->rx_skb = bt_skb_alloc(H5_MAX_LEN, GFP_ATOMIC); in h5_rx_pkt_start()
Dbtmrvl_sdio.c656 skb = bt_skb_alloc(num_blocks * blksz + BTSDIO_DMA_ALIGN, GFP_ATOMIC); in btmrvl_sdio_card_to_host()
/linux-4.4.14/net/bluetooth/
Dhci_sock.c317 skb = bt_skb_alloc(HCI_MON_NEW_INDEX_SIZE, GFP_ATOMIC); in create_monitor_event()
331 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
345 skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC); in create_monitor_event()
357 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
365 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
435 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event()
Dhci_request.c88 skb = bt_skb_alloc(len, GFP_ATOMIC); in hci_prepare_cmd()
Da2mp.c734 skb = bt_skb_alloc(hdr_len + len, GFP_KERNEL); in a2mp_chan_alloc_skb_cb()
D6lowpan.c974 return bt_skb_alloc(hdr_len + len, GFP_ATOMIC); in chan_alloc_skb_cb()
Dl2cap_core.c1035 skb = bt_skb_alloc(hlen, GFP_KERNEL); in l2cap_create_sframe_pdu()
2886 skb = bt_skb_alloc(count, GFP_KERNEL); in l2cap_build_cmd()
2916 *frag = bt_skb_alloc(count, GFP_KERNEL); in l2cap_build_cmd()
7513 conn->rx_skb = bt_skb_alloc(len, GFP_KERNEL); in l2cap_recv_acldata()
Dsmp.c3051 skb = bt_skb_alloc(hdr_len + len, GFP_KERNEL); in smp_alloc_skb_cb()
Dhci_core.c3519 skb = bt_skb_alloc(3, GFP_ATOMIC); in hci_reset_dev()
/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h319 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) in bt_skb_alloc() function