Searched refs:hfi1_packet (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | verbs.h | 71 struct hfi1_packet; 405 void hfi1_cnp_rcv(struct hfi1_packet *packet); 407 void hfi1_uc_rcv(struct hfi1_packet *packet); 409 void hfi1_rc_rcv(struct hfi1_packet *packet); 413 struct hfi1_packet *packet, 421 void hfi1_ud_rcv(struct hfi1_packet *packet); 439 int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_packet *packet); 457 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn); 469 void hfi1_kdeth_eager_rcv(struct hfi1_packet *packet); 471 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 | 255 struct hfi1_packet *packet) in rcv_hdrerr() 416 struct hfi1_packet *packet) in init_packet() 448 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt, in hfi1_process_ecn_slowpath() 549 struct hfi1_packet *packet) in init_ps_mdata() 617 static void __prescan_rxq(struct hfi1_packet *packet) in __prescan_rxq() 682 static void process_rcv_qp_work(struct hfi1_packet *packet) in process_rcv_qp_work() 712 static noinline int max_packet_exceeded(struct hfi1_packet *packet, int thread) in max_packet_exceeded() 726 static inline int check_max_packet(struct hfi1_packet *packet, int thread) in check_max_packet() 735 static noinline int skip_rcv_packet(struct hfi1_packet *packet, int thread) in skip_rcv_packet() 755 static void process_rcv_packet_napi(struct hfi1_packet *packet) in process_rcv_packet_napi() [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 | 152 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet);
|
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 | hfi.h | 203 typedef void (*rhf_rcv_function_ptr)(struct hfi1_packet *packet); 374 struct hfi1_packet { struct 986 typedef void (*opcode_handler)(struct hfi1_packet *packet); 2004 static inline bool hfi1_may_ecn(struct hfi1_packet *pkt) in hfi1_may_ecn() 2018 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt, 2020 static inline bool process_ecn(struct rvt_qp *qp, struct hfi1_packet *pkt) in process_ecn() 2234 void handle_eflags(struct hfi1_packet *packet); 2624 static inline void hfi1_make_ext_grh(struct hfi1_packet *packet, in hfi1_make_ext_grh()
|
D | verbs.c | 316 static inline opcode_handler qp_ok(struct hfi1_packet *packet) in qp_ok() 359 static opcode_handler tid_qp_ok(int opcode, struct hfi1_packet *packet) in tid_qp_ok() 369 void hfi1_kdeth_eager_rcv(struct hfi1_packet *packet) in hfi1_kdeth_eager_rcv() 423 void hfi1_kdeth_expected_rcv(struct hfi1_packet *packet) in hfi1_kdeth_expected_rcv() 477 static int hfi1_do_pkey_check(struct hfi1_packet *packet) in hfi1_do_pkey_check() 495 static inline void hfi1_handle_packet(struct hfi1_packet *packet, in hfi1_handle_packet() 577 void hfi1_ib_rcv(struct hfi1_packet *packet) in hfi1_ib_rcv() 585 void hfi1_16B_rcv(struct hfi1_packet *packet) in hfi1_16B_rcv() 1976 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
|
D | trace_rx.h | 66 TP_PROTO(struct hfi1_packet *packet),
|
D | trace_misc.h | 112 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() 3632 void hfi1_rc_rcv_tid_rdma_write_req(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_write_req() [all …]
|
D | rc.c | 1237 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack() 1260 static inline void hfi1_make_rc_ack_9B(struct hfi1_packet *packet, in hfi1_make_rc_ack_9B() 1313 static inline void hfi1_make_rc_ack_16B(struct hfi1_packet *packet, in hfi1_make_rc_ack_16B() 1366 typedef void (*hfi1_make_rc_ack)(struct hfi1_packet *packet, 1386 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack() 2344 static void rc_rcv_resp(struct hfi1_packet *packet) in rc_rcv_resp() 2804 void hfi1_rc_rcv(struct hfi1_packet *packet) in hfi1_rc_rcv() 3252 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 | vnic_main.c | 374 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet) in hfi1_vnic_bypass_rcv()
|
D | trace.c | 87 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet) in hfi1_trace_packet_hdr_len()
|
D | ud.c | 854 void hfi1_ud_rcv(struct hfi1_packet *packet) in hfi1_ud_rcv()
|