| /Linux-v5.4/net/nfc/hci/ |
| D | llc_nop.c | 17 int tx_tailroom; member 23 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument 39 llc_nop->tx_tailroom = tx_tailroom; in llc_nop_init()
|
| D | llc.c | 93 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() argument 107 tx_headroom, tx_tailroom, in nfc_llc_allocate()
|
| D | llc_shdlc.c | 63 int tx_tailroom; member 132 shdlc->tx_tailroom + payload_len, GFP_KERNEL); in llc_shdlc_alloc_skb() 740 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() argument 772 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init()
|
| D | llc.h | 18 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|
| D | hcp.c | 58 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
|
| D | core.c | 943 int tx_tailroom, in nfc_hci_allocate_device() argument 960 tx_tailroom, nfc_hci_llc_failure); in nfc_hci_allocate_device() 968 tx_tailroom); in nfc_hci_allocate_device()
|
| /Linux-v5.4/include/net/nfc/ |
| D | digital.h | 199 int tx_tailroom; member 243 int tx_tailroom);
|
| D | llc.h | 26 int tx_tailroom, llc_failure_t llc_failure);
|
| D | nci_core.h | 201 int tx_tailroom; member 273 int tx_tailroom); 322 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
|
| D | nfc.h | 182 int tx_tailroom; member 204 int tx_tailroom);
|
| D | hci.h | 160 int tx_tailroom,
|
| /Linux-v5.4/drivers/nfc/fdp/ |
| D | fdp.h | 25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
| D | fdp.c | 735 int tx_tailroom, u8 clock_type, u32 clock_freq, in fdp_nci_probe() argument 765 tx_tailroom); in fdp_nci_probe()
|
| /Linux-v5.4/net/nfc/ |
| D | digital_core.c | 47 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc() 748 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument 789 ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN; in nfc_digital_allocate_device() 793 ddev->tx_tailroom); in nfc_digital_allocate_device()
|
| D | llcp_commands.c | 370 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 538 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 626 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
|
| D | core.c | 717 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb() 1046 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument 1074 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device()
|
| /Linux-v5.4/net/nfc/nci/ |
| D | core.c | 1118 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument 1144 ndev->tx_tailroom = tx_tailroom; in nci_allocate_device() 1150 tx_tailroom); in nci_allocate_device()
|
| /Linux-v5.4/Documentation/driver-api/nfc/ |
| D | nfc-hci.rst | 159 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|