Home
last modified time | relevance | path

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

/src/sys/dev/smartpqi/
H A Dsmartpqi_request.c210 raid_req->header.comp_feature = 0; in pqisrc_build_raid_io()
341 aio_req->header.comp_feature = 0; in pqisrc_build_aio_common()
413 DBG_INFO("%15s: 0x%x\n", "comp_feat", aio_req->header.comp_feature); in pqisrc_show_aio_common()
465 aio_req->header.comp_feature = 0; in pqisrc_build_aio_R1_write()
532 DBG_INFO("%15s: 0x%x\n", "comp_feat", aio_req->header.comp_feature); in pqisrc_show_aio_R1_write()
601 aio_req->header.comp_feature = 0; in pqisrc_build_aio_R5or6_write()
683 DBG_INFO("%15s: 0x%x\n", "comp_feat", aio_req->header.comp_feature); in pqisrc_show_aio_R5or6_write()
H A Dsmartpqi_event.c350 request->header.comp_feature = 0x00; in pqi_event_configure()
H A Dsmartpqi_queue.c47 req->header.comp_feature = 0x00; in pqisrc_submit_admin_req()
H A Dsmartpqi_structures.h267 uint8_t comp_feature; member