Home
last modified time | relevance | path

Searched refs:tx_headroom (Results 1 - 25 of 87) sorted by relevance

1234

/kernel/linux/linux-5.10/net/nfc/hci/
H A Dllc_nop.c16 int tx_headroom; member
22 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_nop_init()
38 llc_nop->tx_headroom = tx_headroom; 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 Dhcp.c57 skb_len = ndev->tx_headroom + NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_hcp_message_tx()
66 skb_reserve(skb, ndev->tx_headroom); in nfc_hci_hcp_message_tx()
H A Dllc.c92 rcv_to_hci_t rcv_to_hci, int tx_headroom, 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.c62 int tx_headroom; member
131 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM + in llc_shdlc_alloc_skb()
134 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM); in llc_shdlc_alloc_skb()
739 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_shdlc_init()
771 shdlc->tx_headroom = tx_headroom; 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.h17 rcv_to_hci_t rcv_to_hci, int tx_headroom,
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dllc_nop.c16 int tx_headroom; member
22 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_nop_init()
38 llc_nop->tx_headroom = tx_headroom; 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 Dhcp.c57 skb_len = ndev->tx_headroom + NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_hcp_message_tx()
66 skb_reserve(skb, ndev->tx_headroom); in nfc_hci_hcp_message_tx()
H A Dllc.c92 rcv_to_hci_t rcv_to_hci, int tx_headroom, 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.c62 int tx_headroom; member
131 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM + in llc_shdlc_alloc_skb()
134 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM); in llc_shdlc_alloc_skb()
722 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_shdlc_init()
754 shdlc->tx_headroom = tx_headroom; 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.h17 rcv_to_hci_t rcv_to_hci, int tx_headroom,
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_cmdpkt.c38 priv->rtllib->tx_headroom + 4); in rtl92e_send_cmd_pkt()
56 seg_ptr = skb_put(skb, priv->rtllib->tx_headroom); in rtl92e_send_cmd_pkt()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_cmdpkt.c36 priv->rtllib->tx_headroom + 4); in rtl92e_send_cmd_pkt()
54 seg_ptr = skb_put(skb, priv->rtllib->tx_headroom); in rtl92e_send_cmd_pkt()
/kernel/linux/linux-5.10/include/net/nfc/
H A Ddigital.h198 int tx_headroom; member
242 int tx_headroom,
H A Dnci_core.h201 int tx_headroom; member
273 int tx_headroom,
324 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
326 skb_reserve(skb, ndev->tx_headroom); in nci_skb_alloc()
H A Dllc.h25 rcv_to_hci_t rcv_to_hci, int tx_headroom,
/kernel/linux/linux-6.6/include/net/nfc/
H A Ddigital.h198 int tx_headroom; member
242 int tx_headroom,
H A Dnci_core.h201 int tx_headroom; member
273 int tx_headroom,
326 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
328 skb_reserve(skb, ndev->tx_headroom); in nci_skb_alloc()
H A Dllc.h25 rcv_to_hci_t rcv_to_hci, int tx_headroom,
/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()
50 skb_reserve(skb, ddev->tx_headroom); in digital_skb_alloc()
753 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device()
793 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN; in nfc_digital_allocate_device()
797 ddev->tx_headroom, 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 Dllcp_commands.c373 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
381 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_symm()
549 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl()
556 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_allocate_snl()
637 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
643 skb_reserve(skb, dev->tx_headroom + 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()
50 skb_reserve(skb, ddev->tx_headroom); in digital_skb_alloc()
756 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device()
796 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN; in nfc_digital_allocate_device()
800 ddev->tx_headroom, 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 Dllcp_commands.c369 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
377 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_symm()
541 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl()
548 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_allocate_snl()
629 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
635 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_dm()
/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-6.6/drivers/staging/rtl8192e/
H A Drtllib_softmac.c326 2 + len + rate_len + ieee->tx_headroom); in rtllib_probe_req()
331 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_req()
732 ieee->tx_headroom + 4; in rtllib_authentication_req()
738 skb_reserve(skb, ieee->tx_headroom); in rtllib_authentication_req()
833 + wpa_ie_len + ieee->tx_headroom; in rtllib_probe_resp()
838 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_resp()
840 beacon_buf = skb_put(skb, (beacon_size - ieee->tx_headroom)); in rtllib_probe_resp()
917 skb = dev_alloc_skb(sizeof(struct rtllib_hdr_3addr) + ieee->tx_headroom); in rtllib_null_func()
921 skb_reserve(skb, ieee->tx_headroom); in rtllib_null_func()
941 skb = dev_alloc_skb(sizeof(struct rtllib_pspoll_hdr) + ieee->tx_headroom); in rtllib_pspoll_func()
[all...]

Completed in 15 milliseconds

1234