Lines Matching defs:packet

251 		       struct hfi1_packet *packet)  in rcv_hdrerr()
412 struct hfi1_packet *packet) in init_packet()
545 struct hfi1_packet *packet) in init_ps_mdata()
610 #define prescan_rxq(rcd, packet) \ argument
615 static void __prescan_rxq(struct hfi1_packet *packet) in __prescan_rxq()
680 static void process_rcv_qp_work(struct hfi1_packet *packet) in process_rcv_qp_work()
710 static noinline int max_packet_exceeded(struct hfi1_packet *packet, int thread) in max_packet_exceeded()
724 static inline int check_max_packet(struct hfi1_packet *packet, int thread) in check_max_packet()
733 static noinline int skip_rcv_packet(struct hfi1_packet *packet, int thread) in skip_rcv_packet()
752 static inline int process_rcv_packet(struct hfi1_packet *packet, int thread) in process_rcv_packet()
802 static inline void process_rcv_update(int last, struct hfi1_packet *packet) in process_rcv_update()
818 static inline void finish_packet(struct hfi1_packet *packet) in finish_packet()
837 struct hfi1_packet packet; in handle_receive_interrupt_nodma_rtail() local
868 struct hfi1_packet packet; in handle_receive_interrupt_dma_rtail() local
969 struct hfi1_packet *packet, in set_armed_to_active()
1014 struct hfi1_packet packet; in handle_receive_interrupt() local
1409 static inline void hfi1_setup_ib_header(struct hfi1_packet *packet) in hfi1_setup_ib_header()
1417 static int hfi1_bypass_ingress_pkt_check(struct hfi1_packet *packet) in hfi1_bypass_ingress_pkt_check()
1446 static int hfi1_setup_9B_packet(struct hfi1_packet *packet) in hfi1_setup_9B_packet()
1495 static int hfi1_setup_bypass_packet(struct hfi1_packet *packet) in hfi1_setup_bypass_packet()
1578 static void show_eflags_errs(struct hfi1_packet *packet) in show_eflags_errs()
1596 void handle_eflags(struct hfi1_packet *packet) in handle_eflags()
1609 static int process_receive_ib(struct hfi1_packet *packet) in process_receive_ib()
1628 static inline bool hfi1_is_vnic_packet(struct hfi1_packet *packet) in hfi1_is_vnic_packet()
1641 static int process_receive_bypass(struct hfi1_packet *packet) in process_receive_bypass()
1683 static int process_receive_error(struct hfi1_packet *packet) in process_receive_error()
1702 static int kdeth_process_expected(struct hfi1_packet *packet) in kdeth_process_expected()
1719 static int kdeth_process_eager(struct hfi1_packet *packet) in kdeth_process_eager()
1738 static int process_receive_invalid(struct hfi1_packet *packet) in process_receive_invalid()
1747 struct hfi1_packet packet; in seqfile_dump_rcd() local