Home
last modified time | relevance | path

Searched refs:t_slot (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_hpc.c287 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument
303 ++t_slot; in shpc_write_cmd()
304 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd()
305 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); in shpc_write_cmd()
/linux-6.12.1/net/mac80211/
Drc80211_minstrel_ht.c1389 unsigned int t_slot = 9; /* FIXME */ in minstrel_calc_retransmit() local
1407 ctime = (t_slot * cw) >> 1; in minstrel_calc_retransmit()
1409 ctime += (t_slot * cw) >> 1; in minstrel_calc_retransmit()
1427 ctime = (t_slot * cw) >> 1; in minstrel_calc_retransmit()