Searched refs:NCI_DATA_HDR_SIZE (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/nfc/nci/
H A Ddata.c72 hdr = skb_push(skb, NCI_DATA_HDR_SIZE);
120 (NCI_DATA_HDR_SIZE + frag_len),
126 skb_reserve(skb_frag, NCI_DATA_HDR_SIZE);
288 skb_pull(skb, NCI_DATA_HDR_SIZE);
H A Dhci.c157 NCI_DATA_HDR_SIZE, GFP_ATOMIC);
161 skb_reserve(skb, NCI_DATA_HDR_SIZE + 2);
188 NCI_DATA_HDR_SIZE, GFP_ATOMIC);
192 skb_reserve(skb, NCI_DATA_HDR_SIZE + 1);
H A Dcore.c454 skb = nci_skb_alloc(ndev, NCI_DATA_HDR_SIZE + data_len, GFP_KERNEL);
458 skb_reserve(skb, NCI_DATA_HDR_SIZE);
1181 tx_headroom + NCI_DATA_HDR_SIZE,
/linux-master/drivers/nfc/st-nci/
H A Dspi.c80 u8 buf[ST_NCI_SPI_MAX_SIZE + NCI_DATA_HDR_SIZE +
/linux-master/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c78 skb = nci_skb_alloc(priv->ndev, (NCI_DATA_HDR_SIZE + plen), GFP_KERNEL);
82 hdr = skb_put(skb, NCI_DATA_HDR_SIZE);
/linux-master/include/net/nfc/
H A Dnci.h205 #define NCI_DATA_HDR_SIZE 3 macro

Completed in 240 milliseconds