Lines Matching refs:opaque_key
6669 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() argument
6678 switch (opaque_key) { in tg3_alloc_rx_data()
6739 u32 opaque_key, int src_idx, in tg3_recycle_rx() argument
6748 switch (opaque_key) { in tg3_recycle_rx()
6833 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local
6838 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx()
6839 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx()
6845 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx()
6853 work_mask |= opaque_key; in tg3_rx()
6857 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
6881 skb_size = tg3_alloc_rx_data(tp, tpr, opaque_key, in tg3_rx()
6903 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
13432 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local
13584 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_run_loopback()
13598 if (opaque_key != RXD_OPAQUE_RING_STD) in tg3_run_loopback()
13601 if (opaque_key != RXD_OPAQUE_RING_JUMBO) in tg3_run_loopback()
13610 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_run_loopback()
13614 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_run_loopback()