Searched refs:gdtcmd (Results 1 – 2 of 2) sorted by relevance
119 gdth_cmd_str gdtcmd; in gdth_set_asc_info() local125 memset(&gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_set_asc_info()153 gdtcmd.Service = CACHESERVICE; in gdth_set_asc_info()154 gdtcmd.OpCode = GDT_FLUSH; in gdth_set_asc_info()156 gdtcmd.u.cache64.DeviceNo = i; in gdth_set_asc_info()157 gdtcmd.u.cache64.BlockNo = 1; in gdth_set_asc_info()159 gdtcmd.u.cache.DeviceNo = i; in gdth_set_asc_info()160 gdtcmd.u.cache.BlockNo = 1; in gdth_set_asc_info()163 gdth_do_req(scp, &gdtcmd, cmnd, 30); in gdth_set_asc_info()165 gdth_do_cmd(scp, &gdtcmd, cmnd, 30); in gdth_set_asc_info()[all …]
6048 gdth_cmd_str gdtcmd; in gdth_flush() local6089 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()[all …]