Searched refs:t_slot (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | shpchp_hpc.c | 293 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument 309 ++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()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | shpchp_hpc.c | 288 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument 304 ++t_slot; in shpc_write_cmd() 305 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd() 306 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); in shpc_write_cmd()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rc80211_minstrel.c | 470 unsigned int t_slot = 9; /* FIXME: get real slot time */ in minstrel_rate_init() local 521 tx_time_single += (t_slot * cw) >> 1; in minstrel_rate_init()
|
H A D | rc80211_minstrel_ht.c | 1011 unsigned int t_slot = 9; /* FIXME */ in minstrel_calc_retransmit() local 1029 ctime = (t_slot * cw) >> 1; in minstrel_calc_retransmit() 1031 ctime += (t_slot * cw) >> 1; in minstrel_calc_retransmit() 1046 ctime = (t_slot * cw) >> 1; in minstrel_calc_retransmit()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rc80211_minstrel_ht.c | 1389 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()
|
Completed in 9 milliseconds