Searched refs:ib_other_headers (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/include/rdma/ |
D | ib_hdrs.h | 122 struct ib_other_headers { struct 132 struct ib_other_headers oth; argument 134 struct ib_other_headers oth; 244 static inline u32 ib_get_qkey(struct ib_other_headers *ohdr) in ib_get_qkey() 249 static inline u32 ib_get_sqpn(struct ib_other_headers *ohdr) in ib_get_sqpn() 271 static inline u8 ib_bth_get_pad(struct ib_other_headers *ohdr) in ib_bth_get_pad() 277 static inline u16 ib_bth_get_pkey(struct ib_other_headers *ohdr) in ib_bth_get_pkey() 282 static inline u8 ib_bth_get_opcode(struct ib_other_headers *ohdr) in ib_bth_get_opcode() 288 static inline u8 ib_bth_get_ackreq(struct ib_other_headers *ohdr) in ib_bth_get_ackreq() 294 static inline u8 ib_bth_get_migreq(struct ib_other_headers *ohdr) in ib_bth_get_migreq() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs.h | 124 struct ib_other_headers oth; 126 struct ib_other_headers oth; 356 void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, 415 static inline bool opa_bth_is_migration(struct ib_other_headers *ohdr) in opa_bth_is_migration()
|
D | trace.c | 52 struct ib_other_headers *ohdr; in __get_ib_hdr_len() 66 struct ib_other_headers *ohdr = NULL; in __get_16b_hdr_len() 147 void hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_9b_bth() 165 void hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_16b_bth()
|
D | ruc.c | 577 struct ib_other_headers *ohdr, in hfi1_make_ruc_bth() 601 struct ib_other_headers *ohdr, in hfi1_make_ruc_header_16B() 689 struct ib_other_headers *ohdr, in hfi1_make_ruc_header_9B() 744 struct ib_other_headers *ohdr, 754 void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, in hfi1_make_ruc_header()
|
D | trace_ibhdrs.h | 105 void hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, 112 void hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, 342 struct ib_other_headers *ohdr;
|
D | ud.c | 287 struct ib_other_headers *ohdr, in hfi1_make_bth_deth() 330 struct ib_other_headers *ohdr; in hfi1_make_ud_req_9B() 397 struct ib_other_headers *ohdr; in hfi1_make_ud_req_16B() 660 struct ib_other_headers *ohdr; in return_cnp_16B() 719 struct ib_other_headers *ohdr; in return_cnp()
|
D | rc.c | 86 struct ib_other_headers *ohdr, in make_rc_ack() 260 struct ib_other_headers *ohdr; in hfi1_make_rc_req() 716 struct ib_other_headers *ohdr, in hfi1_make_bth_aeth() 764 struct ib_other_headers *ohdr; in hfi1_make_rc_ack_9B() 812 struct ib_other_headers *ohdr; in hfi1_make_rc_ack_16B() 1102 struct ib_other_headers *ohdr; in hfi1_rc_send_complete() 1543 struct ib_other_headers *ohdr = packet->ohdr; in rc_rcv_resp() 1751 static noinline int rc_rcv_error(struct ib_other_headers *ohdr, void *data, in rc_rcv_error() 2039 struct ib_other_headers *ohdr = packet->ohdr; in hfi1_rc_rcv()
|
D | uc.c | 66 struct ib_other_headers *ohdr; in hfi1_make_uc_req() 310 struct ib_other_headers *ohdr = packet->ohdr; in hfi1_uc_rcv()
|
D | hfi.h | 349 struct ib_other_headers *ohdr; 492 static inline u8 hfi1_16B_bth_get_pad(struct ib_other_headers *ohdr) in hfi1_16B_bth_get_pad()
|
D | driver.c | 438 struct ib_other_headers *ohdr = pkt->ohdr; in hfi1_process_ecn_slowpath()
|
D | verbs.c | 1316 struct ib_other_headers *ohdr = NULL; in hfi1_verbs_send()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 68 struct ib_other_headers *ohdr, u32 pmtu) in qib_make_rc_ack() 224 struct ib_other_headers *ohdr; in qib_make_rc_req() 620 struct ib_other_headers *ohdr; in qib_send_rc_ack() 894 struct ib_other_headers *ohdr; in qib_rc_send_complete() 1297 struct ib_other_headers *ohdr, in qib_rc_rcv_resp() 1517 static int qib_rc_rcv_error(struct ib_other_headers *ohdr, in qib_rc_rcv_error() 1742 struct ib_other_headers *ohdr; in qib_rc_rcv()
|
D | qib_uc.c | 51 struct ib_other_headers *ohdr; in qib_make_uc_req() 240 struct ib_other_headers *ohdr; in qib_uc_rcv()
|
D | qib_ud.c | 238 struct ib_other_headers *ohdr; in qib_make_ud_req() 433 struct ib_other_headers *ohdr; in qib_ud_rcv()
|
D | qib_verbs.h | 329 void qib_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr,
|
D | qib_driver.c | 306 struct ib_other_headers *ohdr = NULL; in qib_rcv_hdrerr()
|
D | qib_ruc.c | 507 void qib_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, in qib_make_ruc_header()
|
D | qib_verbs.c | 310 struct ib_other_headers *ohdr; in qib_ib_rcv()
|