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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-devtrace.h116 TP_PROTO(struct iwl_priv *priv, u32 wraps, u32 n_entry, u32 p_entry),
117 TP_ARGS(priv, wraps, n_entry, p_entry),
122 __field(u32, n_entry)
128 __entry->n_entry = n_entry;
132 __entry->priv, __entry->wraps, __entry->n_entry,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dioc3-eth.c583 int rx_entry, n_entry, len; local
590 n_entry = ip->rx_pi;
639 ip->rx_skbs[n_entry] = new_skb;
640 rxr[n_entry] = cpu_to_be64(ioc3_map(rxb, 1));
642 n_entry = (n_entry + 1) & 511; /* Update erpir */
650 ioc3_w_erpir((n_entry << 3) | ERPIR_ARM);
651 ip->rx_pi = n_entry;
874 int rx_entry, n_entry; local
883 n_entry
[all...]

Completed in 31 milliseconds