Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Ddtl1_cs.c103 #define NSHL 4 /* Nokia Specific Header Length */ macro
224 info->rx_count = NSHL; in dtl1_receive()
251 skb_pull(info->rx_skb, NSHL); in dtl1_receive()
274 info->rx_count = NSHL; in dtl1_receive()
410 s = bt_skb_alloc(NSHL + skb->len + 1, GFP_ATOMIC); in dtl1_hci_send_frame()
414 skb_reserve(s, NSHL); in dtl1_hci_send_frame()
420 memcpy(skb_push(s, NSHL), &nsh, NSHL); in dtl1_hci_send_frame()
446 info->rx_count = NSHL; in dtl1_open()