Searched refs:DIV_ROUND_UP (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | offload.h | 34 (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 D | osdep.h | 130 #define DIV_ROUND_UP(x, y) howmany(x, y) macro
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_beacon.c | 338 bs.bs_bmissthreshold = DIV_ROUND_UP(conf.bmiss_timeout, intval); in arn_beacon_config()
|
H A D | arn_core.h | 52 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) macro
|
H A D | arn_hw.c | 191 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 D | t4_hw.c | 1035 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()
|