Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_response.c158 && (softs->err_resp_verbose == false)) in suppress_innocuous_error_prints()
239 if (softs->err_resp_verbose == false) in pqisrc_is_innocuous_error()
315 if (softs->err_resp_verbose == true) in pqisrc_process_aio_response_error()
350 if( softs->err_resp_verbose == true ) in pqisrc_process_raid_response_error()
H A Dsmartpqi_init.c776 softs->err_resp_verbose = false; in pqisrc_init()
778 softs->err_resp_verbose = true; in pqisrc_init()
H A Dsmartpqi_structures.h1394 boolean_t err_resp_verbose; member