Home
last modified time | relevance | path

Searched refs:send_routine (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dhfi.h1017 typedef int (*send_routine)(struct rvt_qp *, struct hfi1_pkt_state *, u64); typedef
1297 send_routine process_pio_send ____cacheline_aligned_in_smp;
1298 send_routine process_dma_send;
Dverbs.c1173 static inline send_routine get_send_routine(struct rvt_qp *qp, in get_send_routine()
1218 send_routine sr; in hfi1_verbs_send()