Searched refs:RXE_RETH (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/infiniband/sw/rxe/ |
D | rxe_opcode.c | 180 [RXE_RETH] = RXE_BTH_BYTES, 226 [RXE_RETH] = RXE_BTH_BYTES, 240 [RXE_RETH] = RXE_BTH_BYTES, 255 [RXE_RETH] = RXE_BTH_BYTES, 456 [RXE_RETH] = RXE_BTH_BYTES, 502 [RXE_RETH] = RXE_BTH_BYTES, 516 [RXE_RETH] = RXE_BTH_BYTES, 646 [RXE_RETH] = RXE_BTH_BYTES + 722 [RXE_RETH] = RXE_BTH_BYTES + 745 [RXE_RETH] = RXE_BTH_BYTES + [all …]
|
D | rxe_opcode.h | 42 RXE_RETH, enumerator 59 RXE_RETH_MASK = BIT(RXE_RETH),
|
D | rxe_hdr.h | 577 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_va() 583 rxe_opcode[pkt->opcode].offset[RXE_RETH], va); in reth_set_va() 589 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_rkey() 595 rxe_opcode[pkt->opcode].offset[RXE_RETH], rkey); in reth_set_rkey() 601 rxe_opcode[pkt->opcode].offset[RXE_RETH]); in reth_len() 607 rxe_opcode[pkt->opcode].offset[RXE_RETH], len); in reth_set_len()
|