Home
last modified time | relevance | path

Searched refs:hfi1_packet (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.h71 struct hfi1_packet;
319 void hfi1_cnp_rcv(struct hfi1_packet *packet);
321 void hfi1_uc_rcv(struct hfi1_packet *packet);
323 void hfi1_rc_rcv(struct hfi1_packet *packet);
327 struct hfi1_packet *packet,
334 void hfi1_ud_rcv(struct hfi1_packet *packet);
351 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet);
369 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn);
381 void hfi1_ib_rcv(struct hfi1_packet *packet);
383 void hfi1_16B_rcv(struct hfi1_packet *packet);
Ddriver.c253 struct hfi1_packet *packet) in rcv_hdrerr()
414 struct hfi1_packet *packet) in init_packet()
433 void hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt, in hfi1_process_ecn_slowpath()
516 struct hfi1_packet *packet) in init_ps_mdata()
586 static void __prescan_rxq(struct hfi1_packet *packet) in __prescan_rxq()
654 static void process_rcv_qp_work(struct hfi1_packet *packet) in process_rcv_qp_work()
684 static noinline int max_packet_exceeded(struct hfi1_packet *packet, int thread) in max_packet_exceeded()
698 static inline int check_max_packet(struct hfi1_packet *packet, int thread) in check_max_packet()
707 static noinline int skip_rcv_packet(struct hfi1_packet *packet, int thread) in skip_rcv_packet()
726 static inline int process_rcv_packet(struct hfi1_packet *packet, int thread) in process_rcv_packet()
[all …]
Dfault.h78 bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet);
89 static inline bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx()
Dvnic.h153 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet);
Dtrace_ibhdrs.h103 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet);
147 struct hfi1_packet *packet,
303 struct hfi1_packet *packet, bool sc5),
Dtrace_misc.h112 TP_PROTO(struct hfi1_packet *packet),
Dhfi.h194 typedef int (*rhf_rcv_function_ptr)(struct hfi1_packet *packet);
342 struct hfi1_packet { struct
913 typedef void (*opcode_handler)(struct hfi1_packet *packet);
1798 void hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt,
1800 static inline bool process_ecn(struct rvt_qp *qp, struct hfi1_packet *pkt, in process_ecn()
2004 void handle_eflags(struct hfi1_packet *packet);
2389 static inline void hfi1_make_ext_grh(struct hfi1_packet *packet, in hfi1_make_ext_grh()
Drc.c731 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack()
754 static inline void hfi1_make_rc_ack_9B(struct hfi1_packet *packet, in hfi1_make_rc_ack_9B()
802 static inline void hfi1_make_rc_ack_16B(struct hfi1_packet *packet, in hfi1_make_rc_ack_16B()
855 typedef void (*hfi1_make_rc_ack)(struct hfi1_packet *packet,
875 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack()
1536 static void rc_rcv_resp(struct hfi1_packet *packet) in rc_rcv_resp()
2032 void hfi1_rc_rcv(struct hfi1_packet *packet) in hfi1_rc_rcv()
2486 struct hfi1_packet *packet, in hfi1_rc_hdrerr()
Dverbs.c517 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok()
558 static int hfi1_do_pkey_check(struct hfi1_packet *packet) in hfi1_do_pkey_check()
576 static inline void hfi1_handle_packet(struct hfi1_packet *packet, in hfi1_handle_packet()
656 void hfi1_ib_rcv(struct hfi1_packet *packet) in hfi1_ib_rcv()
664 void hfi1_16B_rcv(struct hfi1_packet *packet) in hfi1_16B_rcv()
2013 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
Dtrace_rx.h66 TP_PROTO(struct hfi1_packet *packet),
Dfault.c365 bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx()
Dtrace.c85 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet) in hfi1_trace_packet_hdr_len()
Duc.c304 void hfi1_uc_rcv(struct hfi1_packet *packet) in hfi1_uc_rcv()
Dvnic_main.c523 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet) in hfi1_vnic_bypass_rcv()
Druc.c69 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet) in hfi1_ruc_check_hdr()
Dud.c867 void hfi1_ud_rcv(struct hfi1_packet *packet) in hfi1_ud_rcv()