Home
last modified time | relevance | path

Searched refs:rtrs_to_imm (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/infiniband/ulp/rtrs/
Drtrs-pri.h337 static inline u32 rtrs_to_imm(u32 type, u32 payload) in rtrs_to_imm() function
353 return rtrs_to_imm(RTRS_IO_REQ_IMM, addr); in rtrs_to_io_req_imm()
365 return rtrs_to_imm(type, payload); in rtrs_to_io_rsp_imm()
Drtrs.c340 imm = rtrs_to_imm(RTRS_HB_ACK_IMM, 0); in rtrs_send_hb_ack()
374 imm = rtrs_to_imm(RTRS_HB_MSG_IMM, 0); in hb_work()