Home
last modified time | relevance | path

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

12

/linux-6.1.9/net/nfc/hci/
Dllc_nop.c16 int tx_headroom; member
22 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_nop_init() argument
38 llc_nop->tx_headroom = tx_headroom; in llc_nop_init()
Dhcp.c57 skb_len = ndev->tx_headroom + NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_hcp_message_tx()
66 skb_reserve(skb, ndev->tx_headroom); in nfc_hci_hcp_message_tx()
Dllc.c92 rcv_to_hci_t rcv_to_hci, int tx_headroom, in nfc_llc_allocate() argument
107 tx_headroom, tx_tailroom, in nfc_llc_allocate()
Dllc_shdlc.c62 int tx_headroom; member
131 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM + in llc_shdlc_alloc_skb()
134 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM); in llc_shdlc_alloc_skb()
722 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_shdlc_init() argument
754 shdlc->tx_headroom = tx_headroom; in llc_shdlc_init()
Dllc.h17 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dcore.c955 int tx_headroom, in nfc_hci_allocate_device() argument
972 nfc_hci_recv_from_llc, tx_headroom, in nfc_hci_allocate_device()
980 tx_headroom + HCI_CMDS_HEADROOM, in nfc_hci_allocate_device()
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_cmdpkt.c36 priv->rtllib->tx_headroom + 4); in rtl92e_send_cmd_pkt()
54 seg_ptr = skb_put(skb, priv->rtllib->tx_headroom); in rtl92e_send_cmd_pkt()
/linux-6.1.9/include/net/nfc/
Ddigital.h198 int tx_headroom; member
242 int tx_headroom,
Dnci_core.h201 int tx_headroom; member
273 int tx_headroom,
326 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
328 skb_reserve(skb, ndev->tx_headroom); in nci_skb_alloc()
Dllc.h25 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dnfc.h181 int tx_headroom; member
203 int tx_headroom,
Dhci.h159 int tx_headroom,
/linux-6.1.9/net/nfc/
Dllcp_commands.c368 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
374 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_symm()
534 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl()
541 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_allocate_snl()
622 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
628 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_dm()
Ddigital_core.c47 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc()
50 skb_reserve(skb, ddev->tx_headroom); in digital_skb_alloc()
756 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument
796 ddev->tx_headroom = tx_headroom + DIGITAL_MAX_HEADER_LEN; in nfc_digital_allocate_device()
800 ddev->tx_headroom, in nfc_digital_allocate_device()
Dcore.c722 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb()
726 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_alloc_send_skb()
1053 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument
1080 dev->tx_headroom = tx_headroom; in nfc_allocate_device()
/linux-6.1.9/drivers/nfc/fdp/
Dfdp.h25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
Dfdp.c700 struct nci_dev **ndevp, int tx_headroom, in fdp_nci_probe() argument
731 ndev = nci_allocate_device(&nci_ops, protocols, tx_headroom, in fdp_nci_probe()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_softmac.c344 2 + len + rate_len + ieee->tx_headroom); in rtllib_probe_req()
349 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_req()
779 ieee->tx_headroom + 4; in rtllib_authentication_req()
785 skb_reserve(skb, ieee->tx_headroom); in rtllib_authentication_req()
879 + wpa_ie_len + ieee->tx_headroom; in rtllib_probe_resp()
884 skb_reserve(skb, ieee->tx_headroom); in rtllib_probe_resp()
886 beacon_buf = skb_put(skb, (beacon_size - ieee->tx_headroom)); in rtllib_probe_resp()
971 ieee->tx_headroom; in rtllib_assoc_resp()
978 skb_reserve(skb, ieee->tx_headroom); in rtllib_assoc_resp()
1023 int len = ieee->tx_headroom + sizeof(struct rtllib_authentication) + 1; in rtllib_auth_resp()
[all …]
Drtl819x_BAProc.c72 u16 len = ieee->tx_headroom + 9; in rtllib_ADDBA()
87 skb_reserve(skb, ieee->tx_headroom); in rtllib_ADDBA()
133 u16 len = 6 + ieee->tx_headroom; in rtllib_DELBA()
148 skb_reserve(skb, ieee->tx_headroom); in rtllib_DELBA()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c264 net_dev->needed_headroom = priv->tx_headroom; in dpaa_netdev_init()
1066 priv->tx_headroom, in dpaa_fq_init()
1110 priv->tx_headroom, in dpaa_fq_init()
1930 buff_start = skb->data - priv->tx_headroom; in skb_to_contig_fd()
1951 qm_fd_set_contig(fd, priv->tx_headroom, skb->len); in skb_to_contig_fd()
1956 priv->tx_headroom + skb->len, dma_dir); in skb_to_contig_fd()
2005 sgt = (struct qm_sg_entry *)(buff_start + priv->tx_headroom); in skb_to_sg_fd()
2044 qm_fd_set_sg(fd, priv->tx_headroom, skb->len); in skb_to_sg_fd()
2051 priv->tx_headroom + DPAA_SGT_SIZE, dma_dir); in skb_to_sg_fd()
2145 priv->tx_headroom); in dpaa_a050385_wa_skb()
[all …]
Ddpaa_eth.h139 u16 tx_headroom; member
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c113 u16 len = ieee->tx_headroom + 9; in ieee80211_ADDBA()
125 skb_reserve(skb, ieee->tx_headroom); in ieee80211_ADDBA()
193 u16 len = 6 + ieee->tx_headroom; in ieee80211_DELBA()
209 skb_reserve(skb, ieee->tx_headroom); in ieee80211_DELBA()
Dieee80211_softmac.c322 2 + len + rate_len + ieee->tx_headroom); in ieee80211_probe_req()
326 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_req()
620 int len = sizeof(struct ieee80211_authentication) + challengelen + ieee->tx_headroom; in ieee80211_authentication_req()
626 skb_reserve(skb, ieee->tx_headroom); in ieee80211_authentication_req()
725 + ieee->tx_headroom; in ieee80211_probe_resp()
729 skb_reserve(skb, ieee->tx_headroom); in ieee80211_probe_resp()
730 beacon_buf = skb_put(skb, (beacon_size - ieee->tx_headroom)); in ieee80211_probe_resp()
813 int len = sizeof(struct ieee80211_assoc_response_frame) + rate_len + ieee->tx_headroom; in ieee80211_assoc_resp()
820 skb_reserve(skb, ieee->tx_headroom); in ieee80211_assoc_resp()
864 int len = ieee->tx_headroom + sizeof(struct ieee80211_authentication) + 1; in ieee80211_auth_resp()
[all …]
Dieee80211_tx.c684 txb = ieee80211_alloc_txb(nr_frags, frag_size + ieee->tx_headroom, GFP_ATOMIC); in ieee80211_xmit()
710 skb_reserve(skb_frag, ieee->tx_headroom); in ieee80211_xmit()
/linux-6.1.9/net/mac80211/
Dmesh_hwmp.c115 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_sel_frame_tx()
120 skb_reserve(skb, local->tx_headroom); in mesh_path_sel_frame_tx()
249 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_error_tx()
256 skb_reserve(skb, local->tx_headroom + IEEE80211_ENCRYPT_HEADROOM); in mesh_path_error_tx()

12