Searched refs:hfi1_packet (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ ! |
D | verbs.h | 29 struct hfi1_packet; 363 void hfi1_cnp_rcv(struct hfi1_packet *packet); 365 void hfi1_uc_rcv(struct hfi1_packet *packet); 367 void hfi1_rc_rcv(struct hfi1_packet *packet); 371 struct hfi1_packet *packet, 379 void hfi1_ud_rcv(struct hfi1_packet *packet); 394 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet); 412 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn); 424 void hfi1_kdeth_eager_rcv(struct hfi1_packet *packet); 426 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 | 208 struct hfi1_packet *packet) in rcv_hdrerr() 369 struct hfi1_packet *packet) in init_packet() 401 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt, in hfi1_process_ecn_slowpath() 502 struct hfi1_packet *packet) in init_ps_mdata() 570 static void __prescan_rxq(struct hfi1_packet *packet) in __prescan_rxq() 635 static void process_rcv_qp_work(struct hfi1_packet *packet) in process_rcv_qp_work() 665 static noinline int max_packet_exceeded(struct hfi1_packet *packet, int thread) in max_packet_exceeded() 679 static inline int check_max_packet(struct hfi1_packet *packet, int thread) in check_max_packet() 688 static noinline int skip_rcv_packet(struct hfi1_packet *packet, int thread) in skip_rcv_packet() 708 static void process_rcv_packet_napi(struct hfi1_packet *packet) in process_rcv_packet_napi() [all …]
|
D | fault.h | 38 bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet); 49 static inline bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx()
|
D | vnic.h | 110 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet);
|
D | trace_ibhdrs.h | 72 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet); 116 struct hfi1_packet *packet, 272 struct hfi1_packet *packet, bool sc5),
|
D | hfi.h | 162 typedef void (*rhf_rcv_function_ptr)(struct hfi1_packet *packet); 333 struct hfi1_packet { struct 935 typedef void (*opcode_handler)(struct hfi1_packet *packet); 1954 static inline bool hfi1_may_ecn(struct hfi1_packet *pkt) in hfi1_may_ecn() 1968 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt, 1970 static inline bool process_ecn(struct rvt_qp *qp, struct hfi1_packet *pkt) in process_ecn() 2183 void handle_eflags(struct hfi1_packet *packet); 2573 static inline void hfi1_make_ext_grh(struct hfi1_packet *packet, in hfi1_make_ext_grh()
|
D | verbs.c | 274 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok() 317 static opcode_handler tid_qp_ok(int opcode, struct hfi1_packet *packet) in tid_qp_ok() 327 void hfi1_kdeth_eager_rcv(struct hfi1_packet *packet) in hfi1_kdeth_eager_rcv() 381 void hfi1_kdeth_expected_rcv(struct hfi1_packet *packet) in hfi1_kdeth_expected_rcv() 435 static int hfi1_do_pkey_check(struct hfi1_packet *packet) in hfi1_do_pkey_check() 453 static inline void hfi1_handle_packet(struct hfi1_packet *packet, in hfi1_handle_packet() 535 void hfi1_ib_rcv(struct hfi1_packet *packet) in hfi1_ib_rcv() 543 void hfi1_16B_rcv(struct hfi1_packet *packet) in hfi1_16B_rcv() 1929 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
|
D | trace_misc.h | 71 TP_PROTO(struct hfi1_packet *packet),
|
D | trace_rx.h | 25 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, 1891 struct hfi1_packet *packet, in tid_rdma_rcv_read_request() 1985 static int tid_rdma_rcv_error(struct hfi1_packet *packet, in tid_rdma_rcv_error() 2215 void hfi1_rc_rcv_tid_rdma_read_req(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_read_req() 2440 void hfi1_rc_rcv_tid_rdma_read_resp(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_read_resp() 2602 static bool tid_rdma_tid_err(struct hfi1_packet *packet, u8 rcv_type) in tid_rdma_tid_err() 2656 struct hfi1_packet *packet, u8 rcv_type, in handle_read_kdeth_eflags() 2847 struct hfi1_packet *packet) in hfi1_handle_kdeth_eflags() 3644 void hfi1_rc_rcv_tid_rdma_write_req(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_write_req() [all …]
|
D | rc.c | 1196 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack() 1219 static inline void hfi1_make_rc_ack_9B(struct hfi1_packet *packet, in hfi1_make_rc_ack_9B() 1272 static inline void hfi1_make_rc_ack_16B(struct hfi1_packet *packet, in hfi1_make_rc_ack_16B() 1325 typedef void (*hfi1_make_rc_ack)(struct hfi1_packet *packet, 1344 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack() 2302 static void rc_rcv_resp(struct hfi1_packet *packet) in rc_rcv_resp() 2763 void hfi1_rc_rcv(struct hfi1_packet *packet) in hfi1_rc_rcv() 3211 struct hfi1_packet *packet, in hfi1_rc_hdrerr()
|
D | fault.c | 319 bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx()
|
D | ruc.c | 27 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet) in hfi1_ruc_check_hdr()
|
D | uc.c | 259 void hfi1_uc_rcv(struct hfi1_packet *packet) in hfi1_uc_rcv()
|
D | vnic_main.c | 332 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet) in hfi1_vnic_bypass_rcv()
|
D | trace.c | 45 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet) in hfi1_trace_packet_hdr_len()
|
D | ud.c | 808 void hfi1_ud_rcv(struct hfi1_packet *packet) in hfi1_ud_rcv()
|