Searched refs:lastcmdbuf (Results 1 – 5 of 5) sorted by relevance
143 cs->lastcmdbuf = NULL; in send_cb()219 cs->cmdbuf = cs->lastcmdbuf = NULL; in flush_send_queue()253 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()254 if (cs->lastcmdbuf) in gigaset_write_cmd()255 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()261 cs->lastcmdbuf = cb; in gigaset_write_cmd()
445 cs->lastcmdbuf = NULL; in send_cb()502 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()503 if (cs->lastcmdbuf) in gigaset_write_cmd()504 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()510 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()
734 cs->cmdbuf = cs->lastcmdbuf = NULL; in gigaset_initcs()844 cs->cmdbuf = cs->lastcmdbuf = NULL; in cleanup_cs()
435 struct cmdbuf_t *cmdbuf, *lastcmdbuf; member