Searched refs:dle (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
D | suni.c | 156 int reg, dle, lle; in set_loopback() local 160 dle = SUNI_MCM_DLE; in set_loopback() 164 dle = SUNI_MCT_DLE; in set_loopback() 168 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback() 173 control |= dle; in set_loopback()
|
D | iphase.c | 1101 struct dle* wr_ptr; 1278 struct dle *dle, *cur_dle; local 1288 dle = iadev->rx_dle_q.read; 1289 dle_lp = readl(iadev->dma+IPHASE5575_RX_LIST_ADDR) & (sizeof(struct dle)*DLE_ENTRIES - 1); 1290 cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4)); 1291 while(dle != cur_dle) 1355 if (++dle == iadev->rx_dle_q.end) 1356 dle = iadev->rx_dle_q.start; 1358 iadev->rx_dle_q.read = dle; 1441 iadev->rx_dle_q.start = (struct dle *)dle_addr; [all …]
|
D | iphase.h | 278 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES) 281 struct dle struct 292 struct dle *start; argument 293 struct dle *end; 294 struct dle *read; 295 struct dle *write;
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | mvumi.c | 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()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 26751 + int i, dle, lut_idx = 0; 26772 + dle, !dle, 5, 33333); 26793 + dle, dle != lut_idx, 5, 33333);
|