Lines Matching refs:opaque_key
6658 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() argument
6667 switch (opaque_key) { in tg3_alloc_rx_data()
6726 u32 opaque_key, int src_idx, in tg3_recycle_rx() argument
6735 switch (opaque_key) { in tg3_recycle_rx()
6820 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local
6825 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx()
6826 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx()
6832 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx()
6840 work_mask |= opaque_key; in tg3_rx()
6844 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
6868 skb_size = tg3_alloc_rx_data(tp, tpr, opaque_key, in tg3_rx()
6893 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
13376 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local
13528 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_run_loopback()
13542 if (opaque_key != RXD_OPAQUE_RING_STD) in tg3_run_loopback()
13545 if (opaque_key != RXD_OPAQUE_RING_JUMBO) in tg3_run_loopback()
13554 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_run_loopback()
13558 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_run_loopback()