Searched defs:intf_hdl (Results 1 – 3 of 3) sorted by relevance
113 struct intf_hdl { struct118 void (*intf_hdl_init)(u8 *priv); argument119 void (*intf_hdl_unload)(u8 *priv); argument120 void (*intf_hdl_open)(u8 *priv); argument121 void (*intf_hdl_close)(u8 *priv); argument122 struct _io_ops io_ops;
121 struct intf_hdl { struct122 struct adapter *padapter;146 struct intf_hdl intf; argument
101 struct intf_hdl { struct102 struct adapter *padapter;103 struct dvobj_priv *pintf_dev;
Completed in 6 milliseconds