Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/nfc/
Dnci_core.h80 int tx_tailroom; member
146 int tx_tailroom);
158 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
Dnfc.h104 int tx_tailroom; member
115 int tx_tailroom);
/linux-3.4.99/net/nfc/
Dcore.c387 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb()
502 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument
526 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device()
/linux-3.4.99/net/nfc/llcp/
Dcommands.c243 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_disconnect()
271 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
411 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
/linux-3.4.99/net/nfc/nci/
Dcore.c571 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument
589 ndev->tx_tailroom = tx_tailroom; in nci_allocate_device()
594 tx_tailroom); in nci_allocate_device()