Home
last modified time | relevance | path

Searched refs:rln (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.c117 struct csio_lnode *ln = hw->rln; in csio_ln_lookup_by_portid()
1099 struct csio_lnode *rln = hw->rln; in csio_lns_uninit() local
1117 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_uninit()
1278 struct csio_lnode *rln = hw->rln; in csio_lns_offline() local
1296 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_offline()
1975 struct csio_lnode *rln, *pln; in csio_ln_init() local
2005 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()
Dcsio_lnode.h205 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln)
Dcsio_init.c644 if (!hw->rln) in csio_shost_init()
645 hw->rln = ln; in csio_shost_init()
Dcsio_hw.h424 struct csio_lnode *rln; /* Root lnode */ member