Searched refs:count_init (Results 1 – 3 of 3) sorted by relevance
314 u8 count_init:1; member
222 arg->tx_rate_retry_policy[0].count_init = 1; in hif_set_tx_rate_retry_policy()
1777 uint32_t count_init, count; in xlog_calc_iclog_size() local1784 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()1789 count = XLOG_LSUNITTOB(log, XLOG_BTOLSUNIT(log, count_init)); in xlog_calc_iclog_size()1791 count = BBTOB(BTOBB(count_init)); in xlog_calc_iclog_size()1794 ASSERT(count >= count_init); in xlog_calc_iclog_size()1795 *roundoff = count - count_init; in xlog_calc_iclog_size()