/Linux-v4.19/net/nfc/hci/ |
D | llc_nop.c | 27 int tx_headroom; member 33 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_nop_init() argument 49 llc_nop->tx_headroom = tx_headroom; in llc_nop_init()
|
D | hcp.c | 69 skb_len = ndev->tx_headroom + NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_hcp_message_tx() 78 skb_reserve(skb, ndev->tx_headroom); in nfc_hci_hcp_message_tx()
|
D | llc.c | 103 rcv_to_hci_t rcv_to_hci, int tx_headroom, in nfc_llc_allocate() argument 118 tx_headroom, tx_tailroom, in nfc_llc_allocate()
|
D | llc_shdlc.c | 73 int tx_headroom; member 142 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM + in llc_shdlc_alloc_skb() 145 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM); in llc_shdlc_alloc_skb() 750 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_shdlc_init() argument 782 shdlc->tx_headroom = tx_headroom; in llc_shdlc_init()
|
D | llc.h | 28 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
D | core.c | 954 int tx_headroom, in nfc_hci_allocate_device() argument 971 nfc_hci_recv_from_llc, tx_headroom, in nfc_hci_allocate_device() 979 tx_headroom + HCI_CMDS_HEADROOM, in nfc_hci_allocate_device()
|
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_cmdpkt.c | 48 priv->rtllib->tx_headroom + 4); in rtl92e_send_cmd_pkt() 66 seg_ptr = skb_put(skb, priv->rtllib->tx_headroom); in rtl92e_send_cmd_pkt()
|
/Linux-v4.19/include/net/nfc/ |
D | digital.h | 207 int tx_headroom; member 251 int tx_headroom,
|
D | nci_core.h | 212 int tx_headroom; member 284 int tx_headroom, 334 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc() 336 skb_reserve(skb, ndev->tx_headroom); in nci_skb_alloc()
|
D | llc.h | 36 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
D | nfc.h | 193 int tx_headroom; member 215 int tx_headroom,
|
D | hci.h | 171 int tx_headroom,
|
/Linux-v4.19/net/nfc/ |
D | llcp_commands.c | 382 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 388 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_symm() 530 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 537 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_allocate_snl() 618 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm() 624 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_dm()
|
D | digital_core.c | 56 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc() 59 skb_reserve(skb, ddev->tx_headroom); in digital_skb_alloc() 757 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument 797 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN; in nfc_digital_allocate_device() 801 ddev->tx_headroom, in nfc_digital_allocate_device()
|
D | core.c | 729 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb() 733 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_alloc_send_skb() 1058 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument 1085 dev->tx_headroom = tx_headroom; in nfc_allocate_device()
|
/Linux-v4.19/drivers/nfc/fdp/ |
D | fdp.h | 33 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
D | fdp.c | 742 struct nci_dev **ndevp, int tx_headroom, in fdp_nci_probe() argument 772 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 347 2 + len + rate_len + ieee->tx_headroom); in rtllib_probe_req() 352 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_req() 783 ieee->tx_headroom + 4; in rtllib_authentication_req() 789 skb_reserve(skb, ieee->tx_headroom); in rtllib_authentication_req() 883 + wpa_ie_len + ieee->tx_headroom; in rtllib_probe_resp() 888 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_resp() 890 beacon_buf = skb_put(skb, (beacon_size - ieee->tx_headroom)); in rtllib_probe_resp() 975 ieee->tx_headroom; in rtllib_assoc_resp() 982 skb_reserve(skb, ieee->tx_headroom); in rtllib_assoc_resp() 1027 int len = ieee->tx_headroom + sizeof(struct rtllib_authentication) + 1; in rtllib_auth_resp() [all …]
|
D | rtl819x_BAProc.c | 81 u16 len = ieee->tx_headroom + 9; in rtllib_ADDBA() 96 skb_reserve(skb, ieee->tx_headroom); in rtllib_ADDBA() 144 u16 len = 6 + ieee->tx_headroom; in rtllib_DELBA() 159 skb_reserve(skb, ieee->tx_headroom); in rtllib_DELBA()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 113 u16 len = ieee->tx_headroom + 9; in ieee80211_ADDBA() 127 skb_reserve(skb, ieee->tx_headroom); in ieee80211_ADDBA() 195 u16 len = 6 + ieee->tx_headroom; in ieee80211_DELBA() 213 skb_reserve(skb, ieee->tx_headroom); in ieee80211_DELBA()
|
D | ieee80211_softmac.c | 323 2 + len + rate_len + ieee->tx_headroom); in ieee80211_probe_req() 327 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_req() 621 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req() 627 skb_reserve(skb, ieee->tx_headroom); in ieee80211_authentication_req() 726 + ieee->tx_headroom; in ieee80211_probe_resp() 730 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_resp() 731 beacon_buf = skb_put(skb, (beacon_size - ieee->tx_headroom)); in ieee80211_probe_resp() 815 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp() 822 skb_reserve(skb, ieee->tx_headroom); in ieee80211_assoc_resp() 866 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication) + 1; in ieee80211_auth_resp() [all …]
|
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 263 net_dev->needed_headroom = priv->tx_headroom; in dpaa_netdev_init() 1038 priv->tx_headroom, in dpaa_fq_init() 1082 priv->tx_headroom, in dpaa_fq_init() 1869 buffer_start = skb->data - priv->tx_headroom; in skb_to_contig_fd() 1890 qm_fd_set_contig(fd, priv->tx_headroom, skb->len); in skb_to_contig_fd() 1923 sz = SKB_DATA_ALIGN(priv->tx_headroom + DPAA_SGT_SIZE); in skb_to_sg_fd() 1946 sgt = (struct qm_sg_entry *)(sgt_buf + priv->tx_headroom); in skb_to_sg_fd() 1984 qm_fd_set_sg(fd, priv->tx_headroom, skb->len); in skb_to_sg_fd() 1987 buffer_start = (void *)sgt - priv->tx_headroom; in skb_to_sg_fd() 1992 priv->tx_headroom + DPAA_SGT_SIZE, dma_dir); in skb_to_sg_fd() [all …]
|
D | dpaa_eth.h | 152 u16 tx_headroom; member
|
/Linux-v4.19/net/mac80211/ |
D | mesh_hwmp.c | 117 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_sel_frame_tx() 122 skb_reserve(skb, local->tx_headroom); in mesh_path_sel_frame_tx() 251 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_error_tx() 258 skb_reserve(skb, local->tx_headroom + sdata->encrypt_headroom); in mesh_path_error_tx()
|
/Linux-v4.19/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()
|