B44_RX_RING_SIZE
for (i = 0; i < B44_RX_RING_SIZE; i++) {
size = B44_RX_RING_SIZE * sizeof(struct ring_info);
ering->rx_max_pending = B44_RX_RING_SIZE - 1;
if ((ering->rx_pending > B44_RX_RING_SIZE - 1) ||
dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1);
B44_RX_RING_SIZE)
if (dest_idx == (B44_RX_RING_SIZE - 1))
dest_idx = dest_idx_unmasked & (B44_RX_RING_SIZE - 1);
if (dest_idx == (B44_RX_RING_SIZE - 1))
(B44_RX_RING_SIZE - 1);
cons = (cons + 1) & (B44_RX_RING_SIZE - 1);