Home
last modified time | relevance | path

Searched refs:LINK_RESET (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.h101 #define LINK_RESET 0x02 macro
Dmain.c1100 {SISL_ASTATUS_FC0_OTHER, "other error", 0, CLR_FC_ERROR | LINK_RESET},
1102 {SISL_ASTATUS_FC0_CRC_T, "CRC threshold exceeded", 0, LINK_RESET},
1103 {SISL_ASTATUS_FC0_LOGI_R, "login timed out, retrying", 0, LINK_RESET},
1108 {SISL_ASTATUS_FC1_OTHER, "other error", 1, CLR_FC_ERROR | LINK_RESET},
1110 {SISL_ASTATUS_FC1_CRC_T, "CRC threshold exceeded", 1, LINK_RESET},
1314 if (info->action & LINK_RESET) { in cxlflash_async_err_irq()
/linux-4.4.14/drivers/phy/
Dphy-exynos5250-sata.c37 #define LINK_RESET 0xf0000 macro
111 val |= LINK_RESET; in exynos_sata_phy_init()
/linux-4.4.14/net/tipc/
Dlink.c101 LINK_RESET = 0x1 << 8, enumerator
143 return l->state & (LINK_RESET | LINK_FAILINGOVER | LINK_ESTABLISHING); in tipc_link_is_reset()
207 rcv_l->state = LINK_RESET; in tipc_link_remove_bc_peer()
210 snd_l->state = LINK_RESET; in tipc_link_remove_bc_peer()
340 l->state = LINK_RESET; in tipc_link_bc_create()
367 l->state = LINK_RESET; in tipc_link_fsm_evt()
379 case LINK_RESET: in tipc_link_fsm_evt()
417 l->state = LINK_RESET; in tipc_link_fsm_evt()
440 l->state = LINK_RESET; in tipc_link_fsm_evt()
463 l->state = LINK_RESET; in tipc_link_fsm_evt()
[all …]