Symbol: xhci_command_t
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
187
list_create(&xcr->xcr_commands, sizeof (xhci_command_t),
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
188
offsetof(xhci_command_t, xco_link));
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
199
xhci_command_t *xco;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
295
xhci_command_init(xhci_command_t *xcp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
297
bzero(xcp, sizeof (xhci_command_t));
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
302
xhci_command_fini(xhci_command_t *xcp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
312
xhci_command_t *xco, *rem;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
399
xhci_command_submit(xhci_t *xhcip, xhci_command_t *xco)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
475
xhci_command_t co;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
520
xhci_command_t co;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
551
xhci_command_t co;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
587
xhci_command_t co;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
635
xhci_command_t co;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
679
xhci_command_t co;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
737
xhci_command_t co;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
799
xhci_command_t co;
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
783
extern void xhci_command_init(xhci_command_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
784
extern void xhci_command_fini(xhci_command_t *);