Searched refs:ib_header (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/include/rdma/ |
D | ib_hdrs.h | 139 struct ib_header { struct 215 static inline u8 ib_get_lnh(struct ib_header *hdr) in ib_get_lnh() 220 static inline u8 ib_get_sc(struct ib_header *hdr) in ib_get_sc() 230 static inline u8 ib_get_sl(struct ib_header *hdr) in ib_get_sl() 235 static inline u16 ib_get_dlid(struct ib_header *hdr) in ib_get_dlid() 240 static inline u16 ib_get_slid(struct ib_header *hdr) in ib_get_slid() 245 static inline u8 ib_get_lver(struct ib_header *hdr) in ib_get_lver() 251 static inline u16 ib_get_len(struct ib_header *hdr) in ib_get_len()
|
/Linux-v5.4/drivers/infiniband/hw/qib/ |
D | qib_verbs.h | 109 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, 295 void qib_uc_rcv(struct qib_ibport *ibp, struct ib_header *hdr, 298 void qib_rc_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, 310 void qib_rc_send_complete(struct rvt_qp *qp, struct ib_header *hdr); 314 void qib_ud_rcv(struct qib_ibport *ibp, struct ib_header *hdr, 321 int qib_ruc_check_hdr(struct qib_ibport *ibp, struct ib_header *hdr,
|
D | qib_verbs.c | 223 static void qib_qp_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, in qib_qp_rcv() 276 struct ib_header *hdr = rhdr; in qib_ib_rcv() 721 struct ib_header *hdr; in sdma_complete() 769 static int qib_verbs_send_dma(struct rvt_qp *qp, struct ib_header *hdr, in qib_verbs_send_dma() 905 static int qib_verbs_send_pio(struct rvt_qp *qp, struct ib_header *ibhdr, in qib_verbs_send_pio() 1013 int qib_verbs_send(struct rvt_qp *qp, struct ib_header *hdr, in qib_verbs_send()
|
D | qib_driver.c | 301 struct ib_header *hdr = (struct ib_header *)rhdr; in qib_rcv_hdrerr()
|
D | qib_ruc.c | 82 int qib_ruc_check_hdr(struct qib_ibport *ibp, struct ib_header *hdr, in qib_ruc_check_hdr()
|
D | qib_uc.c | 237 void qib_uc_rcv(struct qib_ibport *ibp, struct ib_header *hdr, in qib_uc_rcv()
|
D | qib_ud.c | 426 void qib_ud_rcv(struct qib_ibport *ibp, struct ib_header *hdr, in qib_ud_rcv()
|
D | qib_rc.c | 608 struct ib_header hdr; in qib_send_rc_ack() 881 void qib_rc_send_complete(struct rvt_qp *qp, struct ib_header *hdr) in qib_rc_send_complete() 1711 void qib_rc_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, in qib_rc_rcv()
|
D | qib_iba7322.c | 1424 static struct ib_header ibhdr = { in flush_fifo()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | verbs.h | 112 #define LRH_9B_BYTES (FIELD_SIZEOF(struct ib_header, lrh)) 135 struct ib_header ibh; /* 9B header */
|
D | driver.c | 217 static inline struct ib_header *hfi1_get_msgheader(struct hfi1_ctxtdata *rcd, in hfi1_get_msgheader() 220 return (struct ib_header *)hfi1_get_header(rcd, rhf_addr); in hfi1_get_msgheader() 253 struct ib_header *rhdr = packet->hdr; in rcv_hdrerr() 627 struct ib_header *hdr; in __prescan_rxq() 977 struct ib_header *hdr = hfi1_get_msgheader(packet->rcd, in set_armed_to_active() 1449 struct ib_header *hdr; in hfi1_setup_9B_packet() 1764 struct ib_header *hdr; in seqfile_dump_rcd()
|
D | trace_ibhdrs.h | 108 u8 ibhdr_exhdr_len(struct ib_header *hdr); 119 void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5,
|
D | trace.c | 51 static u8 __get_ib_hdr_len(struct ib_header *hdr) in __get_ib_hdr_len() 190 void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5, in hfi1_trace_parse_9b_hdr()
|
D | verbs.c | 371 struct ib_header *hdr = packet->hdr; in hfi1_kdeth_eager_rcv() 425 struct ib_header *hdr = packet->hdr; in hfi1_kdeth_expected_rcv() 1276 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send() 1976 struct ib_header *hdr = packet->hdr; in hfi1_cnp_rcv()
|
D | hfi.h | 550 struct ib_header *hdr = NULL; in hfi1_get_rc_ohdr() 1521 static inline int hfi1_9B_get_sc5(struct ib_header *hdr, u64 rhf) in hfi1_9B_get_sc5() 2483 static inline void hfi1_make_ib_hdr(struct ib_header *hdr, in hfi1_make_ib_hdr()
|
D | rc.c | 1270 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B()
|
D | tid_rdma.c | 2846 struct ib_header *hdr = packet->hdr; in hfi1_handle_kdeth_eflags()
|