Home
last modified time | relevance | path

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

12

/linux-6.1.9/net/bluetooth/
Dhci_sock.c399 skb = bt_skb_alloc(6 + data_len, GFP_ATOMIC); in hci_send_monitor_ctrl_event()
434 skb = bt_skb_alloc(HCI_MON_NEW_INDEX_SIZE, GFP_ATOMIC); in create_monitor_event()
448 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
461 skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC); in create_monitor_event()
473 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
481 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
534 skb = bt_skb_alloc(14 + TASK_COMM_LEN , GFP_ATOMIC); in create_monitor_ctrl_open()
579 skb = bt_skb_alloc(4, GFP_ATOMIC); in create_monitor_ctrl_close()
605 skb = bt_skb_alloc(6 + len, GFP_ATOMIC); in create_monitor_ctrl_command()
637 skb = bt_skb_alloc(len + 1, GFP_ATOMIC); in send_monitor_note()
[all …]
Dmgmt_util.c39 skb = bt_skb_alloc(6 + len, GFP_ATOMIC); in create_monitor_ctrl_event()
Dhci_request.c219 skb = bt_skb_alloc(len, GFP_ATOMIC); in hci_prepare_cmd()
Da2mp.c742 skb = bt_skb_alloc(hdr_len + len, GFP_KERNEL); in a2mp_chan_alloc_skb_cb()
/linux-6.1.9/drivers/bluetooth/
Dhci_intel.c167 skb = bt_skb_alloc(sizeof(suspend), GFP_KERNEL); in intel_lpm_suspend()
212 skb = bt_skb_alloc(0, GFP_KERNEL); in intel_lpm_resume()
252 skb = bt_skb_alloc(sizeof(lpm_resume_ack), GFP_KERNEL); in intel_lpm_host_wake()
443 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL); in inject_cmd_complete()
500 skb = bt_skb_alloc(sizeof(speed_cmd), GFP_KERNEL); in intel_set_baudrate()
Dh4_recv.h60 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
Dhci_mrvl.c150 skb = bt_skb_alloc(0, GFP_ATOMIC); in mrvl_send_ack()
333 skb = bt_skb_alloc(mrvl->tx_len, GFP_KERNEL); in mrvl_load_firmware()
Dbfusb.c215 skb = bt_skb_alloc(size, GFP_ATOMIC); in bfusb_rx_submit()
306 skb = bt_skb_alloc(pkt_len, GFP_ATOMIC); in bfusb_recv_block()
477 nskb = bt_skb_alloc(count + 32, GFP_KERNEL); in bfusb_send_frame()
Ddtl1_cs.c220 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in dtl1_receive()
410 s = bt_skb_alloc(NSHL + skb->len + 1, GFP_ATOMIC); in dtl1_hci_send_frame()
Dbtqcomsmd.c33 skb = bt_skb_alloc(count, GFP_ATOMIC); in btqcomsmd_recv()
Dhci_vhci.c300 skb = bt_skb_alloc(4, GFP_KERNEL); in __vhci_create_device()
391 skb = bt_skb_alloc(len, GFP_KERNEL); in vhci_get_user()
Dhci_h4.c181 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
Dbluecard_cs.c390 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bluecard_receive()
567 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_KERNEL); in bluecard_hci_set_baud_rate()
Dhci_nokia.c233 skb = bt_skb_alloc(len, GFP_KERNEL); in nokia_send_alive_packet()
273 skb = bt_skb_alloc(len, GFP_KERNEL); in nokia_send_negotiation()
Dbtsdio.c129 skb = bt_skb_alloc(len - 4, GFP_KERNEL); in btsdio_rx_packet()
Dbtusb.c840 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
910 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in btusb_recv_bulk()
978 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC); in btusb_recv_isoc()
1396 skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC); in btusb_diag_complete()
2190 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL); in inject_cmd_complete()
2349 skb = bt_skb_alloc(HCI_WMT_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_mtk_wmt_recv()
2991 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL); in marvell_config_oob_wake()
3484 skb = bt_skb_alloc(2, GFP_KERNEL); in alloc_diag_urb()
Dbt3c_cs.c239 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bt3c_receive()
Dhci_qca.c357 skb = bt_skb_alloc(1, GFP_ATOMIC); in send_hci_ibs_cmd()
1290 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL); in qca_set_baudrate()
1469 skb = bt_skb_alloc(QCA_CRASHBYTE_PACKET_LEN, GFP_KERNEL); in qca_send_crashbuffer()
Dhci_ll.c94 skb = bt_skb_alloc(1, GFP_ATOMIC); in send_hcill_cmd()
Dbtmrvl_main.c173 skb = bt_skb_alloc(HCI_COMMAND_HDR_SIZE + len, GFP_KERNEL); in btmrvl_send_sync_cmd()
Dbtqca.c426 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL); in qca_inject_cmd_complete_event()
Dhci_bcsp.c673 bcsp->rx_skb = bt_skb_alloc(0x1005, GFP_ATOMIC); in bcsp_recv()
Dbtrtl.c643 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL); in btrtl_initialize()
Dhci_h5.c493 h5->rx_skb = bt_skb_alloc(H5_MAX_LEN, GFP_ATOMIC); in h5_rx_pkt_start()
/linux-6.1.9/include/net/bluetooth/
Dbluetooth.h465 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) in bt_skb_alloc() function

12