Searched defs:tx_tailroom (Results 1 - 6 of 6) sorted by relevance

/net/nfc/hci/
H A Dllc_nop.c30 int tx_tailroom; member in struct:llc_nop
36 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
52 llc_nop->tx_tailroom = tx_tailroom;
34 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) argument
H A Dllc.c108 int tx_tailroom, llc_failure_t llc_failure)
122 tx_headroom, tx_tailroom,
105 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) argument
H A Dcore.c803 int tx_tailroom,
820 tx_tailroom, nfc_hci_llc_failure);
828 tx_tailroom);
796 nfc_hci_allocate_device(struct nfc_hci_ops *ops, struct nfc_hci_init_data *init_data, unsigned long quirks, u32 protocols, u32 supported_se, const char *llc_name, int tx_headroom, int tx_tailroom, int max_link_payload) argument
H A Dllc_shdlc.c76 int tx_tailroom; member in struct:llc_shdlc
145 shdlc->tx_tailroom + payload_len, GFP_KERNEL);
753 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
793 shdlc->tx_tailroom = tx_tailroom;
751 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) argument
/net/nfc/
H A Dcore.c561 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE;
790 int tx_headroom, int tx_tailroom)
810 dev->tx_tailroom = tx_tailroom;
787 nfc_allocate_device(struct nfc_ops *ops, u32 supported_protocols, u32 supported_se, int tx_headroom, int tx_tailroom) argument
/net/nfc/nci/
H A Dcore.c662 int tx_headroom, int tx_tailroom)
680 ndev->tx_tailroom = tx_tailroom;
686 tx_tailroom);
659 nci_allocate_device(struct nci_ops *ops, __u32 supported_protocols, __u32 supported_se, int tx_headroom, int tx_tailroom) argument

Completed in 58 milliseconds