Home
last modified time | relevance | path

Searched refs:tx_tailroom (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/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()
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 Dllc.c93 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 Dllc_shdlc.c63 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 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()
/kernel/linux/linux-6.6/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()
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 Dllc.c93 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 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()
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 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()
/kernel/linux/linux-5.10/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);
324 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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/drivers/nfc/fdp/
H A Dfdp.h25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
/kernel/linux/linux-6.6/drivers/nfc/fdp/
H A Dfdp.h25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
/kernel/linux/linux-5.10/net/nfc/
H A Ddigital_core.c47 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 Dcore.c716 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 Dllcp_commands.c373 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 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()
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 Dcore.c722 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

Completed in 17 milliseconds

12