Home
last modified time | relevance | path

Searched refs:RING_TIMEOUT_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h375 #define RING_TIMEOUT_MASK 0xffff macro
H A Dbcmsysport.c613 RING_TIMEOUT_MASK << RING_TIMEOUT_SHIFT); in bcm_sysport_set_tx_coalesce()
654 * to fit in the RING_TIMEOUT_MASK (16 bits). in bcm_sysport_set_coalesce()
657 ec->tx_coalesce_usecs > (RING_TIMEOUT_MASK * 8) + 1 || in bcm_sysport_set_coalesce()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h405 #define RING_TIMEOUT_MASK 0xffff macro
H A Dbcmsysport.c601 RING_TIMEOUT_MASK << RING_TIMEOUT_SHIFT); in bcm_sysport_set_tx_coalesce()
638 * to fit in the RING_TIMEOUT_MASK (16 bits). in bcm_sysport_set_coalesce()
641 ec->tx_coalesce_usecs > (RING_TIMEOUT_MASK * 8) + 1 || in bcm_sysport_set_coalesce()

Completed in 11 milliseconds