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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/p54/
H A Dp54pci.c136 int ring_index, struct p54p_desc *ring, u32 ring_limit,
146 limit = ring_limit - limit;
148 i = idx % ring_limit;
180 i %= ring_limit;
188 int ring_index, struct p54p_desc *ring, u32 ring_limit,
196 i = (*index) % ring_limit;
198 idx %= ring_limit;
208 i %= ring_limit;
234 i %= ring_limit;
237 p54p_refill_rx_ring(dev, ring_index, ring, ring_limit, rx_bu
135 p54p_refill_rx_ring(struct ieee80211_hw *dev, int ring_index, struct p54p_desc *ring, u32 ring_limit, struct sk_buff **rx_buf, u32 index) argument
187 p54p_check_rx_ring(struct ieee80211_hw *dev, u32 *index, int ring_index, struct p54p_desc *ring, u32 ring_limit, struct sk_buff **rx_buf) argument
240 p54p_check_tx_ring(struct ieee80211_hw *dev, u32 *index, int ring_index, struct p54p_desc *ring, u32 ring_limit, struct sk_buff **tx_buf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54pci.c136 int ring_index, struct p54p_desc *ring, u32 ring_limit,
146 limit = ring_limit - limit;
148 i = idx % ring_limit;
180 i %= ring_limit;
188 int ring_index, struct p54p_desc *ring, u32 ring_limit,
196 i = (*index) % ring_limit;
198 idx %= ring_limit;
208 i %= ring_limit;
234 i %= ring_limit;
237 p54p_refill_rx_ring(dev, ring_index, ring, ring_limit, rx_bu
135 p54p_refill_rx_ring(struct ieee80211_hw *dev, int ring_index, struct p54p_desc *ring, u32 ring_limit, struct sk_buff **rx_buf, u32 index) argument
187 p54p_check_rx_ring(struct ieee80211_hw *dev, u32 *index, int ring_index, struct p54p_desc *ring, u32 ring_limit, struct sk_buff **rx_buf) argument
240 p54p_check_tx_ring(struct ieee80211_hw *dev, u32 *index, int ring_index, struct p54p_desc *ring, u32 ring_limit, struct sk_buff **tx_buf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.c868 unsigned int ring_limit; local
882 ring_limit = txring->next_to_fill;
887 if (start > ring_limit)
888 ring_limit += TX_RING_SIZE;
894 descr_count < batch_limit && i < ring_limit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dpasemi_mac.c868 unsigned int ring_limit; local
882 ring_limit = txring->next_to_fill;
887 if (start > ring_limit)
888 ring_limit += TX_RING_SIZE;
894 descr_count < batch_limit && i < ring_limit;

Completed in 73 milliseconds