Searched refs:state_set (Results 1 – 3 of 3) sorted by relevance
/drivers/power/ |
D | max14577_charger.c | 79 goto state_set; in max14577_get_charger_state() 88 goto state_set; in max14577_get_charger_state() 91 state_set: in max14577_get_charger_state() 160 goto state_set; in max14577_get_battery_health() 166 goto state_set; in max14577_get_battery_health() 169 state_set: in max14577_get_battery_health()
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 255 static void state_set(struct iwch_ep_common *epc, enum iwch_ep_state new) in state_set() function 530 state_set(&ep->com, MPA_REQ_SENT); in send_mpa_req() 629 state_set(&ep->com, MPA_REP_SENT); in send_mpa_reply() 664 state_set(&ep->com, ABORTING); in abort_connection() 903 state_set(&ep->com, FPDU_MODE); in process_mpa_reply() 1037 state_set(&ep->com, MPA_REQ_RCVD); in process_mpa_request() 1190 state_set(&ep->com, DEAD); in act_open_rpl() 1396 state_set(&child_ep->com, CONNECTING); in pass_accept_req() 1433 state_set(&ep->com, MPA_REQ_WAIT); in pass_establish() 1864 state_set(&ep->com, FPDU_MODE); in iwch_accept_cr() [all …]
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 269 static void state_set(struct c4iw_ep_common *epc, enum c4iw_ep_state new) in state_set() function 444 state_set(&ep->com, DEAD); in act_open_req_arp_failure() 1994 state_set(&ep->com, CONNECTING); in c4iw_reconnect() 2099 state_set(&ep->com, DEAD); in act_open_rpl() 2351 state_set(&child_ep->com, CONNECTING); in pass_accept_req() 2414 state_set(&ep->com, MPA_REQ_WAIT); in pass_establish() 3093 state_set(&ep->com, CONNECTING); in c4iw_connect() 3243 state_set(&ep->com, LISTEN); in c4iw_create_listen() 3272 state_set(&ep->com, DEAD); in c4iw_destroy_listen() 3405 state_set(&ep->com, DEAD); in active_ofld_conn_reply()
|