Searched refs:e100_wait_exec_cmplx (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/e100/ |
D | e100_test.c | 32 extern int e100_wait_exec_cmplx(struct e100_private *, u32,u8, u8); 351 if(!e100_wait_exec_cmplx(bdp, bdp->loopback.dma_handle, SCB_RUC_START, 0)) in e100_diag_loopback_cu_ru_exec()
|
D | e100_main.c | 224 unsigned char e100_wait_exec_cmplx(struct e100_private *, u32, u8, u8); 468 e100_wait_exec_cmplx(struct e100_private *bdp, u32 phys_addr, u8 cmd, u8 sub_cmd) in e100_wait_exec_cmplx() function 1011 if (!e100_wait_exec_cmplx(bdp, 0, SCB_CUC_LOAD_BASE, 0)) { in e100_open() 1016 if (!e100_wait_exec_cmplx(bdp, 0, SCB_RUC_LOAD_BASE, 0)) { in e100_open() 1523 if (!e100_wait_exec_cmplx(bdp, 0, SCB_CUC_LOAD_BASE, 0)) in e100_hw_init() 1526 if (!e100_wait_exec_cmplx(bdp, 0, SCB_RUC_LOAD_BASE, 0)) in e100_hw_init() 2315 if (!e100_wait_exec_cmplx(bdp, (u32) (tcb->tcb_phys), in e100_start_cu() 2482 if (!e100_wait_exec_cmplx(bdp, rx_struct->dma_addr, SCB_RUC_START, 0)) { in e100_start_ru() 2550 if (!e100_wait_exec_cmplx(bdp, bdp->stat_cnt_phys, SCB_CUC_DUMP_ADDR, 0)) in e100_clr_cntrs() 2709 if (!e100_wait_exec_cmplx(bdp, command->dma_addr, SCB_CUC_START, sub_cmd)) { in e100_exec_non_cu_cmd() [all …]
|