Searched refs:host_tcq_wr (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/atm/
H A Diphase.c150 while (dev->host_tcq_wr != tcq_wr) {
151 desc1 = *(u_short *)(dev->seg_ram + dev->host_tcq_wr);
155 *(u_short *) (dev->seg_ram + dev->host_tcq_wr) = 0;
174 dev->host_tcq_wr += 2;
175 if (dev->host_tcq_wr > dev->ffL.tcq_ed)
176 dev->host_tcq_wr = dev->ffL.tcq_st;
188 if((time_after(jiffies,timer+50)) || ((dev->ffL.tcq_rd==dev->host_tcq_wr))) {
216 if (dev->ffL.tcq_rd == dev->host_tcq_wr)
226 if (dev->ffL.tcq_rd == dev->host_tcq_wr)
604 if (iadev->host_tcq_wr >
[all...]
H A Diphase.h1052 u_short host_tcq_wr; member in struct:iadev_priv

Completed in 113 milliseconds