Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_lnode.c1117 struct csio_lnode *rln = hw->rln; in csio_lns_uninit() local
1135 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_uninit()
1295 struct csio_lnode *rln = hw->rln; in csio_lns_offline() local
1313 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_offline()
2144 hw->rln = NULL; in csio_lnode_exit()
2146 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.c637 if (!hw->rln) in csio_shost_init()
638 hw->rln = ln; in csio_shost_init()
Dcsio_hw.h482 struct csio_lnode *rln; /* Root lnode */ member