Searched refs:special_queue (Results 1 – 2 of 2) sorted by relevance
81 osa_msgq_handle_t special_queue; member436 int bus_register_special_queue(osa_msgq_handle_t special_queue) in bus_register_special_queue() argument438 if (bus.special_queue) in bus_register_special_queue()440 bus.special_queue = special_queue; in bus_register_special_queue()446 if (bus.special_queue) in bus_deregister_special_queue()447 bus.special_queue = NULL; in bus_deregister_special_queue()631 if (bus.special_queue != NULL && upld_type == MLAN_TYPE_CMD) in wlan_decode_rx_packet()645 status = OSA_MsgQPut(bus.special_queue, &msg); in wlan_decode_rx_packet()
323 int bus_register_special_queue(osa_msgq_handle_t special_queue);