Lines Matching refs:lnode

108  * csio_ln_match_by_portid - lookup lnode using given portid.
112 * If found, returns lnode matching given portid otherwise returns NULL.
120 /* Match siblings lnode with portid */
131 * csio_ln_lookup_by_vnpi - Lookup lnode using given vnp id.
134 * Returns - If found, returns lnode matching given vnp id
151 /* Match sibling lnode */
171 * csio_lnode_lookup_by_wwpn - Lookup lnode using given wwpn.
175 * If found, returns lnode matching given wwpn, returns NULL otherwise.
191 /* Match sibling lnode */
270 struct csio_lnode *ln = fdmi_req->lnode;
299 struct csio_lnode *ln = fdmi_req->lnode;
412 struct csio_lnode *ln = fdmi_req->lnode;
513 struct csio_lnode *ln = fdmi_req->lnode;
559 * @ln: lnode
584 fdmi_req->lnode = ln;
609 * @hw: HW lnode
674 * @ln: lnode
712 * @ln: lnode
778 * @ln: lnode
825 * @ln: lnode
868 * Fabric login is completed and lnode moves to [READY] state.
878 /* Lookup lnode based on vnpi */
881 /* Pick lnode based on portid */
884 csio_err(hw, "failed to lookup fcoe lnode on port:%d\n",
890 /* Check if lnode has valid vnp flowid */
898 "failed to allocate fcoe lnode"
924 * @ln - FCOE lnode
929 * This routine is invoked when lnode receives LINK_DOWN/DOWN_LINK/CLOSE
949 * @ln - FCOE lnode
972 * @ln - FCOE lnode
973 * @evt - Given lnode event
976 * Posts given lnode event to all FCOE lnodes connected with given Lnode.
977 * This routine is invoked when lnode receives LINK_DOWN/DOWN_LINK/CLOSE
988 /* If NPIV lnode, send evt only to that and return */
1001 /* Send evt to parent lnode */
1029 * Physical port[ENode] and FCF. Lnode and its associated NPIVs lnode hosted on
1041 /* Lookup lnode based on vnpi */
1047 /*Warn if linkdown received if lnode is not in ready state */
1077 /* Send LINK_DOWN event to lnode s/m */
1090 * csio_is_lnode_ready - Checks FCOE lnode is in ready state.
1093 * Returns True if FCOE lnode is in ready state.
1106 * @ln - FCOE lnode.
1109 * Process the given lnode event which is currently in "uninit" state.
1124 /* Read FCF only for physical lnode */
1159 * @ln - FCOE lnode.
1162 * Process the given lnode event which is currently in "online" state.
1210 * @ln - FCOE lnode.
1213 * Process the given lnode event which is currently in "ready" state.
1284 * @ln - FCOE lnode.
1287 * Process the given lnode event which is currently in "offline" state.
1302 /* Read FCF only for physical lnode */
1361 * csio_lnode_state_to_str - Get current state of FCOE lnode.
1362 * @ln - lnode
1363 * @str - state of lnode.
1577 /* Translate all the fabric events to lnode SM events */
1581 "Posting event to lnode event:%d "
1614 * csio_lnode_start - Kickstart lnode discovery.
1615 * @ln: lnode
1632 * csio_lnode_stop - Stop the lnode.
1633 * @ln: lnode
1635 * This routine is invoked by HW module to stop lnode and its associated NPIV
1650 * csio_lnode_close - Close an lnode.
1651 * @ln: lnode
1653 * This routine is invoked by HW module to close an lnode and its
1699 io_req->lnode->hwp, io_req->iq_idx));
1729 struct csio_lnode *ln = io_req->lnode;
1810 struct csio_hw *hw = csio_lnode_to_hw(io_req->lnode);
1831 * @ln: lnode
1865 * @ln: lnode
1960 * If disable=1, disables all lnode hosted on given physical port.
1986 * csio_ln_init - Initialize an lnode.
1987 * @ln: lnode
2003 /* This is the lnode used during initialization */
2018 } else { /* Either a non-root physical or a virtual lnode */
2031 /* Another non-root physical lnode (FCF) */
2071 * csio_lnode_init - Initialize the members of an lnode.
2072 * @ln: lnode
2080 /* Link this lnode to hw */
2083 /* Link child to parent if child lnode */
2104 /* Add lnode to list of sibling or children lnodes */
2120 * csio_lnode_exit - De-instantiate an lnode.
2121 * @ln: lnode
2131 /* Remove this lnode from hw->sln_head */
2136 /* If it is children lnode, decrement the
2137 * counter in its parent lnode
2142 /* Update root lnode pointer */