Lines Matching refs:gdtcmd
6048 gdth_cmd_str gdtcmd; in gdth_flush() local
6089 gdtcmd.BoardNode = LOCALBOARD; in gdth_flush()
6090 gdtcmd.Service = CACHESERVICE; in gdth_flush()
6091 gdtcmd.OpCode = GDT_FLUSH; in gdth_flush()
6093 gdtcmd.u.cache64.DeviceNo = i; in gdth_flush()
6094 gdtcmd.u.cache64.BlockNo = 1; in gdth_flush()
6095 gdtcmd.u.cache64.sg_canz = 0; in gdth_flush()
6097 gdtcmd.u.cache.DeviceNo = i; in gdth_flush()
6098 gdtcmd.u.cache.BlockNo = 1; in gdth_flush()
6099 gdtcmd.u.cache.sg_canz = 0; in gdth_flush()
6103 gdth_do_req(srp, &gdtcmd, cmnd, 30); in gdth_flush()
6105 gdth_do_cmd(scp, &gdtcmd, cmnd, 30); in gdth_flush()
6107 gdth_do_cmd(&scp, &gdtcmd, cmnd, 30); in gdth_flush()
6125 gdth_cmd_str gdtcmd; in gdth_halt() local
6150 gdtcmd.BoardNode = LOCALBOARD; in gdth_halt()
6151 gdtcmd.Service = CACHESERVICE; in gdth_halt()
6152 gdtcmd.OpCode = GDT_RESET; in gdth_halt()
6163 gdth_do_req(srp, &gdtcmd, cmnd, 10); in gdth_halt()
6175 gdth_do_cmd(scp, &gdtcmd, cmnd, 10); in gdth_halt()
6184 gdth_do_cmd(&scp, &gdtcmd, cmnd, 10); in gdth_halt()