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

/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54pci.c133 int ring_index, struct p54p_desc *ring, u32 ring_limit,
143 limit = ring_limit - limit;
145 i = idx % ring_limit;
177 i %= ring_limit;
185 int ring_index, struct p54p_desc *ring, u32 ring_limit,
193 i = (*index) % ring_limit;
195 idx %= ring_limit;
206 i %= ring_limit;
238 i %= ring_limit;
241 p54p_refill_rx_ring(dev, ring_index, ring, ring_limit, rx_bu
132 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
184 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
244 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...]
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c820 unsigned int ring_limit; local
834 ring_limit = txring->next_to_fill;
839 if (start > ring_limit)
840 ring_limit += TX_RING_SIZE;
846 descr_count < batch_limit && i < ring_limit;

Completed in 126 milliseconds