/linux-4.4.14/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 790 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 | 944 int tx_headroom, in nfc_hci_allocate_device() argument 961 nfc_hci_recv_from_llc, tx_headroom, in nfc_hci_allocate_device() 969 tx_headroom + HCI_CMDS_HEADROOM, in nfc_hci_allocate_device()
|
/linux-4.4.14/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()
|
D | rtl_core.c | 552 skb_push(pnewskb, priv->rtllib->tx_headroom); in _rtl92e_prepare_beacon() 1632 skb_push(skb, priv->rtllib->tx_headroom); in _rtl92e_hard_data_xmit() 1639 priv->rtllib->tx_headroom); in _rtl92e_hard_data_xmit() 1670 skb_push(skb, priv->rtllib->tx_headroom); in _rtl92e_hard_start_xmit()
|
D | r8192E_dev.c | 2193 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl92e_init_variables()
|
/linux-4.4.14/include/net/nfc/ |
D | digital.h | 207 int tx_headroom; member 251 int tx_headroom,
|
D | nci_core.h | 206 int tx_headroom; member 276 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 | 36 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
D | nfc.h | 192 int tx_headroom; member 214 int tx_headroom,
|
D | hci.h | 171 int tx_headroom,
|
/linux-4.4.14/net/nfc/ |
D | llcp_commands.c | 378 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 384 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_symm() 527 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 534 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_allocate_snl() 616 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm() 622 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_dm()
|
D | digital_core.c | 52 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc() 55 skb_reserve(skb, ddev->tx_headroom); in digital_skb_alloc() 749 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument 789 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN; in nfc_digital_allocate_device() 793 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() 1043 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument 1060 dev->tx_headroom = tx_headroom; in nfc_allocate_device()
|
D | digital_dep.c | 193 skb_reserve(new_skb, ddev->tx_headroom + NFC_HEADER_SIZE + in digital_send_dep_data_prep()
|
/linux-4.4.14/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 774 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 346 2 + len + rate_len + ieee->tx_headroom); in rtllib_probe_req() 351 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_req() 782 ieee->tx_headroom + 4; in rtllib_authentication_req() 788 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() 891 (beacon_size - ieee->tx_headroom)); in rtllib_probe_resp() 976 ieee->tx_headroom; in rtllib_assoc_resp() 983 skb_reserve(skb, ieee->tx_headroom); in rtllib_assoc_resp() 1029 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() 145 u16 len = 6 + ieee->tx_headroom; in rtllib_DELBA() 160 skb_reserve(skb, ieee->tx_headroom); in rtllib_DELBA()
|
D | rtllib_tx.c | 782 ieee->tx_headroom, GFP_ATOMIC); in rtllib_xmit_inter() 806 skb_reserve(skb_frag, ieee->tx_headroom); in rtllib_xmit_inter()
|
D | rtllib.h | 1540 int tx_headroom; /* Set to size of any additional room needed at front member
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 115 u16 len = ieee->tx_headroom + 9; in ieee80211_ADDBA() 131 skb_reserve(skb, ieee->tx_headroom); in ieee80211_ADDBA() 201 u16 len = 6 + ieee->tx_headroom; in ieee80211_DELBA() 218 skb_reserve(skb, ieee->tx_headroom); in ieee80211_DELBA()
|
D | ieee80211_softmac.c | 335 2 + len + rate_len + ieee->tx_headroom); in ieee80211_probe_req() 339 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_req() 647 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req() 653 skb_reserve(skb, ieee->tx_headroom); in ieee80211_authentication_req() 758 +ieee->tx_headroom; in ieee80211_probe_resp() 762 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_resp() 763 beacon_buf = (struct ieee80211_probe_response *) skb_put(skb, (beacon_size - ieee->tx_headroom)); in ieee80211_probe_resp() 850 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp() 857 skb_reserve(skb, ieee->tx_headroom); in ieee80211_assoc_resp() 900 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication)+1; in ieee80211_auth_resp() [all …]
|
D | ieee80211_tx.c | 748 txb = ieee80211_alloc_txb(nr_frags, frag_size + ieee->tx_headroom, GFP_ATOMIC); in ieee80211_xmit() 777 skb_reserve(skb_frag, ieee->tx_headroom); in ieee80211_xmit()
|
D | ieee80211.h | 1684 int tx_headroom; /* Set to size of any additional room needed at front member
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 1042 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument 1067 ndev->tx_headroom = tx_headroom; in nci_allocate_device() 1073 tx_headroom + NCI_DATA_HDR_SIZE, in nci_allocate_device()
|
/linux-4.4.14/net/mac80211/ |
D | mesh_hwmp.c | 116 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_sel_frame_tx() 121 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()
|
D | mesh.c | 1055 presp = dev_alloc_skb(local->tx_headroom + in ieee80211_mesh_rx_probe_req() 1060 skb_reserve(presp, local->tx_headroom); in ieee80211_mesh_rx_probe_req() 1191 skb = dev_alloc_skb(local->tx_headroom + len); in mesh_fwd_csa_frame() 1194 skb_reserve(skb, local->tx_headroom); in mesh_fwd_csa_frame()
|
D | tx.c | 873 tmp = dev_alloc_skb(local->tx_headroom + in ieee80211_fragment() 883 local->tx_headroom + tx->sdata->encrypt_headroom); in ieee80211_fragment() 1640 headroom = local->tx_headroom; in ieee80211_xmit() 2341 head_need += local->tx_headroom; in ieee80211_build_hdr() 3358 skb = dev_alloc_skb(local->tx_headroom + in __ieee80211_beacon_get() 3365 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get() 3400 skb = dev_alloc_skb(local->tx_headroom + beacon->head_len + in __ieee80211_beacon_get() 3404 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get() 3433 skb = dev_alloc_skb(local->tx_headroom + in __ieee80211_beacon_get() 3440 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get()
|
D | mesh_plink.c | 221 skb = dev_alloc_skb(local->tx_headroom + in mesh_plink_frame_tx() 238 skb_reserve(skb, local->tx_headroom); in mesh_plink_frame_tx()
|
D | ibss.c | 1564 skb = dev_alloc_skb(local->tx_headroom + presp->head_len); in ieee80211_rx_mgmt_probe_req() 1568 skb_reserve(skb, local->tx_headroom); in ieee80211_rx_mgmt_probe_req()
|
D | main.c | 1033 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
|
D | util.c | 2843 skb = dev_alloc_skb(local->tx_headroom + hdr_len + in ieee80211_send_action_csa() 2850 skb_reserve(skb, local->tx_headroom); in ieee80211_send_action_csa()
|
D | ieee80211_i.h | 1173 int tx_headroom; /* required headroom for hardware/radiotap */ member
|
D | iface.c | 1742 ndev->needed_headroom = local->tx_headroom + in ieee80211_if_add()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_tx.c | 427 ieee->tx_headroom, GFP_ATOMIC); in libipw_xmit()
|
D | libipw.h | 742 int tx_headroom; /* Set to size of any additional room needed at front member
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1055 skb_push(skb, priv->ieee80211->tx_headroom); in rtl8192_hard_data_xmit() 1083 skb_push(skb, priv->ieee80211->tx_headroom); in rtl8192_hard_start_xmit() 1108 (skb->len - priv->ieee80211->tx_headroom); in rtl8192_tx_isr() 2273 priv->ieee80211->tx_headroom = TX_PACKET_SHIFT_BYTES; in rtl8192_init_priv_variable()
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 152 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|