Searched refs:dispatch_func_t (Results 1 – 3 of 3) sorted by relevance
176 typedef int (*dispatch_func_t)(void *data, uint16_t *len, typedef180 void ff_regist_packet_dispatcher(dispatch_func_t func);
123 static dispatch_func_t packet_dispatcher;2075 ff_regist_packet_dispatcher(dispatch_func_t func)
228 typedef int (*dispatch_func_t)(void *data, uint16_t *len, uint16_t queue_id, uint16_t nb_queues);230 void ff_regist_packet_dispatcher(dispatch_func_t func);