Home
last modified time | relevance | path

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

/linux-4.4.14/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.c944 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/
Dr8192E_cmdpkt.c48 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()
Drtl_core.c552 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()
Dr8192E_dev.c2193 priv->rtllib->tx_headroom = sizeof(struct tx_fwinfo_8190pci); in rtl92e_init_variables()
/linux-4.4.14/include/net/nfc/
Ddigital.h207 int tx_headroom; member
251 int tx_headroom,
Dnci_core.h206 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()
Dllc.h36 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dnfc.h192 int tx_headroom; member
214 int tx_headroom,
Dhci.h171 int tx_headroom,
/linux-4.4.14/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()
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()
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.4.14/drivers/nfc/fdp/
Dfdp.h33 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
Dfdp.c742 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/
Drtllib_softmac.c346 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 …]
Drtl819x_BAProc.c81 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()
Drtllib_tx.c782 ieee->tx_headroom, GFP_ATOMIC); in rtllib_xmit_inter()
806 skb_reserve(skb_frag, ieee->tx_headroom); in rtllib_xmit_inter()
Drtllib.h1540 int tx_headroom; /* Set to size of any additional room needed at front member
/linux-4.4.14/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.c335 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 …]
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.h1684 int tx_headroom; /* Set to size of any additional room needed at front member
/linux-4.4.14/net/nfc/nci/
Dcore.c1042 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/
Dmesh_hwmp.c116 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()
Dmesh.c1055 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()
Dtx.c873 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()
Dmesh_plink.c221 skb = dev_alloc_skb(local->tx_headroom + in mesh_plink_frame_tx()
238 skb_reserve(skb, local->tx_headroom); in mesh_plink_frame_tx()
Dibss.c1564 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()
Dmain.c1033 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
Dutil.c2843 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()
Dieee80211_i.h1173 int tx_headroom; /* required headroom for hardware/radiotap */ member
Diface.c1742 ndev->needed_headroom = local->tx_headroom + in ieee80211_if_add()
/linux-4.4.14/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.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c1055 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/
Dnfc-hci.txt152 rcv_to_hci_t rcv_to_hci, int tx_headroom,