Searched refs:t_slot (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
H A Dshpchp_hpc.c310 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) shpc_write_cmd() argument
326 ++t_slot; shpc_write_cmd()
327 temp_word = (t_slot << 8) | (cmd & 0xFF); shpc_write_cmd()
328 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); shpc_write_cmd()
/linux-4.1.27/net/mac80211/
H A Drc80211_minstrel_ht.c789 unsigned int t_slot = 9; /* FIXME */ minstrel_calc_retransmit() local
808 ctime = (t_slot * cw) >> 1; minstrel_calc_retransmit()
810 ctime += (t_slot * cw) >> 1; minstrel_calc_retransmit()
825 ctime = (t_slot * cw) >> 1; minstrel_calc_retransmit()
H A Drc80211_minstrel.c486 unsigned int t_slot = 9; /* FIXME: get real slot time */ minstrel_rate_init() local
537 tx_time_single += (t_slot * cw) >> 1; minstrel_rate_init()

Completed in 201 milliseconds