Home
last modified time | relevance | path

Searched refs:txirqmask (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dskge.c110 static const u32 txirqmask[] = { IS_XA1_F, IS_XA2_F }; variable
633 if (msk & txirqmask[port]) in skge_get_coalesce()
661 msk &= ~txirqmask[port]; in skge_set_coalesce()
666 msk |= txirqmask[port]; in skge_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dskge.c109 static const u32 txirqmask[] = { IS_XA1_F, IS_XA2_F }; variable
638 if (msk & txirqmask[port]) in skge_get_coalesce()
668 msk &= ~txirqmask[port]; in skge_set_coalesce()
673 msk |= txirqmask[port]; in skge_set_coalesce()

Completed in 10 milliseconds