Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/bonding/
Dbond_3ad.c990 mux_states_t last_state; in ad_mux_machine() local
993 last_state = port->sm_mux_state; in ad_mux_machine()
1065 if (port->sm_mux_state != last_state) { in ad_mux_machine()
1066 …ne: Port=%d, Last State=%d, Curr State=%d\n", port->actor_port_number, last_state, port->sm_mux_st… in ad_mux_machine()
1110 rx_states_t last_state; in ad_rx_machine() local
1116 last_state = port->sm_rx_state; in ad_rx_machine()
1164 if ((port->sm_rx_state != last_state) || (lacpdu)) { in ad_rx_machine()
1165 …ne: Port=%d, Last State=%d, Curr State=%d\n", port->actor_port_number, last_state, port->sm_rx_sta… in ad_rx_machine()
1270 periodic_states_t last_state; in ad_periodic_machine() local
1273 last_state = port->sm_periodic_state; in ad_periodic_machine()
[all …]
/linux-2.4.37.9/drivers/message/fusion/
Dmptbase.h573 u32 last_state; member
Dmptbase.c2214 ioc->last_state = sc; in mpt_GetIocState()
2239 if (ioc->last_state == MPI_IOC_STATE_RESET) { in GetIocFacts()
2242 ioc->last_state ); in GetIocFacts()
2386 if (ioc->last_state == MPI_IOC_STATE_RESET) { in GetPortFacts()
2389 ioc->last_state ); in GetPortFacts()
Dmptscsih.c1641 if (ioc->last_state != MPI_IOC_STATE_OPERATIONAL) { in mptscsih_detect()