Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Ddriver.c807 static inline void finish_packet(struct hfi1_packet *packet) in finish_packet() function
845 finish_packet(&packet); in handle_receive_interrupt_napi_fp()
874 finish_packet(&packet); in handle_receive_interrupt_nodma_rtail()
903 finish_packet(&packet); in handle_receive_interrupt_dma_rtail()
1094 finish_packet(&packet); in handle_receive_interrupt()
1151 finish_packet(&packet); in handle_receive_interrupt_napi_sp()
/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_req.c457 static int finish_packet(struct rxe_qp *qp, struct rxe_av *av, in finish_packet() function
765 err = finish_packet(qp, av, wqe, &pkt, skb, payload); in rxe_requester()