Searched refs:req_tx_type (Results 1 – 1 of 1) sorted by relevance
347 u32 req_tx_type; in ethnl_set_tsconfig() local349 req_tx_type = BIT(hwtst_config.tx_type); in ethnl_set_tsconfig()350 ret = ethnl_update_bitset32(&req_tx_type, in ethnl_set_tsconfig()359 if (ffs(req_tx_type) != fls(req_tx_type)) { in ethnl_set_tsconfig()364 hwtst_config.tx_type = ffs(req_tx_type) - 1; in ethnl_set_tsconfig()
Completed in 3 milliseconds