Searched defs:rhf (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | common.h | 350 static inline u64 rhf_err_flags(u64 rhf) in rhf_err_flags() 355 static inline u32 rhf_rcv_type(u64 rhf) in rhf_rcv_type() 360 static inline u32 rhf_rcv_type_err(u64 rhf) in rhf_rcv_type_err() 366 static inline u32 rhf_pkt_len(u64 rhf) in rhf_pkt_len() 371 static inline u32 rhf_egr_index(u64 rhf) in rhf_egr_index() 376 static inline u32 rhf_rcv_seq(u64 rhf) in rhf_rcv_seq() 382 static inline u32 rhf_hdrq_offset(u64 rhf) in rhf_hdrq_offset() 387 static inline u64 rhf_use_egr_bfr(u64 rhf) in rhf_use_egr_bfr() 392 static inline u64 rhf_dc_info(u64 rhf) in rhf_dc_info() 397 static inline u32 rhf_egr_buf_offset(u64 rhf) in rhf_egr_buf_offset()
|
D | driver.c | 203 static inline void *get_egrbuf(const struct hfi1_ctxtdata *rcd, u64 rhf, in get_egrbuf() 570 static inline int ps_done(struct ps_mdata *mdata, u64 rhf, in ps_done() 578 static inline int ps_skip(struct ps_mdata *mdata, u64 rhf, in ps_skip() 631 u64 rhf = rhf_to_cpu(rhf_addr); in __prescan_rxq() local 1896 u64 rhf = rhf_to_cpu(rhf_addr); in seqfile_dump_rcd() local
|
D | hfi.h | 384 u64 rhf; member 1658 static inline int hfi1_9B_get_sc5(struct ib_header *hdr, u64 rhf) in hfi1_9B_get_sc5()
|
/kernel/linux/linux-5.10/include/linux/ |
D | rcupdate.h | 887 #define kfree_rcu(ptr, rhf) \ argument 925 #define kvfree_rcu_arg_2(ptr, rhf) kfree_rcu(ptr, rhf) argument
|