xfertype 1619 dev/ic/iha.c u_int8_t xfertype;
xfertype 1630 dev/ic/iha.c xfertype = (direction == SCSI_DATA_IN) ? ST_X_IN : ST_X_OUT;
xfertype 1637 dev/ic/iha.c xfertype = (direction == SCSI_DATA_IN) ? ST_SG_IN : ST_SG_OUT;
xfertype 1642 dev/ic/iha.c bus_space_write_1(iot, ioh, TUL_DCMD, xfertype);
xfertype 1316 dev/usb/ehci.c u_int8_t xfertype = ed->bmAttributes & UE_XFERTYPE;
xfertype 1359 dev/usb/ehci.c if (speed != EHCI_QH_SPEED_HIGH && xfertype == UE_ISOCHRONOUS) {
xfertype 1377 dev/usb/ehci.c (xfertype == UE_CONTROL ? EHCI_QH_DTC : 0) |
xfertype 1379 dev/usb/ehci.c (speed != EHCI_QH_SPEED_HIGH && xfertype == UE_CONTROL ?
xfertype 1387 dev/usb/ehci.c EHCI_QH_SET_SMASK(xfertype == UE_INTERRUPT ? 0x01 : 0));
xfertype 1397 dev/usb/ehci.c switch (xfertype) {
xfertype 2018 dev/usb/ohci.c u_int8_t xfertype = ed->bmAttributes & UE_XFERTYPE;
xfertype 2053 dev/usb/ohci.c if (xfertype == UE_ISOCHRONOUS) {
xfertype 2081 dev/usb/ohci.c switch (xfertype) {