Home
last modified time | relevance | path

Searched refs:rx_headroom (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/nfc/hci/
Dllc.c119 &llc->rx_headroom, &llc->rx_tailroom, in nfc_llc_allocate()
136 inline void nfc_llc_get_rx_head_tail_room(struct nfc_llc *llc, int *rx_headroom, in nfc_llc_get_rx_head_tail_room() argument
139 *rx_headroom = llc->rx_headroom; in nfc_llc_get_rx_head_tail_room()
Dllc.h29 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
47 int rx_headroom; member
Dllc_nop.c34 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument
39 *rx_headroom = 0; in llc_nop_init()
Dllc_shdlc.c751 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() argument
756 *rx_headroom = SHDLC_LLC_HEAD_ROOM; in llc_shdlc_init()
/linux-4.4.14/include/net/nfc/
Dllc.h40 void nfc_llc_get_rx_head_tail_room(struct nfc_llc *llc, int *rx_headroom,
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt153 int tx_tailroom, int *rx_headroom, int *rx_tailroom,