Home
last modified time | relevance | path

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

/net/nfc/hci/
Dllc_nop.c29 int tx_headroom; member
35 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_nop_init() argument
51 llc_nop->tx_headroom = tx_headroom; in llc_nop_init()
Dllc_shdlc.c75 int tx_headroom; member
144 skb = alloc_skb(shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM + in llc_shdlc_alloc_skb()
147 skb_reserve(skb, shdlc->tx_headroom + SHDLC_LLC_HEAD_ROOM); in llc_shdlc_alloc_skb()
752 rcv_to_hci_t rcv_to_hci, int tx_headroom, in llc_shdlc_init() argument
792 shdlc->tx_headroom = tx_headroom; in llc_shdlc_init()
Dllc.c107 rcv_to_hci_t rcv_to_hci, int tx_headroom, in nfc_llc_allocate() argument
122 tx_headroom, tx_tailroom, in nfc_llc_allocate()
Dhcp.c71 skb_len = ndev->tx_headroom + NFC_HCI_HCP_PACKET_HEADER_LEN + in nfc_hci_hcp_message_tx()
80 skb_reserve(skb, ndev->tx_headroom); in nfc_hci_hcp_message_tx()
Dllc.h30 rcv_to_hci_t rcv_to_hci, int tx_headroom,
Dcore.c802 int tx_headroom, in nfc_hci_allocate_device() argument
819 nfc_hci_recv_from_llc, tx_headroom, in nfc_hci_allocate_device()
827 tx_headroom + HCI_CMDS_HEADROOM, in nfc_hci_allocate_device()
/net/nfc/
Dllcp_commands.c380 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm()
386 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()
Dcore.c561 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb()
565 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_alloc_send_skb()
790 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument
809 dev->tx_headroom = tx_headroom; in nfc_allocate_device()
/net/nfc/nci/
Dcore.c662 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument
679 ndev->tx_headroom = tx_headroom; in nci_allocate_device()
685 tx_headroom + NCI_DATA_HDR_SIZE, in nci_allocate_device()
/net/mac80211/
Dtx.c821 tmp = dev_alloc_skb(local->tx_headroom + in ieee80211_fragment()
830 skb_reserve(tmp, local->tx_headroom + in ieee80211_fragment()
1433 headroom = local->tx_headroom; in ieee80211_xmit()
2066 head_need += local->tx_headroom; in ieee80211_subif_start_xmit()
2362 skb = dev_alloc_skb(local->tx_headroom + in ieee80211_beacon_get_tim()
2368 skb_reserve(skb, local->tx_headroom); in ieee80211_beacon_get_tim()
2392 skb = dev_alloc_skb(local->tx_headroom + presp->head_len); in ieee80211_beacon_get_tim()
2395 skb_reserve(skb, local->tx_headroom); in ieee80211_beacon_get_tim()
2413 skb = dev_alloc_skb(local->tx_headroom + in ieee80211_beacon_get_tim()
2419 skb_reserve(skb, local->tx_headroom); in ieee80211_beacon_get_tim()
Dmesh_hwmp.c120 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_sel_frame_tx()
125 skb_reserve(skb, local->tx_headroom); in mesh_path_sel_frame_tx()
256 skb = dev_alloc_skb(local->tx_headroom + in mesh_path_error_tx()
263 skb_reserve(skb, local->tx_headroom + IEEE80211_ENCRYPT_HEADROOM); in mesh_path_error_tx()
Dmesh_plink.c262 skb = dev_alloc_skb(local->tx_headroom + in mesh_plink_frame_tx()
277 skb_reserve(skb, local->tx_headroom); in mesh_plink_frame_tx()
Dmesh.c860 presp = dev_alloc_skb(local->tx_headroom + in ieee80211_mesh_rx_probe_req()
865 skb_reserve(presp, local->tx_headroom); in ieee80211_mesh_rx_probe_req()
Dibss.c884 skb = dev_alloc_skb(local->tx_headroom + presp->head_len); in ieee80211_rx_mgmt_probe_req()
888 skb_reserve(skb, local->tx_headroom); in ieee80211_rx_mgmt_probe_req()
Dmain.c935 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
Dieee80211_i.h955 int tx_headroom; /* required headroom for hardware/radiotap */ member
Diface.c1592 ndev->needed_headroom = local->tx_headroom + in ieee80211_if_add()