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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c3136 static int tg3_alloc_rx_skb(struct tg3 *tp, u32 opaque_key, argument
3146 switch (opaque_key) {
3201 static void tg3_recycle_rx(struct tg3 *tp, u32 opaque_key, argument
3208 switch (opaque_key) {
3289 u32 opaque_key, desc_idx, *post_ptr; local
3292 opaque_key = desc->opaque & RXD_OPAQUE_RING_MASK;
3293 if (opaque_key == RXD_OPAQUE_RING_STD) {
3299 } else if (opaque_key == RXD_OPAQUE_RING_JUMBO) {
3309 work_mask |= opaque_key;
3314 tg3_recycle_rx(tp, opaque_key,
8535 u32 mac_mode, rx_start_idx, rx_idx, tx_idx, opaque_key; local
[all...]

Completed in 109 milliseconds