Searched refs:riocm_debug (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/rapidio/ |
D | rio_cm.c | 51 #define riocm_debug(level, fmt, arg...) \ macro 58 #define riocm_debug(level, fmt, arg...) \ macro 393 riocm_debug(RX_CMD, "channel %d is not in listen state", chnum); in riocm_req_handler() 463 riocm_debug(RX_CMD, "for ch=%d", ntohs(hh->dst_ch)); in riocm_close_handler() 478 riocm_debug(RX_CMD, "riocm_ch_close() returned %d", ret); in riocm_close_handler() 497 riocm_debug(RX_CMD, "OP=%x for ch=%d from %d", in rio_cm_handler() 535 riocm_debug(RX_DATA, "for ch=%d", ntohs(hdr->dst_ch)); in rio_rx_data_handler() 549 riocm_debug(RX_DATA, "ch=%d is in wrong state=%d", in rio_rx_data_handler() 559 riocm_debug(RX_DATA, "ch=%d is full", ch->id); in rio_rx_data_handler() 645 riocm_debug(TX_EVENT, "for mport_%d slot %d tx_cnt %d", in rio_txcq_handler() [all …]
|