Lines Matching refs:opaque_key
6653 u32 opaque_key, u32 dest_idx_unmasked, in tg3_alloc_rx_data() argument
6662 switch (opaque_key) { in tg3_alloc_rx_data()
6723 u32 opaque_key, int src_idx, in tg3_recycle_rx() argument
6732 switch (opaque_key) { in tg3_recycle_rx()
6817 u32 opaque_key, desc_idx, *post_ptr; in tg3_rx() local
6822 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_rx()
6823 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_rx()
6829 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_rx()
6837 work_mask |= opaque_key; in tg3_rx()
6841 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
6865 skb_size = tg3_alloc_rx_data(tp, tpr, opaque_key, in tg3_rx()
6887 tg3_recycle_rx(tnapi, tpr, opaque_key, in tg3_rx()
13366 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local
13518 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK; in tg3_run_loopback()
13532 if (opaque_key != RXD_OPAQUE_RING_STD) in tg3_run_loopback()
13535 if (opaque_key != RXD_OPAQUE_RING_JUMBO) in tg3_run_loopback()
13544 if (opaque_key == RXD_OPAQUE_RING_STD) { in tg3_run_loopback()
13548 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) { in tg3_run_loopback()