Searched refs:dle (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/atm/
H A Dsuni.c155 int reg, dle, lle; local
159 dle = SUNI_MCM_DLE;
163 dle = SUNI_MCT_DLE;
167 control = dev->ops->phy_get(dev, reg) & ~(dle | lle);
172 control |= dle;
H A Diphase.c1103 struct dle* wr_ptr;
1280 struct dle *dle, *cur_dle; local
1285 /* free all the dles done, that is just update our own dle read pointer
1290 dle = iadev->rx_dle_q.read;
1291 dle_lp = readl(iadev->dma+IPHASE5575_RX_LIST_ADDR) & (sizeof(struct dle)*DLE_ENTRIES - 1);
1292 cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4));
1293 while(dle != cur_dle)
1357 if (++dle == iadev->rx_dle_q.end)
1358 dle
1688 struct dle *dle, *cur_dle; local
[all...]
H A Diphase.h277 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES)
280 struct dle struct
291 struct dle *start;
292 struct dle *end;
293 struct dle *read;
294 struct dle *write;
/linux-master/drivers/scsi/
H A Dmvumi.c1847 struct mvumi_dyn_list_entry *dle; local
1848 dle = ib_entry;
1849 dle->src_low_addr =
1851 dle->src_high_addr =
1853 dle->if_length = (frame_len >> 2) & 0xFFF;

Completed in 239 milliseconds