Searched refs:cmd_sync (Results 1 – 1 of 1) sorted by relevance
1751 struct its_cmd *cmd, *cmd_sync, *cmd_write; in its_cmd_send() local1769 cmd_sync = its_cmd_alloc_locked(dev); in its_cmd_send()1770 if (cmd_sync != NULL) { in its_cmd_send()1774 its_cmd_prepare(cmd_sync, &desc_sync); in its_cmd_send()1775 its_cmd_sync(sc, cmd_sync); in its_cmd_send()