Searched refs:rln (Results 1 – 4 of 4) sorted by relevance
117 struct csio_lnode *ln = hw->rln; in csio_ln_lookup_by_portid()1099 struct csio_lnode *rln = hw->rln; in csio_lns_uninit() local1117 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_uninit()1278 struct csio_lnode *rln = hw->rln; in csio_lns_offline() local1296 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_offline()1975 struct csio_lnode *rln, *pln; in csio_ln_init() local2005 rln = csio_root_lnode(ln); in csio_ln_init()2127 hw->rln = NULL; in csio_lnode_exit()2129 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)
644 if (!hw->rln) in csio_shost_init()645 hw->rln = ln; in csio_shost_init()
424 struct csio_lnode *rln; /* Root lnode */ member