NCI_DATA_HDR_SIZE   89 drivers/nfc/nfcmrvl/fw_dnld.c 	skb = nci_skb_alloc(priv->ndev, (NCI_DATA_HDR_SIZE + plen), GFP_KERNEL);
NCI_DATA_HDR_SIZE   95 drivers/nfc/nfcmrvl/fw_dnld.c 	hdr = skb_put(skb, NCI_DATA_HDR_SIZE);
NCI_DATA_HDR_SIZE   80 drivers/nfc/st-nci/spi.c 	u8 buf[ST_NCI_SPI_MAX_SIZE + NCI_DATA_HDR_SIZE +
NCI_DATA_HDR_SIZE  447 net/nfc/nci/core.c 	skb = nci_skb_alloc(ndev, NCI_DATA_HDR_SIZE + data_len, GFP_KERNEL);
NCI_DATA_HDR_SIZE  451 net/nfc/nci/core.c 	skb_reserve(skb, NCI_DATA_HDR_SIZE);
NCI_DATA_HDR_SIZE 1149 net/nfc/nci/core.c 					    tx_headroom + NCI_DATA_HDR_SIZE,
NCI_DATA_HDR_SIZE   72 net/nfc/nci/data.c 	hdr = skb_push(skb, NCI_DATA_HDR_SIZE);
NCI_DATA_HDR_SIZE  120 net/nfc/nci/data.c 					 (NCI_DATA_HDR_SIZE + frag_len),
NCI_DATA_HDR_SIZE  126 net/nfc/nci/data.c 		skb_reserve(skb_frag, NCI_DATA_HDR_SIZE);
NCI_DATA_HDR_SIZE  286 net/nfc/nci/data.c 	skb_pull(skb, NCI_DATA_HDR_SIZE);
NCI_DATA_HDR_SIZE  156 net/nfc/nci/hci.c 			    NCI_DATA_HDR_SIZE, GFP_KERNEL);
NCI_DATA_HDR_SIZE  160 net/nfc/nci/hci.c 	skb_reserve(skb, NCI_DATA_HDR_SIZE + 2);
NCI_DATA_HDR_SIZE  189 net/nfc/nci/hci.c 					    NCI_DATA_HDR_SIZE, GFP_KERNEL);
NCI_DATA_HDR_SIZE  193 net/nfc/nci/hci.c 			skb_reserve(skb, NCI_DATA_HDR_SIZE + 1);