Home
last modified time | relevance | path

Searched refs:sci_init_sm (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/scsi/isci/
Disci.h533 extern void sci_init_sm(struct sci_base_state_machine *sm,
Dremote_node_context.c418 sci_init_sm(&rnc->sm, sci_remote_node_context_state_table, SCI_RNC_INITIAL); in sci_remote_node_context_construct()
Dhost.c147 void sci_init_sm(struct sci_base_state_machine *sm, in sci_init_sm() function
1626 sci_init_sm(&ihost->sm, sci_controller_state_table, SCIC_INITIAL); in sci_controller_construct()
Dphy.c1374 sci_init_sm(&iphy->sm, sci_phy_state_table, SCI_PHY_INITIAL); in sci_phy_construct()
Dport.c1612 sci_init_sm(&iport->sm, sci_port_state_table, SCI_PORT_STOPPED); in sci_port_construct()
Dremote_device.c1254 sci_init_sm(&idev->sm, sci_remote_device_state_table, SCI_DEV_INITIAL); in sci_remote_device_construct()
Drequest.c3067 sci_init_sm(&ireq->sm, sci_request_state_table, SCI_REQ_INIT); in sci_general_request_construct()