Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/hci/
H A Dllc_nop.c17 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()
H A Dllc.c93 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() argument
107 tx_headroom, tx_tailroom, in nfc_llc_allocate()
H A Dllc_shdlc.c63 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() argument
755 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init()
H A Dllc.h18 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
H A Dhcp.c58 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
H A Dcore.c956 int tx_tailroom, in nfc_hci_allocate_device() argument
973 tx_tailroom, nfc_hci_llc_failure); in nfc_hci_allocate_device()
981 tx_tailroom); in nfc_hci_allocate_device()
/openbmc/linux/include/net/nfc/
H A Ddigital.h199 int tx_tailroom; member
243 int tx_tailroom);
H A Dllc.h26 int tx_tailroom, llc_failure_t llc_failure);
H A Dnci_core.h202 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 Dnfc.h182 int tx_tailroom; member
204 int tx_tailroom);
H A Dhci.h160 int tx_tailroom,
/openbmc/linux/drivers/nfc/fdp/
H A Dfdp.h25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
H A Dfdp.c701 int tx_tailroom, u8 clock_type, u32 clock_freq, in fdp_nci_probe() argument
732 tx_tailroom); in fdp_nci_probe()
/openbmc/linux/net/nfc/
H A Ddigital_core.c47 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() argument
797 ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN; in nfc_digital_allocate_device()
801 ddev->tx_tailroom); in nfc_digital_allocate_device()
H A Dllcp_commands.c369 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
541 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl()
629 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
H A Dcore.c722 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb()
1053 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument
1081 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device()
/openbmc/linux/net/nfc/nci/
H A Dcore.c1151 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument
1176 ndev->tx_tailroom = tx_tailroom; in nci_allocate_device()
1182 tx_tailroom); in nci_allocate_device()
/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst159 int tx_tailroom, int *rx_headroom, int *rx_tailroom,