struct srpt_device - Information associated by SRPT with a single HCA. : Backpointer to the struct ib_device managed by the IB core. : IB protection domain. : L_Key (local key) with write access to all local memory. : Per-HCA SRQ (shared receive queue). : Connection identifier. : Attributes of the InfiniBand device as obtained during the ib_client.add() callback. : SRQ size. : Per-HCA SRQ. : Per-device channel list – see also srpt_rdma_ch.list. : Enables waiting for removal from rch_list. : Protects rch_list and tpg. : Information about the ports owned by this HCA. : Per-HCA asynchronous IB event handler. : Node in srpt_dev_list.
Definition at line 394 of file ib_srpt.h.