Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_sock.c398 skb = bt_skb_alloc(6 + data_len, GFP_ATOMIC); in hci_send_monitor_ctrl_event()
433 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(le in send_monitor_note()
[all...]
H A Dmgmt_util.c39 skb = bt_skb_alloc(6 + len, GFP_ATOMIC); in create_monitor_ctrl_event()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sock.c448 skb = bt_skb_alloc(6 + data_len, GFP_ATOMIC); in hci_send_monitor_ctrl_event()
483 skb = bt_skb_alloc(HCI_MON_NEW_INDEX_SIZE, GFP_ATOMIC); in create_monitor_event()
498 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
511 skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC); in create_monitor_event()
523 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
531 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
584 skb = bt_skb_alloc(14 + TASK_COMM_LEN, GFP_ATOMIC); in create_monitor_ctrl_open()
631 skb = bt_skb_alloc(4, GFP_ATOMIC); in create_monitor_ctrl_close()
659 skb = bt_skb_alloc(6 + len, GFP_ATOMIC); in create_monitor_ctrl_command()
693 skb = bt_skb_alloc(le in send_monitor_note()
[all...]
/kernel/linux/linux-5.10/drivers/bluetooth/
H A 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()
H A Dhci_vhci.c98 skb = bt_skb_alloc(4, GFP_KERNEL); in __vhci_create_device()
170 skb = bt_skb_alloc(len, GFP_KERNEL); in vhci_get_user()
H A Dh4_recv.h60 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
H A 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()
H A 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()
H A 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()
H A Dbtqcomsmd.c33 skb = bt_skb_alloc(count, GFP_ATOMIC); in btqcomsmd_recv()
H A Dhci_h4.c181 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
H A 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()
H A 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()
H A Dbtsdio.c129 skb = bt_skb_alloc(len - 4, GFP_KERNEL); in btsdio_rx_packet()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A 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()
H A Dh4_recv.h60 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
H A 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()
H A 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()
H A Dhci_mrvl.c152 skb = bt_skb_alloc(0, GFP_ATOMIC); in mrvl_send_ack()
343 skb = bt_skb_alloc(mrvl->tx_len, GFP_KERNEL); in mrvl_load_firmware()
H A Dbtqcomsmd.c33 skb = bt_skb_alloc(count, GFP_ATOMIC); in btqcomsmd_recv()
H A Dhci_h4.c181 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
H A 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()
H A 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()
H A Dhci_vhci.c402 skb = bt_skb_alloc(4, GFP_KERNEL); in __vhci_create_device()
497 skb = bt_skb_alloc(len, GFP_KERNEL); in vhci_get_user()
H A Dbtsdio.c129 skb = bt_skb_alloc(len - 4, GFP_KERNEL); in btsdio_rx_packet()

Completed in 28 milliseconds

123