Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_rnode.h66 uint32_t n_evt_fw[PROTO_ERR_IMPL_LOGO + 1]; /* fw events */
H A Dcsio_lnode.h104 uint32_t n_evt_fw[PROTO_ERR_IMPL_LOGO + 1]; /* fw events */
H A Dt4fw_api_stor.h95 PROTO_ERR_IMPL_LOGO = 0x1a, enumerator
H A Dcsio_rnode.c85 #define CSIO_FWE_TO_RNFE(_evt) ((_evt > PROTO_ERR_IMPL_LOGO) ? \
H A Dcsio_lnode.c98 #define CSIO_FWE_TO_LNE(_evt) ((_evt > PROTO_ERR_IMPL_LOGO) ? \