Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_cam.c2884 struct ocs_lun_crn *lcrn = NULL; in ocs_get_crn() local
2887 lcrn = node->ini_node.lun_crn[idx]; in ocs_get_crn()
2889 if (lcrn == NULL) { in ocs_get_crn()
2890 lcrn = ocs_malloc(node->ocs, sizeof(struct ocs_lun_crn), in ocs_get_crn()
2892 if (lcrn == NULL) { in ocs_get_crn()
2896 lcrn->lun = lun; in ocs_get_crn()
2897 node->ini_node.lun_crn[idx] = lcrn; in ocs_get_crn()
2900 if (lcrn->lun != lun) { in ocs_get_crn()
2904 if (lcrn->crnseed == 0) in ocs_get_crn()
2905 lcrn->crnseed = 1; in ocs_get_crn()
[all …]