/kernel/linux/linux-5.10/net/nfc/hci/ |
D | llc_nop.c | 16 int tx_headroom; member 22 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_nop_init() argument 38 llc_nop->tx_headroom = tx_headroom; in llc_nop_init()
|
D | llc.c | 92 rcv_to_hci_t rcv_to_hci, int tx_headroom, in nfc_llc_allocate() argument 107 tx_headroom, tx_tailroom, in nfc_llc_allocate()
|
D | hcp.c | 57 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()
|
D | llc_shdlc.c | 62 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() argument 771 shdlc->tx_headroom = tx_headroom; in llc_shdlc_init()
|
D | llc.h | 17 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
D | core.c | 955 int tx_headroom, in nfc_hci_allocate_device() argument 972 nfc_hci_recv_from_llc, tx_headroom, in nfc_hci_allocate_device() 980 tx_headroom + HCI_CMDS_HEADROOM, in nfc_hci_allocate_device()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_cmdpkt.c | 38 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-5.10/include/net/nfc/ |
D | digital.h | 198 int tx_headroom; member 242 int tx_headroom,
|
D | nci_core.h | 201 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()
|
D | llc.h | 25 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
D | nfc.h | 181 int tx_headroom; member 203 int tx_headroom,
|
D | hci.h | 159 int tx_headroom,
|
/kernel/linux/linux-5.10/net/nfc/ |
D | llcp_commands.c | 370 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 376 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_symm() 538 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 545 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_allocate_snl() 626 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm() 632 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_dm()
|
D | digital_core.c | 47 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() argument 793 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN; in nfc_digital_allocate_device() 797 ddev->tx_headroom, in nfc_digital_allocate_device()
|
D | core.c | 716 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb() 720 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_alloc_send_skb() 1045 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument 1072 dev->tx_headroom = tx_headroom; in nfc_allocate_device()
|
/kernel/linux/linux-5.10/drivers/nfc/fdp/ |
D | fdp.h | 25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
D | fdp.c | 733 struct nci_dev **ndevp, int tx_headroom, in fdp_nci_probe() argument 763 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 344 2 + len + rate_len + ieee->tx_headroom); in rtllib_probe_req() 349 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_req() 780 ieee->tx_headroom + 4; in rtllib_authentication_req() 786 skb_reserve(skb, ieee->tx_headroom); in rtllib_authentication_req() 880 + wpa_ie_len + ieee->tx_headroom; in rtllib_probe_resp() 885 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_resp() 887 beacon_buf = skb_put(skb, (beacon_size - ieee->tx_headroom)); in rtllib_probe_resp() 972 ieee->tx_headroom; in rtllib_assoc_resp() 979 skb_reserve(skb, ieee->tx_headroom); in rtllib_assoc_resp() 1024 int len = ieee->tx_headroom + sizeof(struct rtllib_authentication) + 1; in rtllib_auth_resp() [all …]
|
D | rtl819x_BAProc.c | 73 u16 len = ieee->tx_headroom + 9; in rtllib_ADDBA() 88 skb_reserve(skb, ieee->tx_headroom); in rtllib_ADDBA() 136 u16 len = 6 + ieee->tx_headroom; in rtllib_DELBA() 151 skb_reserve(skb, ieee->tx_headroom); in rtllib_DELBA()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 113 u16 len = ieee->tx_headroom + 9; in ieee80211_ADDBA() 125 skb_reserve(skb, ieee->tx_headroom); in ieee80211_ADDBA() 193 u16 len = 6 + ieee->tx_headroom; in ieee80211_DELBA() 209 skb_reserve(skb, ieee->tx_headroom); in ieee80211_DELBA()
|
D | ieee80211_softmac.c | 322 2 + len + rate_len + ieee->tx_headroom); in ieee80211_probe_req() 326 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_req() 620 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req() 626 skb_reserve(skb, ieee->tx_headroom); in ieee80211_authentication_req() 725 + ieee->tx_headroom; in ieee80211_probe_resp() 729 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_resp() 730 beacon_buf = skb_put(skb, (beacon_size - ieee->tx_headroom)); in ieee80211_probe_resp() 813 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp() 820 skb_reserve(skb, ieee->tx_headroom); in ieee80211_assoc_resp() 864 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication) + 1; in ieee80211_auth_resp() [all …]
|
D | ieee80211_tx.c | 684 txb = ieee80211_alloc_txb(nr_frags, frag_size + ieee->tx_headroom, GFP_ATOMIC); in ieee80211_xmit() 710 skb_reserve(skb_frag, ieee->tx_headroom); in ieee80211_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 284 net_dev->needed_headroom = priv->tx_headroom; in dpaa_netdev_init() 1059 priv->tx_headroom, in dpaa_fq_init() 1103 priv->tx_headroom, in dpaa_fq_init() 1664 priv->tx_headroom + qm_fd_get_length(fd), in dpaa_cleanup_tx_fd() 1891 buff_start = skb->data - priv->tx_headroom; in skb_to_contig_fd() 1912 qm_fd_set_contig(fd, priv->tx_headroom, skb->len); in skb_to_contig_fd() 1917 priv->tx_headroom + skb->len, dma_dir); in skb_to_contig_fd() 1966 sgt = (struct qm_sg_entry *)(buff_start + priv->tx_headroom); in skb_to_sg_fd() 2005 qm_fd_set_sg(fd, priv->tx_headroom, skb->len); in skb_to_sg_fd() 2012 priv->tx_headroom + DPAA_SGT_SIZE, dma_dir); in skb_to_sg_fd() [all …]
|
D | dpaa_eth.h | 153 u16 tx_headroom; member
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
D | core.c | 1130 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument 1155 ndev->tx_headroom = tx_headroom; in nci_allocate_device() 1161 tx_headroom + NCI_DATA_HDR_SIZE, in nci_allocate_device()
|