Lines Matching refs:opaque_key
6680 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() argument
6689 switch (opaque_key) { in tg3_alloc_rx_data()
6750 u32 opaque_key, int src_idx, in tg3_recycle_rx() argument
6759 switch (opaque_key) { in tg3_recycle_rx()
6844 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local
6849 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx()
6850 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx()
6856 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx()
6864 work_mask |= opaque_key; in tg3_rx()
6868 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
6892 skb_size = tg3_alloc_rx_data(tp, tpr, opaque_key, in tg3_rx()
6914 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
13428 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local
13580 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_run_loopback()
13594 if (opaque_key != RXD_OPAQUE_RING_STD) in tg3_run_loopback()
13597 if (opaque_key != RXD_OPAQUE_RING_JUMBO) in tg3_run_loopback()
13606 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_run_loopback()
13610 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_run_loopback()