Searched refs:sky2_clk2us (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 3114 static inline u32 sky2_clk2us(const struct sky2_hw *hw, u32 clk) in sky2_clk2us() function 4062 ecmd->tx_coalesce_usecs = sky2_clk2us(hw, clks); in sky2_get_coalesce() 4070 ecmd->rx_coalesce_usecs = sky2_clk2us(hw, clks); in sky2_get_coalesce() 4078 ecmd->rx_coalesce_usecs_irq = sky2_clk2us(hw, clks); in sky2_get_coalesce() 4092 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); in sky2_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 3114 static inline u32 sky2_clk2us(const struct sky2_hw *hw, u32 clk) in sky2_clk2us() function 4064 ecmd->tx_coalesce_usecs = sky2_clk2us(hw, clks); in sky2_get_coalesce() 4072 ecmd->rx_coalesce_usecs = sky2_clk2us(hw, clks); in sky2_get_coalesce() 4080 ecmd->rx_coalesce_usecs_irq = sky2_clk2us(hw, clks); in sky2_get_coalesce() 4096 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); in sky2_set_coalesce()
|
Completed in 16 milliseconds