Searched refs:hfi1_packet (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs.h | 71 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);
|
D | driver.c | 253 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 …]
|
D | fault.h | 78 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()
|
D | vnic.h | 153 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet);
|
D | trace_ibhdrs.h | 103 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet); 147 struct hfi1_packet *packet, 303 struct hfi1_packet *packet, bool sc5),
|
D | trace_misc.h | 112 TP_PROTO(struct hfi1_packet *packet),
|
D | hfi.h | 194 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()
|
D | rc.c | 731 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()
|
D | verbs.c | 517 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()
|
D | trace_rx.h | 66 TP_PROTO(struct hfi1_packet *packet),
|
D | fault.c | 365 bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx()
|
D | trace.c | 85 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet) in hfi1_trace_packet_hdr_len()
|
D | uc.c | 304 void hfi1_uc_rcv(struct hfi1_packet *packet) in hfi1_uc_rcv()
|
D | vnic_main.c | 523 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet) in hfi1_vnic_bypass_rcv()
|
D | ruc.c | 69 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet) in hfi1_ruc_check_hdr()
|
D | ud.c | 867 void hfi1_ud_rcv(struct hfi1_packet *packet) in hfi1_ud_rcv()
|