tx_tailroom       734 drivers/nfc/fdp/fdp.c 			int tx_tailroom, u8 clock_type, u32 clock_freq,
tx_tailroom       764 drivers/nfc/fdp/fdp.c 				   tx_tailroom);
tx_tailroom        25 drivers/nfc/fdp/fdp.h 		  struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
tx_tailroom       199 include/net/nfc/digital.h 	int tx_tailroom;
tx_tailroom       243 include/net/nfc/digital.h 						    int tx_tailroom);
tx_tailroom       160 include/net/nfc/hci.h 					    int tx_tailroom,
tx_tailroom        26 include/net/nfc/llc.h 				 int tx_tailroom, llc_failure_t llc_failure);
tx_tailroom       201 include/net/nfc/nci_core.h 	int			tx_tailroom;
tx_tailroom       273 include/net/nfc/nci_core.h 				    int tx_tailroom);
tx_tailroom       322 include/net/nfc/nci_core.h 	skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how);
tx_tailroom       182 include/net/nfc/nfc.h 	int tx_tailroom;
tx_tailroom       204 include/net/nfc/nfc.h 				    int tx_tailroom);
tx_tailroom       717 net/nfc/core.c 		dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE;
tx_tailroom      1046 net/nfc/core.c 				    int tx_headroom, int tx_tailroom)
tx_tailroom      1074 net/nfc/core.c 	dev->tx_tailroom = tx_tailroom;
tx_tailroom        47 net/nfc/digital_core.c 	skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom,
tx_tailroom       748 net/nfc/digital_core.c 					    int tx_headroom, int tx_tailroom)
tx_tailroom       789 net/nfc/digital_core.c 	ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN;
tx_tailroom       793 net/nfc/digital_core.c 					    ddev->tx_tailroom);
tx_tailroom       956 net/nfc/hci/core.c 					    int tx_tailroom,
tx_tailroom       973 net/nfc/hci/core.c 				     tx_tailroom, nfc_hci_llc_failure);
tx_tailroom       981 net/nfc/hci/core.c 					 tx_tailroom);
tx_tailroom        58 net/nfc/hci/hcp.c 			  data_link_len + ndev->tx_tailroom;
tx_tailroom        93 net/nfc/hci/llc.c 				 int tx_tailroom, llc_failure_t llc_failure)
tx_tailroom       107 net/nfc/hci/llc.c 					  tx_headroom, tx_tailroom,
tx_tailroom        18 net/nfc/hci/llc.h 		       int tx_tailroom, int *rx_headroom, int *rx_tailroom,
tx_tailroom        17 net/nfc/hci/llc_nop.c 	int tx_tailroom;
tx_tailroom        23 net/nfc/hci/llc_nop.c 			  int tx_tailroom, int *rx_headroom, int *rx_tailroom,
tx_tailroom        39 net/nfc/hci/llc_nop.c 	llc_nop->tx_tailroom = tx_tailroom;
tx_tailroom        63 net/nfc/hci/llc_shdlc.c 	int tx_tailroom;
tx_tailroom       132 net/nfc/hci/llc_shdlc.c 			shdlc->tx_tailroom + payload_len, GFP_KERNEL);
tx_tailroom       740 net/nfc/hci/llc_shdlc.c 			    int tx_tailroom, int *rx_headroom, int *rx_tailroom,
tx_tailroom       772 net/nfc/hci/llc_shdlc.c 	shdlc->tx_tailroom = tx_tailroom;
tx_tailroom       370 net/nfc/llcp_commands.c 	size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE;
tx_tailroom       538 net/nfc/llcp_commands.c 	size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE;
tx_tailroom       626 net/nfc/llcp_commands.c 	size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE;
tx_tailroom      1118 net/nfc/nci/core.c 				    int tx_headroom, int tx_tailroom)
tx_tailroom      1144 net/nfc/nci/core.c 	ndev->tx_tailroom = tx_tailroom;
tx_tailroom      1150 net/nfc/nci/core.c 					    tx_tailroom);