Searched defs:tx_headroom (Results 1 - 8 of 8) sorted by relevance

/net/nfc/hci/
H A Dllc_nop.c27 int tx_headroom; member in struct:llc_nop
33 rcv_to_hci_t rcv_to_hci, int tx_headroom,
49 llc_nop->tx_headroom = tx_headroom;
32 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.c103 rcv_to_hci_t rcv_to_hci, int tx_headroom,
118 tx_headroom, tx_tailroom,
101 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.c840 int tx_headroom,
857 nfc_hci_recv_from_llc, tx_headroom,
865 tx_headroom + HCI_CMDS_HEADROOM,
835 nfc_hci_allocate_device(struct nfc_hci_ops *ops, struct nfc_hci_init_data *init_data, unsigned long quirks, u32 protocols, const char *llc_name, int tx_headroom, int tx_tailroom, int max_link_payload) argument
H A Dllc_shdlc.c73 int tx_headroom; member in struct:llc_shdlc
142 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM +
145 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM);
750 rcv_to_hci_t rcv_to_hci, int tx_headroom,
790 shdlc->tx_headroom = tx_headroom;
749 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.c731 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE;
735 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE);
1024 int tx_headroom, int tx_tailroom)
1041 dev->tx_headroom = tx_headroom;
1022 nfc_allocate_device(struct nfc_ops *ops, u32 supported_protocols, int tx_headroom, int tx_tailroom) argument
H A Ddigital_core.c52 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom,
55 skb_reserve(skb, ddev->tx_headroom);
748 int tx_headroom, int tx_tailroom)
788 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN;
792 ddev->tx_headroom,
745 nfc_digital_allocate_device(struct nfc_digital_ops *ops, __u32 supported_protocols, __u32 driver_capabilities, int tx_headroom, int tx_tailroom) argument
/net/nfc/nci/
H A Dcore.c701 int tx_headroom, int tx_tailroom)
718 ndev->tx_headroom = tx_headroom;
724 tx_headroom + NCI_DATA_HDR_SIZE,
699 nci_allocate_device(struct nci_ops *ops, __u32 supported_protocols, int tx_headroom, int tx_tailroom) argument
/net/mac80211/
H A Dieee80211_i.h1121 int tx_headroom; /* required headroom for hardware/radiotap */ member in struct:ieee80211_local

Completed in 92 milliseconds