Home
last modified time | relevance | path

Searched refs:hfi1_packet (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddriver.c262 struct hfi1_packet *packet) in rcv_hdrerr()
422 struct hfi1_packet *packet) in init_packet()
438 static void prescan_rxq(struct hfi1_packet *packet) {} in prescan_rxq()
504 struct hfi1_packet *packet) in init_ps_mdata()
554 static void prescan_rxq(struct hfi1_packet *packet) in prescan_rxq()
621 static inline int process_rcv_packet(struct hfi1_packet *packet, int thread) in process_rcv_packet()
679 static inline void process_rcv_update(int last, struct hfi1_packet *packet) in process_rcv_update()
695 static inline void finish_packet(struct hfi1_packet *packet) in finish_packet()
709 static inline void process_rcv_qp_work(struct hfi1_packet *packet) in process_rcv_qp_work()
750 struct hfi1_packet packet; in handle_receive_interrupt_nodma_rtail()
[all …]
Dhfi.h326 struct hfi1_packet { struct
347 static inline bool has_sc4_bit(struct hfi1_packet *p) in has_sc4_bit() argument
724 typedef int (*rhf_rcv_function_ptr)(struct hfi1_packet *packet);
726 typedef void (*opcode_handler)(struct hfi1_packet *packet);
1416 int snoop_recv_handler(struct hfi1_packet *packet);
1636 void handle_eflags(struct hfi1_packet *packet);
1637 int process_receive_ib(struct hfi1_packet *packet);
1638 int process_receive_bypass(struct hfi1_packet *packet);
1639 int process_receive_error(struct hfi1_packet *packet);
1640 int kdeth_process_expected(struct hfi1_packet *packet);
[all …]
Dverbs.h69 struct hfi1_packet;
938 void hfi1_cnp_rcv(struct hfi1_packet *packet);
940 void hfi1_uc_rcv(struct hfi1_packet *packet);
942 void hfi1_rc_rcv(struct hfi1_packet *packet);
962 void hfi1_ud_rcv(struct hfi1_packet *packet);
1100 void hfi1_ib_rcv(struct hfi1_packet *packet);
Duc.c262 void hfi1_uc_rcv(struct hfi1_packet *packet) in hfi1_uc_rcv()
Dverbs.c584 static inline int qp_ok(int opcode, struct hfi1_packet *packet) in qp_ok()
608 void hfi1_ib_rcv(struct hfi1_packet *packet) in hfi1_ib_rcv()
2152 void hfi1_cnp_rcv(struct hfi1_packet *packet) in hfi1_cnp_rcv()
Dud.c641 void hfi1_ud_rcv(struct hfi1_packet *packet) in hfi1_ud_rcv()
Ddiag.c1503 int snoop_recv_handler(struct hfi1_packet *packet) in snoop_recv_handler()
Drc.c1936 void hfi1_rc_rcv(struct hfi1_packet *packet) in hfi1_rc_rcv()