Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A Digb.h687 #define IGB_FLAG_DMAC BIT(4) macro
H A Digb_main.c3748 adapter->flags |= IGB_FLAG_DMAC; in igb_disable_sriov()
3824 adapter->flags &= ~IGB_FLAG_DMAC; in igb_enable_sriov()
4117 adapter->flags &= ~IGB_FLAG_DMAC; in igb_sw_init()
10117 if (adapter->flags & IGB_FLAG_DMAC) { in igb_init_dmac()
10167 (adapter->flags & IGB_FLAG_DMAC)) { in igb_init_dmac()
H A Digb_ethtool.c2211 if (adapter->flags & IGB_FLAG_DMAC) in igb_set_coalesce()
2212 adapter->flags &= ~IGB_FLAG_DMAC; in igb_set_coalesce()