Searched refs:PKP (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/hamradio/ |
D | hdlcdrv.c | 229 #define PKP(a,b) printk(KERN_INFO "hdlcdrv.c: channel params: " a "\n", b) in do_kiss_params() macro 231 #define PKP(a,b) in do_kiss_params() 239 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay); in do_kiss_params() 243 PKP("p persistence = %u", s->ch_params.ppersist); in do_kiss_params() 247 PKP("slot time = %ums", s->ch_params.slottime); in do_kiss_params() 251 PKP("TX tail = %ums", s->ch_params.tx_tail); in do_kiss_params() 255 PKP("%s duplex", s->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 260 #undef PKP in do_kiss_params()
|
D | baycom_epp.c | 337 #define PKP(a,b) printk(KERN_INFO "baycomm_epp: channel params: " a "\n", b) in do_kiss_params() macro 339 #define PKP(a,b) in do_kiss_params() 347 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay); in do_kiss_params() 351 PKP("p persistence = %u", bc->ch_params.ppersist); in do_kiss_params() 355 PKP("slot time = %ums", bc->ch_params.slottime); in do_kiss_params() 359 PKP("TX tail = %ums", bc->ch_params.tx_tail); in do_kiss_params() 363 PKP("%s duplex", bc->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 368 #undef PKP in do_kiss_params()
|