Home
last modified time | relevance | path

Searched refs:dest_id (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/scheduler/inc/
H A Dscheduler_api.h237 QDF_MODULE_ID dest_id,
255 #define scheduler_post_message(src_id, dest_id, que_id, msg) \ argument
256 scheduler_post_message_debug(src_id, dest_id, que_id, msg, \
/wlan-driver/qca-wifi-host-cmn/scheduler/src/
H A Dscheduler_api.c243 uint16_t dest_id; in scheduler_post_msg_by_priority() local
265 dest_id = scheduler_get_dest_id(qid); in scheduler_post_msg_by_priority()
270 dest_id >= QDF_MODULE_ID_MAX) { in scheduler_post_msg_by_priority()
290 qdf_mtrace(src_id, dest_id, msg->type, 0xFF, 0); in scheduler_post_msg_by_priority()
780 QDF_MODULE_ID dest_id, in scheduler_post_message_debug() argument
788 status = scheduler_post_msg(scheduler_get_qid(src_id, dest_id, que_id), in scheduler_post_message_debug()
793 src_id, dest_id, line, func); in scheduler_post_message_debug()