Lines Matching refs:nsh
97 struct nsh { struct
205 struct nsh *nsh; in dtl1_receive() local
230 nsh = (struct nsh *)info->rx_skb->data; in dtl1_receive()
239 info->rx_count = nsh->len + (nsh->len & 0x0001); in dtl1_receive()
242 bt_cb(info->rx_skb)->pkt_type = nsh->type; in dtl1_receive()
245 if (nsh->len & 0x0001) { in dtl1_receive()
387 struct nsh nsh; in dtl1_hci_send_frame() local
392 nsh.type = 0x81; in dtl1_hci_send_frame()
396 nsh.type = 0x82; in dtl1_hci_send_frame()
400 nsh.type = 0x83; in dtl1_hci_send_frame()
406 nsh.zero = 0; in dtl1_hci_send_frame()
407 nsh.len = skb->len; in dtl1_hci_send_frame()
419 memcpy(skb_push(s, NSHL), &nsh, NSHL); in dtl1_hci_send_frame()