Searched refs:RING_SIZE (Results 1 – 11 of 11) sorted by relevance
176 #define RING_SIZE(_r) \ macro181 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))195 unsigned int rsp = RING_SIZE(_r) - \202 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))205 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))226 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))230 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))234 (((_prod) - (_r)->rsp_cons) > RING_SIZE(_r))
65 #define ADF_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ argument66 ((((1 << (RING_SIZE - 1)) << 3) >> ADF_SIZE_TO_POW(MSG_SIZE)) - 1)
113 #define RING_SIZE 2 macro117 #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE)222 __u32 hash = get_packet_hash(pckt, is_ipv6) % RING_SIZE; in get_packet_dst()223 __u32 key = RING_SIZE * vip_info->vip_num + hash; in get_packet_dst()
107 #define RING_SIZE 2 macro111 #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE)216 __u32 key = RING_SIZE * vip_info->vip_num + hash % RING_SIZE; in get_packet_dst()
35 #define RING_SIZE (sizeof(unsigned long)*(RING_ENTRIES+1)*RING_WORDS) macro
959 zatm_vcc->ring = kzalloc(RING_SIZE,GFP_KERNEL); in open_tx_first()
1515 if (req_prod - rsp_prod > RING_SIZE(&queue->tx)) in xenvif_map_frontend_data_rings()1530 if (req_prod - rsp_prod > RING_SIZE(&queue->rx)) in xenvif_map_frontend_data_rings()
638 if (req_prod - rsp_prod > RING_SIZE(&vif->ctrl)) in xenvif_connect_ctrl()
512 *item = ring->desc[*ring->consumer & (RING_SIZE - 1)];519 u32 free_entries = RING_SIZE - (*ring->producer - *ring->consumer);524 ring->desc[*ring->producer & (RING_SIZE - 1)] = *item;
127 *req_id = bedata->ring.req_prod_pvt & (RING_SIZE(&bedata->ring) - 1); in get_request()
420 if (id >= RING_SIZE(&queue->tx)) { in xennet_tx_buf_gc()