/linux-4.1.27/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 | 943 int tx_headroom, in nfc_hci_allocate_device() argument 960 nfc_hci_recv_from_llc, tx_headroom, in nfc_hci_allocate_device() 968 tx_headroom + HCI_CMDS_HEADROOM, in nfc_hci_allocate_device()
|
/linux-4.1.27/include/net/nfc/ |
D | nci_core.h | 188 int tx_headroom; member 258 int tx_headroom, 299 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc() 301 skb_reserve(skb, ndev->tx_headroom); in nci_skb_alloc()
|
D | digital.h | 207 int tx_headroom; member 251 int tx_headroom,
|
D | llc.h | 36 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
D | nfc.h | 186 int tx_headroom; member 204 int tx_headroom,
|
D | hci.h | 171 int tx_headroom,
|
/linux-4.1.27/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() 748 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument 788 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN; in nfc_digital_allocate_device() 792 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.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 361 2 + len + rate_len + ieee->tx_headroom); in rtllib_probe_req() 366 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_req() 801 ieee->tx_headroom + 4; in rtllib_authentication_req() 807 skb_reserve(skb, ieee->tx_headroom); in rtllib_authentication_req() 901 + wpa_ie_len + ieee->tx_headroom; in rtllib_probe_resp() 906 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_resp() 909 (beacon_size - ieee->tx_headroom)); in rtllib_probe_resp() 994 ieee->tx_headroom; in rtllib_assoc_resp() 1001 skb_reserve(skb, ieee->tx_headroom); in rtllib_assoc_resp() 1047 int len = ieee->tx_headroom + sizeof(struct rtllib_authentication) + 1; in rtllib_auth_resp() [all …]
|
D | rtl819x_BAProc.c | 84 u16 len = ieee->tx_headroom + 9; in rtllib_ADDBA() 101 skb_reserve(skb, ieee->tx_headroom); in rtllib_ADDBA() 147 u16 len = 6 + ieee->tx_headroom; in rtllib_DELBA() 165 skb_reserve(skb, ieee->tx_headroom); in rtllib_DELBA()
|
D | rtllib_tx.c | 781 ieee->tx_headroom, GFP_ATOMIC); in rtllib_xmit_inter() 805 skb_reserve(skb_frag, ieee->tx_headroom); in rtllib_xmit_inter()
|
D | rtllib.h | 2087 int tx_headroom; /* Set to size of any additional room needed at front member
|
/linux-4.1.27/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 | 336 2 + len + rate_len + ieee->tx_headroom); in ieee80211_probe_req() 340 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_req() 653 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req() 659 skb_reserve(skb, ieee->tx_headroom); in ieee80211_authentication_req() 761 +ieee->tx_headroom; in ieee80211_probe_resp() 765 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_resp() 766 beacon_buf = (struct ieee80211_probe_response *) skb_put(skb, (beacon_size - ieee->tx_headroom)); in ieee80211_probe_resp() 853 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp() 860 skb_reserve(skb, ieee->tx_headroom); in ieee80211_assoc_resp() 903 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 | 1822 int tx_headroom; /* Set to size of any additional room needed at front member
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_cmdpkt.c | 58 priv->rtllib->tx_headroom + 4); in cmpk_message_handle_tx() 72 seg_ptr = skb_put(skb, priv->rtllib->tx_headroom); in cmpk_message_handle_tx()
|
D | rtl_core.c | 738 skb_push(pnewskb, priv->rtllib->tx_headroom); in rtl8192_prepare_beacon() 1891 skb_push(skb, priv->rtllib->tx_headroom); in rtl8192_hard_data_xmit() 1898 priv->rtllib->tx_headroom); in rtl8192_hard_data_xmit() 1929 skb_push(skb, priv->rtllib->tx_headroom); in rtl8192_hard_start_xmit()
|
D | r8192E_dev.c | 2200 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl8192_InitializeVariables()
|
/linux-4.1.27/net/mac80211/ |
D | tx.c | 863 tmp = dev_alloc_skb(local->tx_headroom + in ieee80211_fragment() 873 local->tx_headroom + tx->sdata->encrypt_headroom); in ieee80211_fragment() 1627 headroom = local->tx_headroom; in ieee80211_xmit() 2328 head_need += local->tx_headroom; in ieee80211_build_hdr() 2843 skb = dev_alloc_skb(local->tx_headroom + in __ieee80211_beacon_get() 2850 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get() 2885 skb = dev_alloc_skb(local->tx_headroom + beacon->head_len + in __ieee80211_beacon_get() 2889 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get() 2918 skb = dev_alloc_skb(local->tx_headroom + in __ieee80211_beacon_get() 2925 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get()
|
D | mesh_hwmp.c | 119 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_sel_frame_tx() 124 skb_reserve(skb, local->tx_headroom); in mesh_path_sel_frame_tx() 254 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_error_tx() 261 skb_reserve(skb, local->tx_headroom + sdata->encrypt_headroom); in mesh_path_error_tx()
|
D | mesh.c | 988 presp = dev_alloc_skb(local->tx_headroom + in ieee80211_mesh_rx_probe_req() 993 skb_reserve(presp, local->tx_headroom); in ieee80211_mesh_rx_probe_req() 1124 skb = dev_alloc_skb(local->tx_headroom + len); in mesh_fwd_csa_frame() 1127 skb_reserve(skb, local->tx_headroom); in mesh_fwd_csa_frame()
|
D | mesh_plink.c | 273 skb = dev_alloc_skb(local->tx_headroom + in mesh_plink_frame_tx() 288 skb_reserve(skb, local->tx_headroom); in mesh_plink_frame_tx()
|
D | ibss.c | 1551 skb = dev_alloc_skb(local->tx_headroom + presp->head_len); in ieee80211_rx_mgmt_probe_req() 1555 skb_reserve(skb, local->tx_headroom); in ieee80211_rx_mgmt_probe_req()
|
D | main.c | 1029 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
|
D | util.c | 2845 skb = dev_alloc_skb(local->tx_headroom + hdr_len + in ieee80211_send_action_csa() 2852 skb_reserve(skb, local->tx_headroom); in ieee80211_send_action_csa()
|
D | ieee80211_i.h | 1180 int tx_headroom; /* required headroom for hardware/radiotap */ member
|
D | iface.c | 1710 ndev->needed_headroom = local->tx_headroom + in ieee80211_if_add()
|
/linux-4.1.27/net/nfc/nci/ |
D | core.c | 947 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument 964 ndev->tx_headroom = tx_headroom; in nci_allocate_device() 970 tx_headroom + NCI_DATA_HDR_SIZE, in nci_allocate_device()
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 963 skb_push(skb, priv->ieee80211->tx_headroom); in rtl8192_hard_data_xmit() 993 skb_push(skb, priv->ieee80211->tx_headroom); in rtl8192_hard_start_xmit() 1020 priv->stats.txbytesunicast += (skb->len - priv->ieee80211->tx_headroom); in rtl8192_tx_isr() 2167 priv->ieee80211->tx_headroom = TX_PACKET_SHIFT_BYTES; in rtl8192_init_priv_variable()
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 152 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|