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()
392 struct nsh nsh; in dtl1_hci_send_frame() local
397 nsh.type = 0x81; in dtl1_hci_send_frame()
401 nsh.type = 0x82; in dtl1_hci_send_frame()
405 nsh.type = 0x83; in dtl1_hci_send_frame()
411 nsh.zero = 0; in dtl1_hci_send_frame()
412 nsh.len = skb->len; in dtl1_hci_send_frame()
424 memcpy(skb_push(s, NSHL), &nsh, NSHL); in dtl1_hci_send_frame()