Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/
Dtg3.c6675 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() argument
6684 switch (opaque_key) { in tg3_alloc_rx_data()
6743 u32 opaque_key, int src_idx, in tg3_recycle_rx() argument
6752 switch (opaque_key) { in tg3_recycle_rx()
6837 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local
6842 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx()
6843 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx()
6849 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx()
6857 work_mask |= opaque_key; in tg3_rx()
6861 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
[all …]