Searched refs:comp_head (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/tile/
H A Dtilepro.c533 unsigned int comp_head = eq->comp_head; tile_net_lepp_grab_comps() local
536 while (comp_head != comp_busy && n < comps_size) { tile_net_lepp_grab_comps()
537 comps[n++] = eq->comps[comp_head]; tile_net_lepp_grab_comps()
538 LEPP_QINC(comp_head); tile_net_lepp_grab_comps()
544 eq->comp_head = comp_head; tile_net_lepp_grab_comps()
571 pending = (eq->comp_head != eq->comp_tail); tile_net_lepp_free_comps()
/linux-4.4.14/arch/tile/include/hv/
H A Ddrv_xgbe_intf.h500 unsigned int comp_head; member in struct:__anon2862::__anon2863::__anon2871
512 * Entries from this up to but not including comp_head (in ring order)
578 return _lepp_num_free_slots(q->comp_head, q->comp_tail); lepp_num_free_comp_slots()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_core.c1262 u_int comp_head; ahd_flush_qoutfifo() local
1276 comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); ahd_flush_qoutfifo()
1277 if (SCBID_IS_NULL(comp_head)) { ahd_flush_qoutfifo()

Completed in 172 milliseconds