Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/nci/
Ddata.c84 hdr = skb_push(skb, NCI_DATA_HDR_SIZE); in nci_push_data_hdr()
132 (NCI_DATA_HDR_SIZE + frag_len), in nci_queue_tx_data_frags()
138 skb_reserve(skb_frag, NCI_DATA_HDR_SIZE); in nci_queue_tx_data_frags()
298 skb_pull(skb, NCI_DATA_HDR_SIZE); in nci_rx_data_packet()
Dhci.c168 NCI_DATA_HDR_SIZE, GFP_KERNEL); in nci_hci_send_data()
172 skb_reserve(skb, NCI_DATA_HDR_SIZE + 2); in nci_hci_send_data()
201 NCI_DATA_HDR_SIZE, GFP_KERNEL); in nci_hci_send_data()
205 skb_reserve(skb, NCI_DATA_HDR_SIZE + 1); in nci_hci_send_data()
Dcore.c459 skb = nci_skb_alloc(ndev, NCI_DATA_HDR_SIZE + data_len, GFP_KERNEL); in nci_nfcc_loopback()
463 skb_reserve(skb, NCI_DATA_HDR_SIZE); in nci_nfcc_loopback()
1161 tx_headroom + NCI_DATA_HDR_SIZE, in nci_allocate_device()
/Linux-v4.19/drivers/nfc/nfcmrvl/
Dfw_dnld.c89 skb = nci_skb_alloc(priv->ndev, (NCI_DATA_HDR_SIZE + plen), GFP_KERNEL); in alloc_lc_skb()
95 hdr = skb_put(skb, NCI_DATA_HDR_SIZE); in alloc_lc_skb()
/Linux-v4.19/drivers/nfc/st-nci/
Dspi.c91 u8 buf[ST_NCI_SPI_MAX_SIZE + NCI_DATA_HDR_SIZE + in st_nci_spi_write()
/Linux-v4.19/include/net/nfc/
Dnci.h212 #define NCI_DATA_HDR_SIZE 3 macro