Searched refs:RING_SIZE (Results 1 – 9 of 9) sorted by relevance
163 #define RING_SIZE(_r) \ macro168 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))182 unsigned int rsp = RING_SIZE(_r) - \194 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))218 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))222 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))226 (((_prod) - (_r)->rsp_cons) > RING_SIZE(_r))
48 #define ADF_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ argument49 ((((1 << (RING_SIZE - 1)) << 3) >> ADF_SIZE_TO_POW(MSG_SIZE)) - 1)
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()
111 #define RING_SIZE 2 macro115 #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE)220 __u32 hash = get_packet_hash(pckt, is_ipv6) % RING_SIZE; in get_packet_dst()221 __u32 key = RING_SIZE * vip_info->vip_num + hash; in get_packet_dst()
1491 if (req_prod - rsp_prod > RING_SIZE(&queue->tx)) in xenvif_map_frontend_data_rings()1506 if (req_prod - rsp_prod > RING_SIZE(&queue->rx)) in xenvif_map_frontend_data_rings()
651 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()
418 if (id >= RING_SIZE(&queue->tx)) { in xennet_tx_buf_gc()