Searched refs:lastcmdbuf (Results 1 – 5 of 5) sorted by relevance
138 cs->lastcmdbuf = NULL; in send_cb()214 cs->cmdbuf = cs->lastcmdbuf = NULL; in flush_send_queue()248 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()249 if (cs->lastcmdbuf) in gigaset_write_cmd()250 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()256 cs->lastcmdbuf = cb; in gigaset_write_cmd()
442 cs->lastcmdbuf = NULL; in send_cb()499 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()500 if (cs->lastcmdbuf) in gigaset_write_cmd()501 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()507 cs->lastcmdbuf = cb; in gigaset_write_cmd()
1757 cs->lastcmdbuf = NULL; in complete_cb()2014 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()2015 if (cs->lastcmdbuf) in gigaset_write_cmd()2016 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()2022 cs->lastcmdbuf = cb; in gigaset_write_cmd()
731 cs->cmdbuf = cs->lastcmdbuf = NULL; in gigaset_initcs()840 cs->cmdbuf = cs->lastcmdbuf = NULL; in cleanup_cs()
432 struct cmdbuf_t *cmdbuf, *lastcmdbuf; member