Searched defs:wqe_words (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_osdep.h | 48 static inline void set_64bit_val(u64 *wqe_words, u32 byte_index, u64 value) in set_64bit_val() argument 59 static inline void set_32bit_val(u32 *wqe_words, u32 byte_index, u32 value) in set_32bit_val() argument 70 static inline void get_64bit_val(u64 *wqe_words, u32 byte_index, u64 *value) in get_64bit_val() argument 81 static inline void get_32bit_val(u32 *wqe_words, u3 argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | defs.h | 1121 static inline void set_64bit_val(__le64 *wqe_words, u32 byte_index, u64 val) in set_64bit_val() argument 1132 static inline void set_32bit_val(__le32 *wqe_words, u32 byte_index, u32 val) in set_32bit_val() argument 1143 static inline void get_64bit_val(__le64 *wqe_words, u32 byte_index, u64 *val) in get_64bit_val() argument 1154 get_32bit_val(__le32 *wqe_words, u32 byte_index, u32 *val) get_32bit_val() argument [all...] |
Completed in 4 milliseconds