Searched defs:NSHL (Results 1 - 1 of 1) sorted by relevance

/drivers/bluetooth/
H A Ddtl1_cs.c103 #define NSHL 4 /* Nokia Specific Header Length */ macro
224 info->rx_count = NSHL;
251 skb_pull(info->rx_skb, NSHL);
273 info->rx_count = NSHL;
414 s = bt_skb_alloc(NSHL + skb->len + 1, GFP_ATOMIC);
418 skb_reserve(s, NSHL);
424 memcpy(skb_push(s, NSHL), &nsh, NSHL); local
450 info->rx_count = NSHL;

Completed in 44 milliseconds