Home
last modified time | relevance | path

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

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h438 unsigned product_type; /* magic value declaring the product type */ member
H A Dmtip32xx.c2337 dd->product_type = MTIP_PRODUCT_UNKNOWN; in mtip_detect_product()
2341 dd->product_type = MTIP_PRODUCT_ASICFPGA; in mtip_detect_product()
2717 if (dd->product_type == MTIP_PRODUCT_UNKNOWN) { in mtip_hw_init()