Home
last modified time | relevance | path

Searched refs:lbtf_deb_leave (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/libertas_tf/
Dmain.c137 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_cmd_work()
196 lbtf_deb_leave(LBTF_DEB_CMD); in command_timer_fn()
218 lbtf_deb_leave(LBTF_DEB_MAIN); in lbtf_init_adapter()
227 lbtf_deb_leave(LBTF_DEB_MAIN); in lbtf_free_adapter()
264 lbtf_deb_leave(LBTF_DEB_MACOPS | LBTF_DEB_TX); in lbtf_tx_work()
274 lbtf_deb_leave(LBTF_DEB_MACOPS | LBTF_DEB_TX); in lbtf_tx_work()
299 lbtf_deb_leave(LBTF_DEB_MACOPS | LBTF_DEB_TX); in lbtf_tx_work()
330 lbtf_deb_leave(LBTF_DEB_MACOPS); in lbtf_op_start()
365 lbtf_deb_leave(LBTF_DEB_MACOPS); in lbtf_op_stop()
390 lbtf_deb_leave(LBTF_DEB_MACOPS); in lbtf_op_add_interface()
[all …]
Dif_usb.c97 lbtf_deb_leave(LBTF_DEB_USB); in if_usb_free()
115 lbtf_deb_leave(LBTF_DEB_USB); in if_usb_setup_firmware()
131 lbtf_deb_leave(LBTF_DEB_USB); in if_usb_fw_timeo()
244 lbtf_deb_leave(LBTF_DEB_MAIN); in if_usb_probe()
271 lbtf_deb_leave(LBTF_DEB_MAIN); in if_usb_disconnect()
339 lbtf_deb_leave(LBTF_DEB_FW); in if_usb_send_fw_pkt()
415 lbtf_deb_leave(LBTF_DEB_USB); in usb_tx_block()
430 lbtf_deb_leave(LBTF_DEB_USB); in __if_usb_submit_rx_urb()
452 lbtf_deb_leave(LBTF_DEB_USB); in __if_usb_submit_rx_urb()
456 lbtf_deb_leave(LBTF_DEB_USB); in __if_usb_submit_rx_urb()
[all …]
Dcmd.c141 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_update_hw_spec()
204 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_beacon_ctrl()
233 lbtf_deb_leave(LBTF_DEB_HOST); in lbtf_queue_cmd()
272 lbtf_deb_leave(LBTF_DEB_HOST); in lbtf_submit_command()
295 lbtf_deb_leave(LBTF_DEB_HOST); in __lbtf_cleanup_and_insert_cmd()
338 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_cmd_set_mac_multicast_addr()
352 lbtf_deb_leave(LBTF_DEB_WEXT); in lbtf_set_mode()
366 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_set_bssid()
380 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_set_mac_address()
435 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_set_mac_control()
[all …]
Ddeb_defs.h60 #define lbtf_deb_leave(grp) \ macro