Lines Matching refs:opaque_key
6696 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() argument
6705 switch (opaque_key) { in tg3_alloc_rx_data()
6764 u32 opaque_key, int src_idx, in tg3_recycle_rx() argument
6773 switch (opaque_key) { in tg3_recycle_rx()
6858 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local
6863 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx()
6864 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx()
6870 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx()
6878 work_mask |= opaque_key; in tg3_rx()
6882 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
6906 skb_size = tg3_alloc_rx_data(tp, tpr, opaque_key, in tg3_rx()
6931 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
13512 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local
13664 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_run_loopback()
13678 if (opaque_key != RXD_OPAQUE_RING_STD) in tg3_run_loopback()
13681 if (opaque_key != RXD_OPAQUE_RING_JUMBO) in tg3_run_loopback()
13690 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_run_loopback()
13694 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_run_loopback()