Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/hv/
Ddrv_xgbe_intf.h500 unsigned int comp_head; member
578 return _lepp_num_free_slots(q->comp_head, q->comp_tail); in lepp_num_free_comp_slots()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c533 unsigned int comp_head = eq->comp_head; in tile_net_lepp_grab_comps() local
536 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()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_core.c1262 u_int comp_head; in ahd_flush_qoutfifo() local
1276 comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_flush_qoutfifo()
1277 if (SCBID_IS_NULL(comp_head)) { in ahd_flush_qoutfifo()