Searched refs:dle (Results 1 – 4 of 4) sorted by relevance
155 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()
1103 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; global() local [all...]
277 #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;
1847 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()