Home
last modified time | relevance | path

Searched refs:tx_headroom (Results 1 – 40 of 40) sorted by relevance

/linux-4.1.27/net/nfc/hci/
Dllc_nop.c27 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()
Dhcp.c69 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()
Dllc.c103 rcv_to_hci_t rcv_to_hci, int tx_headroom, in nfc_llc_allocate() argument
118 tx_headroom, tx_tailroom, in nfc_llc_allocate()
Dllc_shdlc.c73 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()
Dllc.h28 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dcore.c943 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/
Dnci_core.h188 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()
Ddigital.h207 int tx_headroom; member
251 int tx_headroom,
Dllc.h36 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dnfc.h186 int tx_headroom; member
204 int tx_headroom,
Dhci.h171 int tx_headroom,
/linux-4.1.27/net/nfc/
Dllcp_commands.c378 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()
Ddigital_core.c52 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()
Dcore.c729 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()
Ddigital_dep.c193 skb_reserve(new_skb, ddev->tx_headroom + NFC_HEADER_SIZE + in digital_send_dep_data_prep()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c361 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 …]
Drtl819x_BAProc.c84 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()
Drtllib_tx.c781 ieee->tx_headroom, GFP_ATOMIC); in rtllib_xmit_inter()
805 skb_reserve(skb_frag, ieee->tx_headroom); in rtllib_xmit_inter()
Drtllib.h2087 int tx_headroom; /* Set to size of any additional room needed at front member
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c115 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()
Dieee80211_softmac.c336 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 …]
Dieee80211_tx.c748 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()
Dieee80211.h1822 int tx_headroom; /* Set to size of any additional room needed at front member
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.c58 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()
Drtl_core.c738 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()
Dr8192E_dev.c2200 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl8192_InitializeVariables()
/linux-4.1.27/net/mac80211/
Dtx.c863 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()
Dmesh_hwmp.c119 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()
Dmesh.c988 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()
Dmesh_plink.c273 skb = dev_alloc_skb(local->tx_headroom + in mesh_plink_frame_tx()
288 skb_reserve(skb, local->tx_headroom); in mesh_plink_frame_tx()
Dibss.c1551 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()
Dmain.c1029 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
Dutil.c2845 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()
Dieee80211_i.h1180 int tx_headroom; /* required headroom for hardware/radiotap */ member
Diface.c1710 ndev->needed_headroom = local->tx_headroom + in ieee80211_if_add()
/linux-4.1.27/net/nfc/nci/
Dcore.c947 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/
Dlibipw_tx.c427 ieee->tx_headroom, GFP_ATOMIC); in libipw_xmit()
Dlibipw.h742 int tx_headroom; /* Set to size of any additional room needed at front member
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c963 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/
Dnfc-hci.txt152 rcv_to_hci_t rcv_to_hci, int tx_headroom,