/linux/net/nfc/hci/ |
H A D | llc_nop.c | 16 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()
|
H A D | llc_shdlc.c | 62 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()
|
H A D | hcp.c | 57 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()
|
H A D | llc.c | 94 rcv_to_hci_t rcv_to_hci, int tx_headroom, in nfc_llc_allocate() argument 109 tx_headroom, tx_tailroom, in nfc_llc_allocate()
|
H A D | llc.h | 17 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
H A D | core.c | 955 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/net/nfc/ |
H A D | llcp_commands.c | 369 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 377 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_symm() 541 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 548 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_allocate_snl() 629 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm() 635 skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE); in nfc_llcp_send_dm()
|
H A D | digital_core.c | 47 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()
|
H A D | core.c | 722 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/include/net/nfc/ |
H A D | digital.h | 198 int tx_headroom; member 242 int tx_headroom,
|
H A D | llc.h | 25 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|
H A D | nfc.h | 185 int tx_headroom; member 207 int tx_headroom,
|
H A D | hci.h | 159 int tx_headroom,
|
/linux/drivers/nfc/fdp/ |
H A D | fdp.h | 25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
H A D | fdp.c | 700 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/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.h | 136 u16 tx_headroom; member
|
/linux/net/mac80211/ |
H A D | mesh.c | 1436 presp = dev_alloc_skb(local->tx_headroom + in ieee80211_mesh_rx_probe_req() 1441 skb_reserve(presp, local->tx_headroom); in ieee80211_mesh_rx_probe_req() 1588 skb = dev_alloc_skb(local->tx_headroom + len); in mesh_fwd_csa_frame() 1591 skb_reserve(skb, local->tx_headroom); in mesh_fwd_csa_frame()
|
H A D | tx.c | 912 tmp = dev_alloc_skb(local->tx_headroom + in ieee80211_fragment() 922 local->tx_headroom + IEEE80211_ENCRYPT_HEADROOM); in ieee80211_fragment() 2037 headroom = local->tx_headroom; in ieee80211_xmit() 2928 head_need += local->tx_headroom; in ieee80211_build_hdr() 5325 skb = dev_alloc_skb(local->tx_headroom + beacon->head_len + in ieee80211_beacon_get_ap() 5331 skb_reserve(skb, local->tx_headroom); in ieee80211_beacon_get_ap() 5474 skb = dev_alloc_skb(local->tx_headroom + beacon->head_len + in __ieee80211_beacon_get() 5478 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get() 5509 skb = dev_alloc_skb(local->tx_headroom + in __ieee80211_beacon_get() 5516 skb_reserve(skb, local->tx_headroom); in __ieee80211_beacon_get()
|
H A D | util.c | 3677 skb = dev_alloc_skb(local->tx_headroom + hdr_len + in ieee80211_send_action_csa() 3685 skb_reserve(skb, local->tx_headroom); in ieee80211_send_action_csa()
|
H A D | iface.c | 2113 ndev->needed_headroom = local->tx_headroom + in ieee80211_if_add()
|
H A D | ieee80211_i.h | 1452 int tx_headroom; /* required headroom for hardware/radiotap */ member
|
H A D | mlme.c | 7330 skb = dev_alloc_skb(local->tx_headroom + hdr_len + ttlm_max_len); in ieee80211_send_neg_ttlm_req() 7334 skb_reserve(skb, local->tx_headroom); in ieee80211_send_neg_ttlm_req() 7399 skb = dev_alloc_skb(local->tx_headroom + hdr_len + ttlm_max_len); in ieee80211_send_neg_ttlm_res() 7403 skb_reserve(skb, local->tx_headroom); in ieee80211_send_neg_ttlm_res()
|
H A D | rx.c | 2947 fwd_skb = skb_copy_expand(skb, local->tx_headroom + extra_head + in ieee80211_rx_mesh_data()
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw.h | 795 int tx_headroom; /* Set to size of any additional room needed at front member
|
/linux/Documentation/driver-api/nfc/ |
H A D | nfc-hci.rst | 158 rcv_to_hci_t rcv_to_hci, int tx_headroom,
|