Searched refs:last_state (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/bonding/ |
D | bond_3ad.c | 990 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/ |
D | mptbase.h | 573 u32 last_state; member
|
D | mptbase.c | 2214 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()
|
D | mptscsih.c | 1641 if (ioc->last_state != MPI_IOC_STATE_OPERATIONAL) { in mptscsih_detect()
|