Searched refs:NCI_DATA_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
84 hdr = (struct nci_data_hdr *) skb_push(skb, NCI_DATA_HDR_SIZE); in nci_push_data_hdr()120 (NCI_DATA_HDR_SIZE + frag_len), in nci_queue_tx_data_frags()126 skb_reserve(skb_frag, NCI_DATA_HDR_SIZE); in nci_queue_tx_data_frags()285 skb_pull(skb, NCI_DATA_HDR_SIZE); in nci_rx_data_packet()
165 NCI_DATA_HDR_SIZE, GFP_KERNEL); in nci_hci_send_data()169 skb_reserve(skb, NCI_DATA_HDR_SIZE + 2); in nci_hci_send_data()198 NCI_DATA_HDR_SIZE, GFP_KERNEL); in nci_hci_send_data()202 skb_reserve(skb, NCI_DATA_HDR_SIZE + 1); in nci_hci_send_data()
970 tx_headroom + NCI_DATA_HDR_SIZE, in nci_allocate_device()
210 #define NCI_DATA_HDR_SIZE 3 macro