Searched refs:PKP (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/hamradio/ |
D | hdlcdrv.c | 290 #define PKP(a,b) printk(KERN_INFO "hdlcdrv.c: channel params: " a "\n", b) in do_kiss_params() macro 292 #define PKP(a,b) in do_kiss_params() 300 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay); in do_kiss_params() 304 PKP("p persistence = %u", s->ch_params.ppersist); in do_kiss_params() 308 PKP("slot time = %ums", s->ch_params.slottime); in do_kiss_params() 312 PKP("TX tail = %ums", s->ch_params.tx_tail); in do_kiss_params() 316 PKP("%s duplex", s->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 321 #undef PKP in do_kiss_params()
|
D | baycom_epp.c | 440 #define PKP(a,b) printk(KERN_INFO "baycomm_epp: channel params: " a "\n", b) in do_kiss_params() macro 442 #define PKP(a,b) in do_kiss_params() 450 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay); in do_kiss_params() 454 PKP("p persistence = %u", bc->ch_params.ppersist); in do_kiss_params() 458 PKP("slot time = %ums", bc->ch_params.slottime); in do_kiss_params() 462 PKP("TX tail = %ums", bc->ch_params.tx_tail); in do_kiss_params() 466 PKP("%s duplex", bc->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 471 #undef PKP in do_kiss_params()
|