Searched refs:max_nb_tx (Results 1 – 2 of 2) sorted by relevance
100 uint32_t max_nb_tx; member302 conf->max_nb_tx = TXA_MAX_NB_TX; in txa_service_conf_cb()433 txa->max_nb_tx = conf.max_nb_tx; in txa_service_register()553 uint32_t nb_tx, max_nb_tx; in txa_service_func() local557 max_nb_tx = txa->max_nb_tx; in txa_service_func()566 for (nb_tx = 0; nb_tx < max_nb_tx; nb_tx += n) { in txa_service_func()
95 uint32_t max_nb_tx; member