Lines Matching refs:RDMA
33 * @brief RDMA client kobject interface
35 * KOBject methods implemented by the RDMA client driver. These functions will
36 * be called from the ice driver to notify the RDMA client driver of device
44 * probe - Notify the RDMA client driver that a peer device has been created
45 * @peer: the RDMA peer structure
47 * Called by the ice driver during attach to notify the RDMA client driver
56 * open - Notify the RDMA client driver that a peer device has been opened
57 * @peer: the RDMA peer structure
59 * Called by the ice driver during the if_init routine to notify the RDMA
68 * close - Notify the RDMA client driver that a peer device has closed
69 * @peer: the RDMA peer structure
71 * Called by the ice driver during the if_stop routine to notify the RDMA
80 * remove - Notify the RDMA client driver that a peer device has been removed
81 * @peer: the RDMA peer structure
83 * Called by the ice driver during detach to notify the RDMA client driver
92 * link_change - Notify the RDMA client driver that link status has changed
93 * @peer: the RDMA peer structure
97 * Called by the ice driver when link status changes to notify the RDMA client