Home
last modified time | relevance | path

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

12

/Linux-v4.19/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
782 shdlc->tx_headroom = tx_headroom; in llc_shdlc_init()
Dllc.h28 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dcore.c954 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/
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()
/Linux-v4.19/include/net/nfc/
Ddigital.h207 int tx_headroom; member
251 int tx_headroom,
Dnci_core.h212 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()
Dllc.h36 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dnfc.h193 int tx_headroom; member
215 int tx_headroom,
Dhci.h171 int tx_headroom,
/Linux-v4.19/net/nfc/
Dllcp_commands.c382 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()
Ddigital_core.c56 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()
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()
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/
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
772 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_softmac.c347 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 …]
Drtl819x_BAProc.c81 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/
Drtl819x_BAProc.c113 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()
Dieee80211_softmac.c323 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/
Ddpaa_eth.c263 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 …]
Ddpaa_eth.h152 u16 tx_headroom; member
/Linux-v4.19/net/mac80211/
Dmesh_hwmp.c117 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/
Dcore.c1130 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()

12