RE: xhci data toggle out of sync

2022-04-20 Thread Mahesh Vardhamanaiah
= 3, drop = 1 status = 0x6, xhci_configure_reset_endpoint() called epno = 3, ep state = 3, drop = 0 xhci_configure_reset_endpoint() called epno = 3, ep state = 3, drop = 1 Thanks, Mahesh Juniper Business Use Only -Original Message- From: Mahesh Vardhamanaiah Sent: Wednesday, April 20

RE: xhci data toggle out of sync

2022-04-20 Thread Mahesh Vardhamanaiah
Selasky Sent: Wednesday, April 20, 2022 5:20 PM To: Mahesh Vardhamanaiah ; Kamal Prasad ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N Babu ; Kristof Provost ; Bjoern A. Zeeb Subject: Re: xhci data toggle out of sync [External Email. Be cautious of content] On 4/20/22 12

RE: xhci data toggle out of sync

2022-04-20 Thread Mahesh Vardhamanaiah
:0): Retrying command, 3 more tries remain Thanks, Mahesh Juniper Business Use Only -Original Message- From: Hans Petter Selasky Sent: Wednesday, April 20, 2022 1:01 PM To: Mahesh Vardhamanaiah ; Kamal Prasad ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
Hi HPS, The controller is from Broadcom (BCM56275 chip) so have created Support Request Case for the query below. Thanks, Mahesh Juniper Business Use Only -Original Message- From: Hans Petter Selasky Sent: Wednesday, April 20, 2022 1:35 AM To: Mahesh Vardhamanaiah ; Kamal Prasad

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
: Tuesday, April 19, 2022 7:03 PM To: Mahesh Vardhamanaiah ; Kamal Prasad ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N Babu ; Kristof Provost ; Bjoern A. Zeeb Subject: Re: xhci data toggle out of sync [External Email. Be cautious of content] Hi Mahesh, The function

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
, April 19, 2022 5:15 PM To: Mahesh Vardhamanaiah ; Kamal Prasad ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N Babu ; Kristof Provost ; Bjoern A. Zeeb Subject: Re: xhci data toggle out of sync [External Email. Be cautious of content] On 4/19/22 13:36, Mahesh

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
not reset endpoint %u err %x\n", epno, err); err = xhci_cmd_set_tr_dequeue_ptr(sc, (pepext->physaddr + (stream_id * sizeof(struct xhci_trb) * Thanks, Mahesh Juniper Business Use Only -Original Message- From: Hans Petter Selasky Sent: Tuesday, April 19, 2022 5:03 PM To: Kamal

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
o == 0) return (USB_ERR_NO_PIPE); /* invalid */ Thanks, Mahesh Juniper Business Use Only -Original Message- From: Hans Petter Selasky Sent: Tuesday, April 19, 2022 4:37 PM To: Mahesh Vardhamanaiah ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin H

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
nt 3 err 12 FreeBSD/arm (Amnesiac) (ttyu0) Thanks, Mahesh Juniper Business Use Only -Original Message- From: Hans Petter Selasky Sent: Tuesday, April 19, 2022 2:26 PM To: Mahesh Vardhamanaiah ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N Babu ; Kamal Pr

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
Vardhamanaiah ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N Babu ; Kamal Prasad ; Kristof Provost ; Bjoern A. Zeeb Subject: Re: xhci data toggle out of sync [External Email. Be cautious of content] On 4/19/22 10:40, Mahesh Vardhamanaiah wrote: > xhci_get_endpoint_state(u

RE: xhci data toggle out of sync

2022-04-19 Thread Mahesh Vardhamanaiah
siness Use Only -Original Message- From: Hans Petter Selasky Sent: Tuesday, April 19, 2022 12:33 PM To: Mahesh Vardhamanaiah ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N Babu ; Kamal Prasad ; Kristof Provost ; Bjoern A. Zeeb Subject: Re: xhci data toggle out

RE: xhci data toggle out of sync

2022-04-18 Thread Mahesh Vardhamanaiah
remain Thanks, Mahesh Juniper Business Use Only -Original Message- From: Hans Petter Selasky Sent: Tuesday, April 19, 2022 1:17 AM To: Mahesh Vardhamanaiah ; freebsd-...@freebsd.org Cc: Steve Kiernan ; Justin Hibbits ; Kumara N Babu ; Kamal Prasad ; Kristof Provost ; Bjoern A. Zeeb

xhci data toggle out of sync

2022-04-18 Thread Mahesh Vardhamanaiah
Hi all, Need your help regarding an urgent issue where we are observing an issue with Freebsd stable/12. The data toggles for BOT endpoint (DATA0/DATA1) are out of sync with respect to EP and the system experiences the READ(10) errors. The READ(10) error recovers within couple of retries