Home
last modified time | relevance | path

Searched refs:IGB_RING_FLAG_TX_CTX_IDX (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/igb/
Digb.h231 #define IGB_RING_FLAG_TX_CTX_IDX 0x00000001 /* HW requires context index */ macro
Digb_main.c696 ring->flags = IGB_RING_FLAG_TX_CTX_IDX; in igb_alloc_queues()
3989 if (tx_ring->flags & IGB_RING_FLAG_TX_CTX_IDX) in igb_tso_adv()
4071 if (tx_ring->flags & IGB_RING_FLAG_TX_CTX_IDX) in igb_tx_csum_adv()
4203 if ((tx_ring->flags & IGB_RING_FLAG_TX_CTX_IDX) && in igb_tx_queue_adv()