Home
last modified time | relevance | path

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

/linux/net/nfc/nci/
H A Ddata.c72 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()
288 skb_pull(skb, NCI_DATA_HDR_SIZE); in nci_rx_data_packet()
H A Dhci.c157 NCI_DATA_HDR_SIZE, GFP_ATOMIC); in nci_hci_send_data()
161 skb_reserve(skb, NCI_DATA_HDR_SIZE + 2); in nci_hci_send_data()
188 NCI_DATA_HDR_SIZE, GFP_ATOMIC); in nci_hci_send_data()
192 skb_reserve(skb, NCI_DATA_HDR_SIZE + 1); in nci_hci_send_data()
/linux/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c78 skb = nci_skb_alloc(priv->ndev, (NCI_DATA_HDR_SIZE + plen), GFP_KERNEL); in alloc_lc_skb()
82 hdr = skb_put(skb, NCI_DATA_HDR_SIZE); in alloc_lc_skb()
/linux/drivers/nfc/st-nci/
H A Dspi.c80 u8 buf[ST_NCI_SPI_MAX_SIZE + NCI_DATA_HDR_SIZE + in st_nci_spi_write()
/linux/include/net/nfc/
H A Dnci.h205 #define NCI_DATA_HDR_SIZE 3 macro