Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c460 static struct fcp_lun *fcp_get_lun(struct fcp_tgt *ptgt,
1623 if ((plun = fcp_get_lun(ptgt, 0)) == NULL) { in fcp_setup_device_data_ioctl()
4866 if ((plun = fcp_get_lun(ptgt, 0)) == NULL) { in fcp_handle_reportlun_changed()
6333 if ((plun = fcp_get_lun(ptgt, 0)) == NULL) { in fcp_icmd_callback()
7823 if ((plun = fcp_get_lun(ptgt, lun_num)) == NULL) { in fcp_handle_reportlun()
7916 fcp_get_lun(struct fcp_tgt *ptgt, uint16_t lun_num) in fcp_get_lun() function