Lines Matching refs:name
55 #define DEFINE_COMPLETION_EVENT(name) \
56 DEFINE_EVENT(rpcrdma_completion_class, name, \
92 #define DEFINE_REPLY_EVENT(name) \
93 DEFINE_EVENT(xprtrdma_reply_event, name, \
123 #define DEFINE_RXPRT_EVENT(name) \
124 DEFINE_EVENT(xprtrdma_rxprt, name, \
160 #define DEFINE_CONN_EVENT(name) \
161 DEFINE_EVENT(xprtrdma_connect_class, xprtrdma_##name, \
208 #define DEFINE_RDCH_EVENT(name) \
209 DEFINE_EVENT(xprtrdma_rdch_event, xprtrdma_chunk_##name,\
255 #define DEFINE_WRCH_EVENT(name) \
256 DEFINE_EVENT(xprtrdma_wrch_event, xprtrdma_chunk_##name,\
291 #define DEFINE_FRWR_DONE_EVENT(name) \
292 DEFINE_EVENT(xprtrdma_frwr_done, name, \
343 #define DEFINE_MR_EVENT(name) \
344 DEFINE_EVENT(xprtrdma_mr, xprtrdma_mr_##name, \
376 #define DEFINE_CB_EVENT(name) \
377 DEFINE_EVENT(xprtrdma_cb_event, name, \
498 __string(name, event->device->name)
507 __assign_str(name, event->device->name);
515 __entry->srcaddr, __entry->dstaddr, __get_str(name),
1280 #define DEFINE_ACCEPT_EVENT(name) \
1281 DEFINE_EVENT(svcrdma_accept_class, svcrdma_##name##_err, \
1399 #define DEFINE_BADREQ_EVENT(name) \
1401 svcrdma_decode_##name##_err, \
1440 #define DEFINE_SEGMENT_EVENT(name) \
1441 DEFINE_EVENT(svcrdma_segment_event, svcrdma_##name,\
1475 #define DEFINE_CHUNK_EVENT(name) \
1476 DEFINE_EVENT(svcrdma_chunk_event, svcrdma_##name, \
1531 #define DEFINE_ERROR_EVENT(name) \
1532 DEFINE_EVENT(svcrdma_error_event, svcrdma_err_##name, \
1557 __string(device, rdma->sc_cm_id->device->name)
1564 __assign_str(device, rdma->sc_cm_id->device->name);
1574 #define DEFINE_SVC_DMA_EVENT(name) \
1575 DEFINE_EVENT(svcrdma_dma_map_class, svcrdma_##name, \
1598 __string(device, rdma->sc_cm_id->device->name)
1605 __assign_str(device, rdma->sc_cm_id->device->name);
1625 __string(device, rdma->sc_cm_id->device->name)
1631 __assign_str(device, rdma->sc_cm_id->device->name);
1652 __string(device, rdma->sc_cm_id->device->name)
1659 __assign_str(device, rdma->sc_cm_id->device->name);
1682 __string(device, rdma->sc_cm_id->device->name)
1690 __assign_str(device, rdma->sc_cm_id->device->name);
1861 __string(device, event->device->name)
1867 __assign_str(device, event->device->name);
1902 #define DEFINE_SQ_EVENT(name) \
1903 DEFINE_EVENT(svcrdma_sendqueue_event, svcrdma_sq_##name,\