Searched refs:CAS_RESET_ALL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | cassini.c | 170 #define CAS_RESET_ALL 2 macro 1799 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL); in cas_abnormal_irq() 2698 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL); in cas_tx_timeout() 3856 CAS_RESET_ALL : CAS_RESET_MTU); in cas_change_mtu() 4023 /* when pending == CAS_RESET_ALL, the following in cas_reset_task() 4026 * !(pending == CAS_RESET_ALL) will set this argument in cas_reset_task() 4036 cas_reset(cp, !(pending == CAS_RESET_ALL)); in cas_reset_task() 4039 cas_init_hw(cp, pending == CAS_RESET_ALL); in cas_reset_task() 4166 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL); in cas_link_timer()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | cassini.c | 169 #define CAS_RESET_ALL 2 macro 1786 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL); in cas_abnormal_irq() 2669 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL); in cas_tx_timeout() 3821 CAS_RESET_ALL : CAS_RESET_MTU); in cas_change_mtu() 3988 /* when pending == CAS_RESET_ALL, the following in cas_reset_task() 3991 * !(pending == CAS_RESET_ALL) will set this argument in cas_reset_task() 4001 cas_reset(cp, !(pending == CAS_RESET_ALL)); in cas_reset_task() 4004 cas_init_hw(cp, pending == CAS_RESET_ALL); in cas_reset_task() 4131 atomic_set(&cp->reset_task_pending, CAS_RESET_ALL); in cas_link_timer()
|
Completed in 11 milliseconds