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

/linux-master/drivers/net/ethernet/sun/
H A Dcassini.c635 atomic_inc(&cp->reset_task_pending);
639 atomic_set(&cp->reset_task_pending, CAS_RESET_SPARE);
724 atomic_inc(&cp->reset_task_pending);
1781 atomic_inc(&cp->reset_task_pending);
1786 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL);
2665 atomic_inc(&cp->reset_task_pending);
2669 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL);
3791 while (atomic_read(&cp->reset_task_pending))
3812 atomic_inc(&cp->reset_task_pending);
3820 atomic_set(&cp->reset_task_pending, (c
[all...]
H A Dsungem.c246 gp->reset_task_pending = 1;
1500 if (gp->reset_task_pending)
2201 * still clear reset_task_pending to avoid a spurrious
2205 gp->reset_task_pending = 0;
2238 !gp->reset_task_pending) {
2258 gp->reset_task_pending = 0;
2467 if (gp->reset_task_pending || WARN_ON(!gp->cell_enabled))
H A Dsungem.h1007 volatile int reset_task_pending; member in struct:gem
H A Dcassini.h2825 atomic_t reset_task_pending;
2827 atomic_t reset_task_pending; member in struct:cas

Completed in 116 milliseconds