Home
last modified time | relevance | path

Searched refs:ib_header (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/include/rdma/
Dib_hdrs.h127 struct ib_header { struct
203 static inline u8 ib_get_lnh(struct ib_header *hdr) in ib_get_lnh()
208 static inline u8 ib_get_sc(struct ib_header *hdr) in ib_get_sc()
218 static inline u8 ib_get_sl(struct ib_header *hdr) in ib_get_sl()
223 static inline u16 ib_get_dlid(struct ib_header *hdr) in ib_get_dlid()
228 static inline u16 ib_get_slid(struct ib_header *hdr) in ib_get_slid()
233 static inline u8 ib_get_lver(struct ib_header *hdr) in ib_get_lver()
239 static inline u16 ib_get_len(struct ib_header *hdr) in ib_get_len()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_verbs.h109 struct ib_header hdr;
117 struct ib_header *s_hdr; /* next packet header to send */
292 int qib_verbs_send(struct rvt_qp *qp, struct ib_header *hdr,
298 void qib_uc_rcv(struct qib_ibport *ibp, struct ib_header *hdr,
301 void qib_rc_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr,
312 void qib_rc_send_complete(struct rvt_qp *qp, struct ib_header *hdr);
316 void qib_ud_rcv(struct qib_ibport *ibp, struct ib_header *hdr,
323 int qib_ruc_check_hdr(struct qib_ibport *ibp, struct ib_header *hdr,
Dqib_verbs.c254 static void qib_qp_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, in qib_qp_rcv()
307 struct ib_header *hdr = rhdr; in qib_ib_rcv()
757 struct ib_header *hdr; in sdma_complete()
805 static int qib_verbs_send_dma(struct rvt_qp *qp, struct ib_header *hdr, in qib_verbs_send_dma()
941 static int qib_verbs_send_pio(struct rvt_qp *qp, struct ib_header *ibhdr, in qib_verbs_send_pio()
1049 int qib_verbs_send(struct rvt_qp *qp, struct ib_header *hdr, in qib_verbs_send()
Dqib_driver.c305 struct ib_header *hdr = (struct ib_header *)rhdr; in qib_rcv_hdrerr()
Dqib_uc.c237 void qib_uc_rcv(struct qib_ibport *ibp, struct ib_header *hdr, in qib_uc_rcv()
Dqib_ud.c430 void qib_ud_rcv(struct qib_ibport *ibp, struct ib_header *hdr, in qib_ud_rcv()
Dqib_rc.c619 struct ib_header hdr; in qib_send_rc_ack()
892 void qib_rc_send_complete(struct rvt_qp *qp, struct ib_header *hdr) in qib_rc_send_complete()
1738 void qib_rc_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, in qib_rc_rcv()
Dqib_ruc.c82 int qib_ruc_check_hdr(struct qib_ibport *ibp, struct ib_header *hdr, in qib_ruc_check_hdr()
Dqib_iba7322.c1425 static struct ib_header ibhdr = { in flush_fifo()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.h110 #define LRH_9B_BYTES (FIELD_SIZEOF(struct ib_header, lrh))
133 struct ib_header ibh; /* 9B header */
Ddriver.c219 static inline struct ib_header *hfi1_get_msgheader(struct hfi1_ctxtdata *rcd, in hfi1_get_msgheader()
222 return (struct ib_header *)hfi1_get_header(rcd, rhf_addr); in hfi1_get_msgheader()
255 struct ib_header *rhdr = packet->hdr; in rcv_hdrerr()
598 struct ib_header *hdr; in __prescan_rxq()
951 struct ib_header *hdr = hfi1_get_msgheader(packet->rcd, in set_armed_to_active()
1423 struct ib_header *hdr; in hfi1_setup_9B_packet()
1723 struct ib_header *hdr; in seqfile_dump_rcd()
Dtrace.c50 static u8 __get_ib_hdr_len(struct ib_header *hdr) in __get_ib_hdr_len()
180 void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5, in hfi1_trace_parse_9b_hdr()
Dtrace_ibhdrs.h98 u8 ibhdr_exhdr_len(struct ib_header *hdr);
109 void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5,
Dhfi.h1463 static inline int hfi1_9B_get_sc5(struct ib_header *hdr, u64 rhf) in hfi1_9B_get_sc5()
2425 static inline void hfi1_make_ib_hdr(struct ib_header *hdr, in hfi1_make_ib_hdr()
Dverbs.c1336 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
2017 struct ib_header *hdr = packet->hdr; in hfi1_cnp_rcv()
Dud.c718 struct ib_header hdr; in return_cnp()
Drc.c763 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B()
1105 struct ib_header *hdr = NULL; in hfi1_rc_send_complete()