Lines Matching defs:mode
59 uint8_t mode;
111 table[pos].mode = 0;
135 cid_table[t][i].mode = 0;
152 cid_table[t][i].mode = 0;
179 static void set_mode(int in, uint16_t cid, uint8_t mode)
186 table[i].mode = mode;
196 return table[i].mode;
300 static char *mode2str(uint8_t mode)
302 switch (mode) {
425 uint8_t mode;
427 mode = *((uint8_t *) ptr);
428 set_mode(in, cid, mode);
430 printf("RFC 0x%02x (%s", mode, mode2str(mode));
431 if (mode == 0x01 || mode == 0x02) {
625 printf("Flow control mode\n");
629 printf("Retransmission mode\n");
772 uint8_t mode = get_mode(!frm->in, cid);
780 if (mode > 0) {
790 if (mode > 0)
794 if (mode > 0) {