/kernel/linux/linux-5.10/net/nfc/hci/ |
H A D | llc_nop.c | 17 int tx_tailroom; member 23 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() 39 llc_nop->tx_tailroom = tx_tailroom; in llc_nop_init() 21 llc_nop_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure) llc_nop_init() argument
|
H A D | llc.c | 93 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() 107 tx_headroom, tx_tailroom, in nfc_llc_allocate() 90 nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, llc_failure_t llc_failure) nfc_llc_allocate() argument
|
H A 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() 772 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init() 738 llc_shdlc_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure) llc_shdlc_init() argument
|
H A D | llc.h | 18 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|
H A D | hcp.c | 58 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | llc_nop.c | 17 int tx_tailroom; member 23 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() 39 llc_nop->tx_tailroom = tx_tailroom; in llc_nop_init() 21 llc_nop_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure) llc_nop_init() argument
|
H A D | llc.c | 93 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() 107 tx_headroom, tx_tailroom, in nfc_llc_allocate() 90 nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, llc_failure_t llc_failure) nfc_llc_allocate() argument
|
H A D | llc_shdlc.c | 63 int tx_tailroom; member 132 shdlc->tx_tailroom + payload_len, GFP_KERNEL); in llc_shdlc_alloc_skb() 723 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() 755 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init() 721 llc_shdlc_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, rcv_to_hci_t rcv_to_hci, int tx_headroom, int tx_tailroom, int *rx_headroom, int *rx_tailroom, llc_failure_t llc_failure) llc_shdlc_init() argument
|
H A D | llc.h | 18 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|
H A D | hcp.c | 58 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | digital.h | 199 int tx_tailroom; member 243 int tx_tailroom);
|
H A D | llc.h | 26 int tx_tailroom, llc_failure_t llc_failure);
|
H A D | nci_core.h | 202 int tx_tailroom; member 274 int tx_tailroom); 324 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
|
H A D | nfc.h | 182 int tx_tailroom; member 204 int tx_tailroom);
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | digital.h | 199 int tx_tailroom; member 243 int tx_tailroom);
|
H A D | llc.h | 26 int tx_tailroom, llc_failure_t llc_failure);
|
H A D | nci_core.h | 202 int tx_tailroom; member 274 int tx_tailroom); 326 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
|
H A D | nfc.h | 182 int tx_tailroom; member 204 int tx_tailroom);
|
/kernel/linux/linux-5.10/drivers/nfc/fdp/ |
H A D | fdp.h | 25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
/kernel/linux/linux-6.6/drivers/nfc/fdp/ |
H A D | fdp.h | 25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_core.c | 47 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc() 753 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() 794 ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN; in nfc_digital_allocate_device() 798 ddev->tx_tailroom); in nfc_digital_allocate_device() 750 nfc_digital_allocate_device(struct nfc_digital_ops *ops, __u32 supported_protocols, __u32 driver_capabilities, int tx_headroom, int tx_tailroom) nfc_digital_allocate_device() argument
|
H A D | core.c | 716 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb() 1045 int tx_headroom, int tx_tailroom) in nfc_allocate_device() 1073 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device() 1043 nfc_allocate_device(struct nfc_ops *ops, u32 supported_protocols, int tx_headroom, int tx_tailroom) nfc_allocate_device() argument
|
H A D | llcp_commands.c | 373 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 549 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 637 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_core.c | 47 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc() 756 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() 797 ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN; in nfc_digital_allocate_device() 801 ddev->tx_tailroom); in nfc_digital_allocate_device() 753 nfc_digital_allocate_device(const struct nfc_digital_ops *ops, __u32 supported_protocols, __u32 driver_capabilities, int tx_headroom, int tx_tailroom) nfc_digital_allocate_device() argument
|
H A D | core.c | 722 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb() 1049 * @tx_tailroom: reserved space at end of skb 1053 int tx_headroom, int tx_tailroom) in nfc_allocate_device() 1081 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device() 1051 nfc_allocate_device(const struct nfc_ops *ops, u32 supported_protocols, int tx_headroom, int tx_tailroom) nfc_allocate_device() argument
|