Searched defs:opaque_key (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/
H A Dtg3.c5648 u32 opaque_key, u32 dest_idx_unmasked)
5656 switch (opaque_key) {
5711 u32 opaque_key, int src_idx,
5720 switch (opaque_key) {
5805 u32 opaque_key, desc_idx, *post_ptr; local
5809 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK;
5810 if (opaque_key == RXD_OPAQUE_RING_STD) {
5816 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) {
5824 work_mask |= opaque_key;
5829 tg3_recycle_rx(tnapi, tpr, opaque_key,
5647 tg3_alloc_rx_data(struct tg3 *tp, struct tg3_rx_prodring_set *tpr, u32 opaque_key, u32 dest_idx_unmasked) argument
5709 tg3_recycle_rx(struct tg3_napi *tnapi, struct tg3_rx_prodring_set *dpr, u32 opaque_key, int src_idx, u32 dest_idx_unmasked) argument
11689 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; local
[all...]

Completed in 54 milliseconds