Home
last modified time | relevance | path

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

/net/nfc/hci/
Dllc_nop.c30 int tx_tailroom; member
36 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument
52 llc_nop->tx_tailroom = tx_tailroom; in llc_nop_init()
Dllc.c108 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() argument
122 tx_headroom, tx_tailroom, in nfc_llc_allocate()
Dllc_shdlc.c76 int tx_tailroom; member
145 shdlc->tx_tailroom + payload_len, GFP_KERNEL); in llc_shdlc_alloc_skb()
753 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() argument
793 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init()
Dllc.h31 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
Dhcp.c72 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
Dcore.c803 int tx_tailroom, in nfc_hci_allocate_device() argument
820 tx_tailroom, nfc_hci_llc_failure); in nfc_hci_allocate_device()
828 tx_tailroom); in nfc_hci_allocate_device()
/net/nfc/
Dcore.c561 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb()
790 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument
810 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device()
Dllcp_commands.c380 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
527 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl()
616 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
/net/nfc/nci/
Dcore.c662 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument
680 ndev->tx_tailroom = tx_tailroom; in nci_allocate_device()
686 tx_tailroom); in nci_allocate_device()