Searched refs:cio_reqs (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dchnlpriv.h78 u32 cio_reqs; /* Number of IO Requests in queue. */ member in struct:chnl_info
H A D_chnl_sm.h153 s32 cio_reqs; /* Number of IORequests in queue */ member in struct:chnl_object
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dchnl_sm.c212 pchnl->cio_reqs++;
213 DBC_ASSERT(pchnl->cio_reqs <= pchnl->chnl_packets);
299 pchnl->cio_reqs--;
300 DBC_ASSERT(pchnl->cio_reqs >= 0);
365 pchnl->cio_reqs = 0;
550 channel_info->cio_reqs = pchnl->cio_reqs;
827 pchnl->cio_reqs = 0;
H A Dio_sm.c1123 pchnl->cio_reqs--;
1124 if (pchnl->cio_reqs < 0)
1395 pchnl->cio_reqs--;
1396 if (pchnl->cio_reqs < 0 || !pchnl->pio_requests)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c173 if (chnl_info_obj.cio_cs > 0 || chnl_info_obj.cio_reqs > 0)
343 chnl_info_obj.cio_reqs;
353 else if (chnl_info_obj.cio_reqs > 0)

Completed in 50 milliseconds