Lines Matching refs:csio_lnode
133 struct csio_lnode {
164 struct csio_lnode *pln; /* Parent lnode of child
224 int csio_is_lnode_ready(struct csio_lnode *);
225 void csio_lnode_state_to_str(struct csio_lnode *ln, int8_t *str);
226 struct csio_lnode *csio_lnode_lookup_by_wwpn(struct csio_hw *, uint8_t *);
229 int csio_scan_done(struct csio_lnode *, unsigned long, unsigned long,
233 void csio_lnode_async_event(struct csio_lnode *, enum csio_ln_fc_evt);
234 int csio_ln_fdmi_start(struct csio_lnode *, void *);
235 int csio_lnode_start(struct csio_lnode *);
236 void csio_lnode_stop(struct csio_lnode *);
237 void csio_lnode_close(struct csio_lnode *);
238 int csio_lnode_init(struct csio_lnode *, struct csio_hw *,
239 struct csio_lnode *);
240 void csio_lnode_exit(struct csio_lnode *);