Home
last modified time | relevance | path

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

/linux-4.1.27/net/nfc/nci/
Ddata.c84 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()
Dhci.c165 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()
Dcore.c970 tx_headroom + NCI_DATA_HDR_SIZE, in nci_allocate_device()
/linux-4.1.27/include/net/nfc/
Dnci.h210 #define NCI_DATA_HDR_SIZE 3 macro