SLOT_FLAG        1261 drivers/usb/host/xhci-ring.c 			add_flags - SLOT_FLAG == drop_flags) {
SLOT_FLAG        1445 drivers/usb/host/xhci.c 		ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG);
SLOT_FLAG        1752 drivers/usb/host/xhci.c 	if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) {
SLOT_FLAG        1840 drivers/usb/host/xhci.c 	if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) {
SLOT_FLAG        2897 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
SLOT_FLAG        2899 drivers/usb/host/xhci.c 	ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG));
SLOT_FLAG        2902 drivers/usb/host/xhci.c 	if (ctrl_ctx->add_flags == cpu_to_le32(SLOT_FLAG) &&
SLOT_FLAG        2992 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
SLOT_FLAG        3171 drivers/usb/host/xhci.c 	if (ep_flag == SLOT_FLAG || ep_flag == EP0_FLAG)
SLOT_FLAG        4125 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG);
SLOT_FLAG        4297 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
SLOT_FLAG        5052 drivers/usb/host/xhci.c 	ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
SLOT_FLAG        2450 drivers/usb/host/xhci.h 			       (add & SLOT_FLAG) ? " slot":"",
SLOT_FLAG        2452 drivers/usb/host/xhci.h 		add &= ~(SLOT_FLAG | EP0_FLAG);