Searched refs:a_rts_threshold (Results 1 – 2 of 2) sorted by relevance
631 UCHAR a_rts_threshold[2]; /* */ member679 UCHAR a_rts_threshold[2]; /* */ member
1203 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF; in ray_set_rts()1204 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF; in ray_set_rts()1218 wrqu->rts.value = (local->sparm.b5.a_rts_threshold[0] << 8) in ray_get_rts()1219 + local->sparm.b5.a_rts_threshold[1]; in ray_get_rts()