Searched refs:ib_mad_send_wr_private (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/infiniband/core/ |
| D | mad_priv.h | 119 struct ib_mad_send_wr_private { struct 150 struct ib_mad_send_wr_private *mad_send_wr; argument 211 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr); 213 struct ib_mad_send_wr_private * 217 void ib_mad_complete_send_wr(struct ib_mad_send_wr_private *mad_send_wr, 220 void ib_mark_mad_done(struct ib_mad_send_wr_private *mad_send_wr); 222 void ib_reset_mad_timeout(struct ib_mad_send_wr_private *mad_send_wr,
|
| D | mad_rmpp.h | 43 int ib_send_rmpp_mad(struct ib_mad_send_wr_private *mad_send_wr); 49 int ib_process_rmpp_send_wc(struct ib_mad_send_wr_private *mad_send_wr, 56 int ib_retry_rmpp(struct ib_mad_send_wr_private *mad_send_wr);
|
| D | mad.c | 742 struct ib_mad_send_wr_private *mad_send_wr) in handle_outgoing_dr_smp() 925 static void free_send_rmpp_list(struct ib_mad_send_wr_private *mad_send_wr) in free_send_rmpp_list() 935 static int alloc_send_rmpp_list(struct ib_mad_send_wr_private *send_wr, in alloc_send_rmpp_list() 991 struct ib_mad_send_wr_private *mad_send_wr; in ib_create_send_mad() 1096 struct ib_mad_send_wr_private *mad_send_wr; in ib_get_rmpp_segment() 1099 mad_send_wr = container_of(send_buf, struct ib_mad_send_wr_private, in ib_get_rmpp_segment() 1116 static inline void *ib_get_payload(struct ib_mad_send_wr_private *mad_send_wr) in ib_get_payload() 1129 struct ib_mad_send_wr_private *mad_send_wr; in ib_free_send_mad() 1133 mad_send_wr = container_of(send_buf, struct ib_mad_send_wr_private, in ib_free_send_mad() 1142 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr) in ib_send_mad() [all …]
|
| D | agent.c | 89 struct ib_mad_send_wr_private *mad_send_wr; in agent_send_response() 127 struct ib_mad_send_wr_private, in agent_send_response()
|
| D | mad_rmpp.c | 575 static int send_next_seg(struct ib_mad_send_wr_private *mad_send_wr) in send_next_seg() 609 struct ib_mad_send_wr_private *mad_send_wr; in abort_send() 634 static inline void adjust_last_ack(struct ib_mad_send_wr_private *wr, in adjust_last_ack() 659 struct ib_mad_send_wr_private *mad_send_wr; in process_rmpp_ack() 850 static int init_newwin(struct ib_mad_send_wr_private *mad_send_wr) in init_newwin() 883 int ib_send_rmpp_mad(struct ib_mad_send_wr_private *mad_send_wr) in ib_send_rmpp_mad() 908 int ib_process_rmpp_send_wc(struct ib_mad_send_wr_private *mad_send_wr, in ib_process_rmpp_send_wc() 947 int ib_retry_rmpp(struct ib_mad_send_wr_private *mad_send_wr) in ib_retry_rmpp()
|