Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Ddriver.c812 static inline void finish_packet(struct hfi1_packet *packet) in finish_packet() function
850 finish_packet(&packet); in handle_receive_interrupt_napi_fp()
879 finish_packet(&packet); in handle_receive_interrupt_nodma_rtail()
908 finish_packet(&packet); in handle_receive_interrupt_dma_rtail()
1099 finish_packet(&packet); in handle_receive_interrupt()
1156 finish_packet(&packet); in handle_receive_interrupt_napi_sp()
/drivers/infiniband/sw/rxe/
Drxe_req.c454 static int finish_packet(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in finish_packet() function
721 ret = finish_packet(qp, wqe, &pkt, skb, payload); in rxe_requester()