Home
last modified time | relevance | path

Searched refs:hfi1_packet (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dverbs.h71 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 *packe
[all...]
H A Dtid_rdma.h250 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);
H A Ddriver.c255 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 *packe
[all...]
H A 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()
H A Dvnic.h152 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet);
H A Dverbs.c316 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()
1975 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
H A Dtrace_rx.h66 TP_PROTO(struct hfi1_packet *packet),
H A Dtrace_misc.h112 TP_PROTO(struct hfi1_packet *packet),
H A Dtrace_ibhdrs.h113 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet);
157 struct hfi1_packet *packet,
313 struct hfi1_packet *packet, bool sc5),
H A Dhfi.h203 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()
H A Dtid_rdma.c128 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,
2839 struct hfi1_packet *packet) in hfi1_handle_kdeth_eflags()
3632 void hfi1_rc_rcv_tid_rdma_write_req(struct hfi1_packet *packe
[all...]
H A Drc.c1237 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()
H A Dfault.c361 bool hfi1_dbg_should_fault_rx(struct hfi1_packet *packet) in hfi1_dbg_should_fault_rx()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dverbs.h29 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 *packe
[all...]
H A Dtid_rdma.h250 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);
H A Ddriver.c208 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 *packe
[all...]
H A Dfault.h38 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()
H A Dvnic.h110 void hfi1_vnic_bypass_rcv(struct hfi1_packet *packet);
H A Dverbs.c274 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()
1912 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
H A Dtrace_rx.h25 TP_PROTO(struct hfi1_packet *packet),
H A Dtrace_misc.h71 TP_PROTO(struct hfi1_packet *packet),
H A Dtrace_ibhdrs.h72 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet);
116 struct hfi1_packet *packet,
272 struct hfi1_packet *packet, bool sc5),
H A Dhfi.h162 typedef void (*rhf_rcv_function_ptr)(struct hfi1_packet *packet);
333 struct hfi1_packet { struct
935 typedef void (*opcode_handler)(struct hfi1_packet *packet);
1952 static inline bool hfi1_may_ecn(struct hfi1_packet *pkt) in hfi1_may_ecn()
1966 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt,
1968 static inline bool process_ecn(struct rvt_qp *qp, struct hfi1_packet *pkt) in process_ecn()
2181 void handle_eflags(struct hfi1_packet *packet);
2571 static inline void hfi1_make_ext_grh(struct hfi1_packet *packet, in hfi1_make_ext_grh()
H A Dtid_rdma.c128 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,
2847 struct hfi1_packet *packet) in hfi1_handle_kdeth_eflags()
3644 void hfi1_rc_rcv_tid_rdma_write_req(struct hfi1_packet *packe
[all...]
H A Drc.c1196 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()

Completed in 41 milliseconds

12