Lines Matching defs:thread
712 static noinline int max_packet_exceeded(struct hfi1_packet *packet, int thread)
714 if (thread) {
726 static inline int check_max_packet(struct hfi1_packet *packet, int thread)
731 ret = max_packet_exceeded(packet, thread);
735 static noinline int skip_rcv_packet(struct hfi1_packet *packet, int thread)
746 ret = check_max_packet(packet, thread);
788 static inline int process_rcv_packet(struct hfi1_packet *packet, int thread)
829 ret = check_max_packet(packet, thread);
899 int handle_receive_interrupt_nodma_rtail(struct hfi1_ctxtdata *rcd, int thread)
913 last = process_rcv_packet(&packet, thread);
925 int handle_receive_interrupt_dma_rtail(struct hfi1_ctxtdata *rcd, int thread)
942 last = process_rcv_packet(&packet, thread);
1048 int handle_receive_interrupt(struct hfi1_ctxtdata *rcd, int thread)
1098 last = skip_rcv_packet(&packet, thread);
1103 last = process_rcv_packet(&packet, thread);