Home
last modified time | relevance | path

Searched refs:DIV_ROUND_UP (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h34 (w)->wr.wr_mid = htonl(V_FW_WR_LEN16(DIV_ROUND_UP(wrlen, 16)) | \
42 (w)->wr.wr_mid = htonl(V_FW_WR_LEN16(DIV_ROUND_UP(sizeof (*w), 16)) | \
H A Dosdep.h130 #define DIV_ROUND_UP(x, y) howmany(x, y) macro
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_beacon.c338 bs.bs_bmissthreshold = DIV_ROUND_UP(conf.bmiss_timeout, intval); in arn_beacon_config()
H A Darn_core.h52 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) macro
H A Darn_hw.c191 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
199 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
206 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1035 i = DIV_ROUND_UP(FLASH_CFG_MAX_SIZE, /* # of sectors spanned */ in t4_load_cfg()
1110 i = DIV_ROUND_UP(size, sf_sec_size); /* # of sectors spanned */ in t4_load_fw()
4480 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4_alloc_mac_filt()