Searched refs:hfi1_packet (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | verbs.h | 71 struct hfi1_packet; 406 void hfi1_cnp_rcv(struct hfi1_packet *packet); 408 void hfi1_uc_rcv(struct hfi1_packet *packet); 410 void hfi1_rc_rcv(struct hfi1_packet *packet); 414 struct hfi1_packet *packet, 422 void hfi1_ud_rcv(struct hfi1_packet *packet); 440 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet); 458 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn); 470 void hfi1_kdeth_eager_rcv(struct hfi1_packet *packet); 472 void hfi1_kdeth_expected_rcv(struct hfi1_packet *packet); [all …]
|
D | tid_rdma.h | 250 void hfi1_rc_rcv_tid_rdma_read_req(struct hfi1_packet *packet); 254 void hfi1_rc_rcv_tid_rdma_read_resp(struct hfi1_packet *packet); 257 struct hfi1_packet *packet); 278 void hfi1_rc_rcv_tid_rdma_write_req(struct hfi1_packet *packet); 287 void hfi1_rc_rcv_tid_rdma_write_resp(struct hfi1_packet *packet); 293 void hfi1_rc_rcv_tid_rdma_write_data(struct hfi1_packet *packet); 299 void hfi1_rc_rcv_tid_rdma_ack(struct hfi1_packet *packet); 308 void hfi1_rc_rcv_tid_rdma_resync(struct hfi1_packet *packet);
|
D | driver.c | 251 struct hfi1_packet *packet) in rcv_hdrerr() 412 struct hfi1_packet *packet) in init_packet() 444 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt, in hfi1_process_ecn_slowpath() 545 struct hfi1_packet *packet) in init_ps_mdata() 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() [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 | hfi.h | 200 typedef int (*rhf_rcv_function_ptr)(struct hfi1_packet *packet); 365 struct hfi1_packet { struct 977 typedef void (*opcode_handler)(struct hfi1_packet *packet); 1867 static inline bool hfi1_may_ecn(struct hfi1_packet *pkt) in hfi1_may_ecn() 1881 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt, 1883 static inline bool process_ecn(struct rvt_qp *qp, struct hfi1_packet *pkt) in process_ecn() 2075 void handle_eflags(struct hfi1_packet *packet); 2447 static inline void hfi1_make_ext_grh(struct hfi1_packet *packet, in hfi1_make_ext_grh()
|
D | trace_ibhdrs.h | 113 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet); 157 struct hfi1_packet *packet, 313 struct hfi1_packet *packet, bool sc5),
|
D | verbs.c | 315 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok() 358 static opcode_handler tid_qp_ok(int opcode, struct hfi1_packet *packet) in tid_qp_ok() 368 void hfi1_kdeth_eager_rcv(struct hfi1_packet *packet) in hfi1_kdeth_eager_rcv() 422 void hfi1_kdeth_expected_rcv(struct hfi1_packet *packet) in hfi1_kdeth_expected_rcv() 476 static int hfi1_do_pkey_check(struct hfi1_packet *packet) in hfi1_do_pkey_check() 494 static inline void hfi1_handle_packet(struct hfi1_packet *packet, in hfi1_handle_packet() 574 void hfi1_ib_rcv(struct hfi1_packet *packet) in hfi1_ib_rcv() 582 void hfi1_16B_rcv(struct hfi1_packet *packet) in hfi1_16B_rcv() 1972 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
|
D | trace_misc.h | 112 TP_PROTO(struct hfi1_packet *packet),
|
D | trace_rx.h | 66 TP_PROTO(struct hfi1_packet *packet),
|
D | tid_rdma.c | 128 static void tid_rdma_rcv_err(struct hfi1_packet *packet, 131 static void update_r_next_psn_fecn(struct hfi1_packet *packet, 1884 struct hfi1_packet *packet, in tid_rdma_rcv_read_request() 1978 static int tid_rdma_rcv_error(struct hfi1_packet *packet, in tid_rdma_rcv_error() 2208 void hfi1_rc_rcv_tid_rdma_read_req(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_read_req() 2433 void hfi1_rc_rcv_tid_rdma_read_resp(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_read_resp() 2595 static bool tid_rdma_tid_err(struct hfi1_packet *packet, u8 rcv_type) in tid_rdma_tid_err() 2649 struct hfi1_packet *packet, u8 rcv_type, in handle_read_kdeth_eflags() 2839 struct hfi1_packet *packet) in hfi1_handle_kdeth_eflags() 3631 void hfi1_rc_rcv_tid_rdma_write_req(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_write_req() [all …]
|
D | rc.c | 1238 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack() 1261 static inline void hfi1_make_rc_ack_9B(struct hfi1_packet *packet, in hfi1_make_rc_ack_9B() 1314 static inline void hfi1_make_rc_ack_16B(struct hfi1_packet *packet, in hfi1_make_rc_ack_16B() 1367 typedef void (*hfi1_make_rc_ack)(struct hfi1_packet *packet, 1387 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack() 2345 static void rc_rcv_resp(struct hfi1_packet *packet) in rc_rcv_resp() 2805 void hfi1_rc_rcv(struct hfi1_packet *packet) in hfi1_rc_rcv() 3253 struct hfi1_packet *packet, in hfi1_rc_hdrerr()
|
D | fault.c | 361 bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx()
|
D | ruc.c | 69 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet) in hfi1_ruc_check_hdr()
|
D | uc.c | 305 void hfi1_uc_rcv(struct hfi1_packet *packet) in hfi1_uc_rcv()
|
D | trace.c | 86 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet) in hfi1_trace_packet_hdr_len()
|
D | vnic_main.c | 524 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet) in hfi1_vnic_bypass_rcv()
|
D | ud.c | 854 void hfi1_ud_rcv(struct hfi1_packet *packet) in hfi1_ud_rcv()
|