Lines Matching full:driver
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
37 * driver events.
44 * probe - Notify the RDMA client driver that a peer device has been created
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
59 * Called by the ice driver during the if_init routine to notify the RDMA
60 * client driver that a PF has been activated.
68 * close - Notify the RDMA client driver that a peer device has closed
71 * Called by the ice driver during the if_stop routine to notify the RDMA
72 * client driver that a PF has been deactivated.
80 * remove - Notify the RDMA client driver that a peer device has been removed
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
97 * Called by the ice driver when link status changes to notify the RDMA client
98 * driver of the new status.