Searched refs:comp_head (Results 1 – 3 of 3) sorted by relevance
500 unsigned int comp_head; member578 return _lepp_num_free_slots(q->comp_head, q->comp_tail); in lepp_num_free_comp_slots()
533 unsigned int comp_head = eq->comp_head; in tile_net_lepp_grab_comps() local536 while (comp_head != comp_busy && n < comps_size) { in tile_net_lepp_grab_comps()537 comps[n++] = eq->comps[comp_head]; in tile_net_lepp_grab_comps()538 LEPP_QINC(comp_head); in tile_net_lepp_grab_comps()544 eq->comp_head = comp_head; in tile_net_lepp_grab_comps()571 pending = (eq->comp_head != eq->comp_tail); in tile_net_lepp_free_comps()
1262 u_int comp_head; in ahd_flush_qoutfifo() local1276 comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_flush_qoutfifo()1277 if (SCBID_IS_NULL(comp_head)) { in ahd_flush_qoutfifo()