bw 1028 dev/ic/aac.c struct aac_blockwrite *bw;
bw 1029 dev/ic/aac.c bw = (struct aac_blockwrite *)&fib->data[0];
bw 1030 dev/ic/aac.c bw->Command = VM_CtBlockWrite;
bw 1031 dev/ic/aac.c bw->ContainerId = xs->sc_link->target;
bw 1032 dev/ic/aac.c bw->BlockNumber = cm->cm_blkno;
bw 1033 dev/ic/aac.c bw->ByteCount = cm->cm_bcount * AAC_BLOCK_SIZE;
bw 1034 dev/ic/aac.c bw->Stable = CUNSTABLE;
bw 1037 dev/ic/aac.c cm->cm_sgtable = &bw->SgMap;
bw 1054 dev/ic/aac.c struct aac_blockwrite64 *bw;
bw 1055 dev/ic/aac.c bw = (struct aac_blockwrite64 *)&fib->data[0];
bw 1056 dev/ic/aac.c bw->Command = VM_CtHostWrite64;
bw 1057 dev/ic/aac.c bw->ContainerId = xs->sc_link->target;
bw 1058 dev/ic/aac.c bw->BlockNumber = cm->cm_blkno;
bw 1059 dev/ic/aac.c bw->SectorCount = cm->cm_bcount;
bw 1060 dev/ic/aac.c bw->Pad = 0;
bw 1061 dev/ic/aac.c bw->Flags = 0;
bw 1064 dev/ic/aac.c (struct aac_sg_table64 *)cm->cm_sgtable = &bw->SgMap64;
bw 2806 dev/ic/aac.c struct aac_blockwrite *bw = (struct aac_blockwrite *)fib->data;
bw 2815 dev/ic/aac.c if (bw->Command == VM_CtBlockWrite) {
bw 2817 dev/ic/aac.c bw->ContainerId, bw->BlockNumber, bw->ByteCount,
bw 2818 dev/ic/aac.c bw->Stable == CSTABLE ? "stable" : "unstable");
bw 2819 dev/ic/aac.c sg = &bw->SgMap;
bw 3125 dev/usb/ohci.c u_int bestbw, bw;
bw 3154 dev/usb/ohci.c bw = 0;
bw 3156 dev/usb/ohci.c bw += sc->sc_bws[(i * nslots + j) % OHCI_NO_INTRS];
bw 3157 dev/usb/ohci.c if (bw < bestbw) {
bw 3159 dev/usb/ohci.c bestbw = bw;
bw 2770 dev/usb/uhci.c u_int bestbw, bw, bestoffs, offs;
bw 2793 dev/usb/uhci.c for (bw = i = 0; i < npoll; i++)
bw 2794 dev/usb/uhci.c bw += sc->sc_vframes[MOD(i * ival + offs)].bandwidth;
bw 2795 dev/usb/uhci.c if (bw < bestbw) {
bw 2796 dev/usb/uhci.c bestbw = bw;