trb_comp_code    1883 drivers/usb/host/xhci-ring.c 		unsigned int trb_comp_code)
trb_comp_code    1886 drivers/usb/host/xhci-ring.c 	if (trb_comp_code == COMP_USB_TRANSACTION_ERROR ||
trb_comp_code    1887 drivers/usb/host/xhci-ring.c 			trb_comp_code == COMP_BABBLE_DETECTED_ERROR ||
trb_comp_code    1888 drivers/usb/host/xhci-ring.c 			trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR)
trb_comp_code    1901 drivers/usb/host/xhci-ring.c int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code)
trb_comp_code    1903 drivers/usb/host/xhci-ring.c 	if (trb_comp_code >= 224 && trb_comp_code <= 255) {
trb_comp_code    1908 drivers/usb/host/xhci-ring.c 				trb_comp_code);
trb_comp_code    1969 drivers/usb/host/xhci-ring.c 	u32 trb_comp_code;
trb_comp_code    1977 drivers/usb/host/xhci-ring.c 	trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len));
trb_comp_code    1979 drivers/usb/host/xhci-ring.c 	if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID ||
trb_comp_code    1980 drivers/usb/host/xhci-ring.c 			trb_comp_code == COMP_STOPPED ||
trb_comp_code    1981 drivers/usb/host/xhci-ring.c 			trb_comp_code == COMP_STOPPED_SHORT_PACKET) {
trb_comp_code    1988 drivers/usb/host/xhci-ring.c 	if (trb_comp_code == COMP_STALL_ERROR ||
trb_comp_code    1990 drivers/usb/host/xhci-ring.c 						trb_comp_code)) {
trb_comp_code    2001 drivers/usb/host/xhci-ring.c 		if ((ep_index != 0) || (trb_comp_code != COMP_STALL_ERROR))
trb_comp_code    2041 drivers/usb/host/xhci-ring.c 	u32 trb_comp_code;
trb_comp_code    2050 drivers/usb/host/xhci-ring.c 	trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len));
trb_comp_code    2054 drivers/usb/host/xhci-ring.c 	switch (trb_comp_code) {
trb_comp_code    2094 drivers/usb/host/xhci-ring.c 						       ep_ctx, trb_comp_code))
trb_comp_code    2097 drivers/usb/host/xhci-ring.c 			 trb_comp_code, ep_index);
trb_comp_code    2143 drivers/usb/host/xhci-ring.c 	u32 trb_comp_code;
trb_comp_code    2149 drivers/usb/host/xhci-ring.c 	trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len));
trb_comp_code    2160 drivers/usb/host/xhci-ring.c 	switch (trb_comp_code) {
trb_comp_code    2256 drivers/usb/host/xhci-ring.c 	u32 trb_comp_code;
trb_comp_code    2265 drivers/usb/host/xhci-ring.c 	trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len));
trb_comp_code    2270 drivers/usb/host/xhci-ring.c 	switch (trb_comp_code) {
trb_comp_code    2344 drivers/usb/host/xhci-ring.c 	u32 trb_comp_code;
trb_comp_code    2350 drivers/usb/host/xhci-ring.c 	trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len));
trb_comp_code    2373 drivers/usb/host/xhci-ring.c 		switch (trb_comp_code) {
trb_comp_code    2399 drivers/usb/host/xhci-ring.c 	switch (trb_comp_code) {
trb_comp_code    2408 drivers/usb/host/xhci-ring.c 			trb_comp_code = COMP_SHORT_PACKET;
trb_comp_code    2520 drivers/usb/host/xhci-ring.c 		if (xhci_is_vendor_info_code(xhci, trb_comp_code)) {
trb_comp_code    2526 drivers/usb/host/xhci-ring.c 			  trb_comp_code, slot_id, ep_index);
trb_comp_code    2543 drivers/usb/host/xhci-ring.c 			if (!(trb_comp_code == COMP_STOPPED ||
trb_comp_code    2544 drivers/usb/host/xhci-ring.c 			      trb_comp_code == COMP_STOPPED_LENGTH_INVALID ||
trb_comp_code    2555 drivers/usb/host/xhci-ring.c 			if (trb_comp_code == COMP_STALL_ERROR ||
trb_comp_code    2557 drivers/usb/host/xhci-ring.c 							      trb_comp_code)) {
trb_comp_code    2592 drivers/usb/host/xhci-ring.c 		if (!ep_seg && (trb_comp_code == COMP_STOPPED ||
trb_comp_code    2593 drivers/usb/host/xhci-ring.c 			   trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) {
trb_comp_code    2614 drivers/usb/host/xhci-ring.c 					trb_comp_code);
trb_comp_code    2624 drivers/usb/host/xhci-ring.c 		if (trb_comp_code == COMP_SHORT_PACKET)
trb_comp_code    2650 drivers/usb/host/xhci-ring.c 			if (trb_comp_code == COMP_STALL_ERROR ||
trb_comp_code    2652 drivers/usb/host/xhci-ring.c 							      trb_comp_code))
trb_comp_code    2670 drivers/usb/host/xhci-ring.c 			trb_comp_code != COMP_MISSED_SERVICE_ERROR &&
trb_comp_code    2671 drivers/usb/host/xhci-ring.c 			trb_comp_code != COMP_NO_PING_RESPONSE_ERROR;
trb_comp_code    2084 drivers/usb/host/xhci.h int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);