Searched refs:rln (Results 1 – 4 of 4) sorted by relevance
1114 struct csio_lnode *rln = hw->rln; in csio_lns_uninit() local1132 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_uninit()1293 struct csio_lnode *rln = hw->rln; in csio_lns_offline() local1311 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_offline()1992 struct csio_lnode *rln, *pln; in csio_ln_init() local2022 rln = csio_root_lnode(ln); in csio_ln_init()2144 hw->rln = NULL; in csio_lnode_exit()2146 hw->rln = (struct csio_lnode *)csio_list_next(&hw->sln_head); in csio_lnode_exit()
205 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln)
640 if (!hw->rln) in csio_shost_init()641 hw->rln = ln; in csio_shost_init()
482 struct csio_lnode *rln; /* Root lnode */ member