Searched refs:PKP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 216 #define PKP(a,b) printk(KERN_INFO "hdlcdrv.c: channel params: " a "\n", b) in do_kiss_params() macro 218 #define PKP(a,b) in do_kiss_params() 226 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay); in do_kiss_params() 230 PKP("p persistence = %u", s->ch_params.ppersist); in do_kiss_params() 234 PKP("slot time = %ums", s->ch_params.slottime); in do_kiss_params() 238 PKP("TX tail = %ums", s->ch_params.tx_tail); in do_kiss_params() 242 PKP("%s duplex", s->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 247 #undef PKP in do_kiss_params() macro
|
H A D | baycom_epp.c | 322 #define PKP(a,b) printk(KERN_INFO "baycomm_epp: channel params: " a "\n", b) in do_kiss_params() macro 324 #define PKP(a,b) in do_kiss_params() 332 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay); in do_kiss_params() 336 PKP("p persistence = %u", bc->ch_params.ppersist); in do_kiss_params() 340 PKP("slot time = %ums", bc->ch_params.slottime); in do_kiss_params() 344 PKP("TX tail = %ums", bc->ch_params.tx_tail); in do_kiss_params() 348 PKP("%s duplex", bc->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 353 #undef PKP in do_kiss_params() macro
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 217 #define PKP(a,b) printk(KERN_INFO "hdlcdrv.c: channel params: " a "\n", b) in do_kiss_params() macro 219 #define PKP(a,b) in do_kiss_params() 227 PKP("TX delay = %ums", 10 * s->ch_params.tx_delay); in do_kiss_params() 231 PKP("p persistence = %u", s->ch_params.ppersist); in do_kiss_params() 235 PKP("slot time = %ums", s->ch_params.slottime); in do_kiss_params() 239 PKP("TX tail = %ums", s->ch_params.tx_tail); in do_kiss_params() 243 PKP("%s duplex", s->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 248 #undef PKP in do_kiss_params() macro
|
H A D | baycom_epp.c | 322 #define PKP(a,b) printk(KERN_INFO "baycomm_epp: channel params: " a "\n", b) in do_kiss_params() macro 324 #define PKP(a,b) in do_kiss_params() 332 PKP("TX delay = %ums", 10 * bc->ch_params.tx_delay); in do_kiss_params() 336 PKP("p persistence = %u", bc->ch_params.ppersist); in do_kiss_params() 340 PKP("slot time = %ums", bc->ch_params.slottime); in do_kiss_params() 344 PKP("TX tail = %ums", bc->ch_params.tx_tail); in do_kiss_params() 348 PKP("%s duplex", bc->ch_params.fulldup ? "full" : "half"); in do_kiss_params() 353 #undef PKP in do_kiss_params() macro
|
Completed in 6 milliseconds