Home
last modified time | relevance | path

Searched refs:tx_tailroom (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/net/nfc/hci/
Dllc_nop.c28 int tx_tailroom; member
34 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument
50 llc_nop->tx_tailroom = tx_tailroom; in llc_nop_init()
Dllc.c104 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() argument
118 tx_headroom, tx_tailroom, in nfc_llc_allocate()
Dllc_shdlc.c74 int tx_tailroom; member
143 shdlc->tx_tailroom + payload_len, GFP_KERNEL); in llc_shdlc_alloc_skb()
751 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() argument
783 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init()
Dllc.h29 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
Dhcp.c70 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
Dcore.c955 int tx_tailroom, in nfc_hci_allocate_device() argument
972 tx_tailroom, nfc_hci_llc_failure); in nfc_hci_allocate_device()
980 tx_tailroom); in nfc_hci_allocate_device()
/Linux-v4.19/include/net/nfc/
Ddigital.h208 int tx_tailroom; member
252 int tx_tailroom);
Dllc.h37 int tx_tailroom, llc_failure_t llc_failure);
Dnci_core.h213 int tx_tailroom; member
285 int tx_tailroom);
334 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
Dnfc.h194 int tx_tailroom; member
216 int tx_tailroom);
Dhci.h172 int tx_tailroom,
/Linux-v4.19/drivers/nfc/fdp/
Dfdp.h33 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
Dfdp.c743 int tx_tailroom, u8 clock_type, u32 clock_freq, in fdp_nci_probe() argument
773 tx_tailroom); in fdp_nci_probe()
/Linux-v4.19/net/nfc/
Ddigital_core.c56 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc()
757 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument
798 ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN; in nfc_digital_allocate_device()
802 ddev->tx_tailroom); in nfc_digital_allocate_device()
Dllcp_commands.c382 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
530 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl()
618 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
Dcore.c729 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb()
1058 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument
1086 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device()
/Linux-v4.19/net/nfc/nci/
Dcore.c1130 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument
1156 ndev->tx_tailroom = tx_tailroom; in nci_allocate_device()
1162 tx_tailroom); in nci_allocate_device()
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt153 int tx_tailroom, int *rx_headroom, int *rx_tailroom,