Searched defs:persistence (Results 1 - 1 of 1) sorted by relevance

/drivers/net/hamradio/
H A D6pack.c111 unsigned char persistence; member in struct:sixpack
134 * Perform the persistence/slottime algorithm for CSMA access. If the
135 * persistence check was successful, write the data to the serial driver.
147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) {
200 case 2: sp->persistence = p[1];
642 sp->persistence = SIXP_PERSIST;

Completed in 167 milliseconds