Searched refs:ib_header (Results 1 – 9 of 9) sorted by relevance
| /linux/include/rdma/ |
| H A D | ib_hdrs.h | 97 struct ib_header { struct 173 static inline u8 ib_get_lnh(struct ib_header *hdr) in ib_get_lnh() 178 static inline u8 ib_get_sc(struct ib_header *hdr) in ib_get_sc() 188 static inline u8 ib_get_sl(struct ib_header *hdr) in ib_get_sl() 193 static inline u16 ib_get_dlid(struct ib_header *hdr) in ib_get_dlid() 198 static inline u16 ib_get_slid(struct ib_header *hdr) in ib_get_slid() 203 static inline u8 ib_get_lver(struct ib_header *hdr) in ib_get_lver()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | driver.c | 174 static inline struct ib_header *hfi1_get_msgheader(struct hfi1_ctxtdata *rcd, in hfi1_get_msgheader() 177 return (struct ib_header *)hfi1_get_header(rcd, rhf_addr); in hfi1_get_msgheader() 210 struct ib_header *rhdr = packet->hdr; in rcv_hdrerr() 582 struct ib_header *hdr; in __prescan_rxq() 954 struct ib_header *hdr = hfi1_get_msgheader(packet->rcd, in __set_armed_to_active() 1477 struct ib_header *hdr; in hfi1_setup_9B_packet() 1650 packet->ohdr = &((struct ib_header *)packet->hdr)->u.oth; in hfi1_ipoib_ib_rcv() 1847 struct ib_header *hdr; in seqfile_dump_rcd()
|
| H A D | verbs.h | 70 #define LRH_9B_BYTES (sizeof_field(struct ib_header, lrh)) 93 struct ib_header ibh; /* 9B header */
|
| H A D | trace.c | 10 static u8 __get_ib_hdr_len(struct ib_header *hdr) in __get_ib_hdr_len() 150 static u16 ib_get_len(const struct ib_header *hdr) in ib_get_len() 155 void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5, in hfi1_trace_parse_9b_hdr()
|
| H A D | trace_ibhdrs.h | 67 u8 ibhdr_exhdr_len(struct ib_header *hdr); 78 void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5,
|
| H A D | verbs.c | 330 struct ib_header *hdr = packet->hdr; in hfi1_kdeth_eager_rcv() 384 struct ib_header *hdr = packet->hdr; in hfi1_kdeth_expected_rcv() 1237 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send() 1916 struct ib_header *hdr = packet->hdr; in hfi1_cnp_rcv()
|
| H A D | hfi.h | 518 struct ib_header *hdr = NULL; in hfi1_get_rc_ohdr() 1606 static inline int hfi1_9B_get_sc5(struct ib_header *hdr, u64 rhf) in hfi1_9B_get_sc5() 2593 static inline void hfi1_make_ib_hdr(struct ib_header *hdr, in hfi1_make_ib_hdr()
|
| H A D | rc.c | 1228 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B()
|
| H A D | tid_rdma.c | 2854 struct ib_header *hdr = packet->hdr; in hfi1_handle_kdeth_eflags()
|