Home
last modified time | relevance | path

Searched refs:nci_skb_alloc (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/net/nfc/nci/
Dspi.c153 skb = nci_skb_alloc(nspi->ndev, 0, GFP_KERNEL); in send_acknowledge()
212 skb = nci_skb_alloc(nspi->ndev, rx_len, GFP_KERNEL); in __nci_spi_read()
Ddata.c119 skb_frag = nci_skb_alloc(ndev, in nci_queue_tx_data_frags()
Duart.c244 nu->rx_skb = nci_skb_alloc(nu->ndev, in nci_uart_default_recv_buf()
Dhci.c156 skb = nci_skb_alloc(ndev, conn_info->max_pkt_payload_len + in nci_hci_send_data()
186 skb = nci_skb_alloc(ndev, in nci_hci_send_data()
Dcore.c454 skb = nci_skb_alloc(ndev, NCI_DATA_HDR_SIZE + data_len, GFP_KERNEL); in nci_nfcc_loopback()
1368 skb = nci_skb_alloc(ndev, (NCI_CTRL_HDR_SIZE + plen), GFP_KERNEL); in nci_send_cmd()
/linux-6.6.21/drivers/nfc/nfcmrvl/
Di2c.c38 *skb = nci_skb_alloc(drv_data->priv->ndev, in nfcmrvl_i2c_read()
Dusb.c71 skb = nci_skb_alloc(drv_data->priv->ndev, urb->actual_length, in nfcmrvl_bulk_complete()
Dfw_dnld.c78 skb = nci_skb_alloc(priv->ndev, (NCI_DATA_HDR_SIZE + plen), GFP_KERNEL); in alloc_lc_skb()
/linux-6.6.21/drivers/nfc/nxp-nci/
Dfirmware.c97 skb = nci_skb_alloc(info->ndev, info->max_payload, GFP_KERNEL); in nxp_nci_fw_send_chunk()
/linux-6.6.21/include/net/nfc/
Dnci_core.h320 static inline struct sk_buff *nci_skb_alloc(struct nci_dev *ndev, in nci_skb_alloc() function
/linux-6.6.21/drivers/nfc/fdp/
Dfdp.c212 skb = nci_skb_alloc(ndev, (NCI_CTRL_HDR_SIZE + payload_size), in fdp_nci_send_patch()