Searched refs:csio_lnode_async_event (Results 1 – 3 of 3) sorted by relevance
233 void csio_lnode_async_event(struct csio_lnode *, enum csio_ln_fc_evt);
669 csio_lnode_async_event(ln, CSIO_LN_FC_ATTRIB_UPDATE); in csio_ln_vnp_read_cbfn()1184 csio_lnode_async_event(ln, CSIO_LN_FC_LINKUP); in csio_lns_online()1236 csio_lnode_async_event(ln, CSIO_LN_FC_LINKDOWN); in csio_lns_ready()1253 csio_lnode_async_event(ln, CSIO_LN_FC_LINKDOWN); in csio_lns_ready()
141 csio_lnode_async_event(struct csio_lnode *ln, enum csio_ln_fc_evt fc_evt) in csio_lnode_async_event() function