Searched refs:nci_skb_alloc (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/net/nfc/nci/ |
D | spi.c | 153 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()
|
D | data.c | 119 skb_frag = nci_skb_alloc(ndev, in nci_queue_tx_data_frags()
|
D | uart.c | 244 nu->rx_skb = nci_skb_alloc(nu->ndev, in nci_uart_default_recv_buf()
|
D | hci.c | 156 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()
|
D | core.c | 454 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/ |
D | i2c.c | 38 *skb = nci_skb_alloc(drv_data->priv->ndev, in nfcmrvl_i2c_read()
|
D | usb.c | 71 skb = nci_skb_alloc(drv_data->priv->ndev, urb->actual_length, in nfcmrvl_bulk_complete()
|
D | fw_dnld.c | 78 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/ |
D | firmware.c | 97 skb = nci_skb_alloc(info->ndev, info->max_payload, GFP_KERNEL); in nxp_nci_fw_send_chunk()
|
/linux-6.6.21/include/net/nfc/ |
D | nci_core.h | 320 static inline struct sk_buff *nci_skb_alloc(struct nci_dev *ndev, in nci_skb_alloc() function
|
/linux-6.6.21/drivers/nfc/fdp/ |
D | fdp.c | 212 skb = nci_skb_alloc(ndev, (NCI_CTRL_HDR_SIZE + payload_size), in fdp_nci_send_patch()
|