Searched refs:t_slot (Results 1 – 3 of 3) sorted by relevance
293 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument309 ++t_slot; in shpc_write_cmd()310 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd()311 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); in shpc_write_cmd()
771 unsigned int t_slot = 9; /* FIXME */ in minstrel_calc_retransmit() local790 ctime = (t_slot * cw) >> 1; in minstrel_calc_retransmit()792 ctime += (t_slot * cw) >> 1; in minstrel_calc_retransmit()807 ctime = (t_slot * cw) >> 1; in minstrel_calc_retransmit()
493 unsigned int t_slot = 9; /* FIXME: get real slot time */ in minstrel_rate_init() local544 tx_time_single += (t_slot * cw) >> 1; in minstrel_rate_init()