/net/nfc/hci/ |
D | llc_nop.c | 29 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()
|
D | llc_shdlc.c | 75 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()
|
D | llc.c | 107 rcv_to_hci_t rcv_to_hci, int tx_headroom, in nfc_llc_allocate() argument 122 tx_headroom, tx_tailroom, in nfc_llc_allocate()
|
D | hcp.c | 71 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()
|
D | llc.h | 30 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
D | core.c | 802 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/ |
D | llcp_commands.c | 380 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()
|
D | core.c | 561 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/ |
D | core.c | 662 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/ |
D | tx.c | 821 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()
|
D | mesh_hwmp.c | 120 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()
|
D | mesh_plink.c | 262 skb = dev_alloc_skb(local->tx_headroom + in mesh_plink_frame_tx() 277 skb_reserve(skb, local->tx_headroom); in mesh_plink_frame_tx()
|
D | mesh.c | 860 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()
|
D | ibss.c | 884 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()
|
D | main.c | 935 local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom, in ieee80211_register_hw()
|
D | ieee80211_i.h | 955 int tx_headroom; /* required headroom for hardware/radiotap */ member
|
D | iface.c | 1592 ndev->needed_headroom = local->tx_headroom + in ieee80211_if_add()
|