Searched refs:rx_tailroom (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/nfc/hci/ |
D | llc.c | 119 &llc->rx_headroom, &llc->rx_tailroom, in nfc_llc_allocate() 137 int *rx_tailroom) in nfc_llc_get_rx_head_tail_room() argument 140 *rx_tailroom = llc->rx_tailroom; in nfc_llc_get_rx_head_tail_room()
|
D | llc.h | 29 int tx_tailroom, int *rx_headroom, int *rx_tailroom, 48 int rx_tailroom; member
|
D | llc_nop.c | 34 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument 40 *rx_tailroom = 0; in llc_nop_init()
|
D | llc_shdlc.c | 751 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() argument 757 *rx_tailroom = 0; in llc_shdlc_init()
|
/linux-4.1.27/include/net/nfc/ |
D | llc.h | 41 int *rx_tailroom);
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 153 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|