nfc_credits       337 drivers/thunderbolt/path.c 					      -path->nfc_credits);
nfc_credits       464 drivers/thunderbolt/path.c 					      path->nfc_credits);
nfc_credits       479 drivers/thunderbolt/switch.c 	tb_dbg(tb, "  NFC Credits: %#x\n", port->nfc_credits);
nfc_credits       577 drivers/thunderbolt/switch.c 	u32 nfc_credits;
nfc_credits       582 drivers/thunderbolt/switch.c 	nfc_credits = port->config.nfc_credits & TB_PORT_NFC_CREDITS_MASK;
nfc_credits       583 drivers/thunderbolt/switch.c 	nfc_credits += credits;
nfc_credits       586 drivers/thunderbolt/switch.c 		    credits, port->config.nfc_credits & TB_PORT_NFC_CREDITS_MASK);
nfc_credits       588 drivers/thunderbolt/switch.c 	port->config.nfc_credits &= ~TB_PORT_NFC_CREDITS_MASK;
nfc_credits       589 drivers/thunderbolt/switch.c 	port->config.nfc_credits |= nfc_credits;
nfc_credits       591 drivers/thunderbolt/switch.c 	return tb_port_write(port, &port->config.nfc_credits,
nfc_credits       225 drivers/thunderbolt/tb.h 	int nfc_credits;
nfc_credits       202 drivers/thunderbolt/tb_regs.h 	u32 nfc_credits;
nfc_credits       102 drivers/thunderbolt/tunnel.c 	path->nfc_credits = 0;
nfc_credits       317 drivers/thunderbolt/tunnel.c 	u32 nfc_credits = path->hops[0].in_port->config.nfc_credits;
nfc_credits       327 drivers/thunderbolt/tunnel.c 		path->nfc_credits = nfc_credits & TB_PORT_NFC_CREDITS_MASK;
nfc_credits       331 drivers/thunderbolt/tunnel.c 		max_credits = (nfc_credits & TB_PORT_MAX_CREDITS_MASK) >>
nfc_credits       334 drivers/thunderbolt/tunnel.c 		path->nfc_credits = min(max_credits - 2, 12U);
nfc_credits       481 drivers/thunderbolt/tunnel.c 	max_credits = (nhi->config.nfc_credits & TB_PORT_MAX_CREDITS_MASK) >>