Searched refs:cmd_sync (Results 1 – 1 of 1) sorted by relevance
2053 struct its_cmd *cmd, *cmd_sync, *cmd_write; in its_cmd_send() local2071 cmd_sync = its_cmd_alloc_locked(dev); in its_cmd_send()2072 if (cmd_sync != NULL) { in its_cmd_send()2076 its_cmd_prepare(cmd_sync, &desc_sync); in its_cmd_send()2077 its_cmd_sync(sc, cmd_sync); in its_cmd_send()