Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c4044 return (DFC_DRV_ERROR); in emlxs_dfc_get_hbainfo()
5317 return (DFC_DRV_ERROR); in emlxs_dfc_read_pci()
5421 return (DFC_DRV_ERROR); in emlxs_dfc_write_pci()
6556 return (DFC_DRV_ERROR); in emlxs_dfc_write_flash()
6633 return (DFC_DRV_ERROR); in emlxs_dfc_read_flash()
7249 return (DFC_DRV_ERROR); in emlxs_dfc_read_mem()
7331 return (DFC_DRV_ERROR); in emlxs_dfc_write_mem()
7389 return (DFC_DRV_ERROR); in emlxs_dfc_write_ctlreg()
7455 return (DFC_DRV_ERROR); in emlxs_dfc_read_ctlreg()
7686 rval = DFC_DRV_ERROR; in emlxs_dfc_get_eventinfo()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h204 #define DFC_DRV_ERROR (DFC_ERRNO_START + 2) /* General driver err */ macro