Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_init.c272 softs->max_ib_iu_length = PQISRC_ROUND_DOWN(softs->max_ib_iu_length_per_fw, in pqisrc_decide_opq_config()
H A Dsmartpqi_defines.h82 #define PQISRC_ROUND_DOWN(x, y) (((x) / (y)) * (y)) macro