Home
last modified time | relevance | path

Searched refs:IGB_FLAG_DMAC (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb.h686 #define IGB_FLAG_DMAC BIT(4) macro
H A Digb_main.c3723 adapter->flags |= IGB_FLAG_DMAC; in igb_disable_sriov()
3800 adapter->flags &= ~IGB_FLAG_DMAC; in igb_enable_sriov()
4094 adapter->flags &= ~IGB_FLAG_DMAC; in igb_sw_init()
10066 if (adapter->flags & IGB_FLAG_DMAC) { in igb_init_dmac()
10116 (adapter->flags & IGB_FLAG_DMAC)) { in igb_init_dmac()
H A Digb_ethtool.c2214 if (adapter->flags & IGB_FLAG_DMAC) in igb_set_coalesce()
2215 adapter->flags &= ~IGB_FLAG_DMAC; in igb_set_coalesce()