Searched refs:rx_headroom (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/nfc/hci/ |
D | llc.c | 119 &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()
|
D | llc.h | 29 int tx_tailroom, int *rx_headroom, int *rx_tailroom, 47 int rx_headroom; member
|
D | llc_nop.c | 34 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument 39 *rx_headroom = 0; in llc_nop_init()
|
D | llc_shdlc.c | 751 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/ |
D | llc.h | 40 void nfc_llc_get_rx_head_tail_room(struct nfc_llc *llc, int *rx_headroom,
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 153 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|