Home
last modified time | relevance | path

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

/linux/drivers/atm/
A Dsuni.c155 int reg, dle, lle; in set_loopback() local
159 dle = SUNI_MCM_DLE; in set_loopback()
163 dle = SUNI_MCT_DLE; in set_loopback()
167 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback()
172 control |= dle; in set_loopback()
A Diphase.c1103 struct dle* wr_ptr;
1280 struct dle *dle, *cur_dle; local
1290 dle = iadev->rx_dle_q.read;
1293 while(dle != cur_dle)
1360 iadev->rx_dle_q.read = dle;
1446 iadev->rx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);
1688 struct dle *dle, *cur_dle; local
1701 while (dle != cur_dle)
1708 if (!((dle - iadev->tx_dle_q.start)%(2*sizeof(struct dle)))) {
1933 iadev->tx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);
[all …]
A Diphase.h277 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES)
280 struct dle struct
291 struct dle *start; argument
292 struct dle *end;
293 struct dle *read;
294 struct dle *write;
/linux/drivers/scsi/
A Dmvumi.c1847 struct mvumi_dyn_list_entry *dle; in mvumi_send_command() local
1848 dle = ib_entry; in mvumi_send_command()
1849 dle->src_low_addr = in mvumi_send_command()
1851 dle->src_high_addr = in mvumi_send_command()
1853 dle->if_length = (frame_len >> 2) & 0xFFF; in mvumi_send_command()

Completed in 21 milliseconds