Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/marvell/libertas_tf/
Dmain.c120 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_cmd_work()
148 lbtf_deb_leave(LBTF_DEB_CMD); in command_timer_fn()
169 lbtf_deb_leave(LBTF_DEB_MAIN); in lbtf_init_adapter()
178 lbtf_deb_leave(LBTF_DEB_MAIN); in lbtf_free_adapter()
215 lbtf_deb_leave(LBTF_DEB_MACOPS | LBTF_DEB_TX); in lbtf_tx_work()
225 lbtf_deb_leave(LBTF_DEB_MACOPS | LBTF_DEB_TX); in lbtf_tx_work()
250 lbtf_deb_leave(LBTF_DEB_MACOPS | LBTF_DEB_TX); in lbtf_tx_work()
265 lbtf_deb_leave(LBTF_DEB_MACOPS); in lbtf_op_start()
295 lbtf_deb_leave(LBTF_DEB_MACOPS); in lbtf_op_stop()
320 lbtf_deb_leave(LBTF_DEB_MACOPS); in lbtf_op_add_interface()
[all …]
Dif_usb.c93 lbtf_deb_leave(LBTF_DEB_USB); in if_usb_free()
111 lbtf_deb_leave(LBTF_DEB_USB); in if_usb_setup_firmware()
127 lbtf_deb_leave(LBTF_DEB_USB); in if_usb_fw_timeo()
234 lbtf_deb_leave(LBTF_DEB_MAIN); in if_usb_probe()
261 lbtf_deb_leave(LBTF_DEB_MAIN); in if_usb_disconnect()
329 lbtf_deb_leave(LBTF_DEB_FW); in if_usb_send_fw_pkt()
406 lbtf_deb_leave(LBTF_DEB_USB); in usb_tx_block()
421 lbtf_deb_leave(LBTF_DEB_USB); in __if_usb_submit_rx_urb()
441 lbtf_deb_leave(LBTF_DEB_USB); in __if_usb_submit_rx_urb()
445 lbtf_deb_leave(LBTF_DEB_USB); in __if_usb_submit_rx_urb()
[all …]
Dcmd.c137 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_update_hw_spec()
200 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_beacon_ctrl()
229 lbtf_deb_leave(LBTF_DEB_HOST); in lbtf_queue_cmd()
268 lbtf_deb_leave(LBTF_DEB_HOST); in lbtf_submit_command()
291 lbtf_deb_leave(LBTF_DEB_HOST); in __lbtf_cleanup_and_insert_cmd()
334 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_cmd_set_mac_multicast_addr()
348 lbtf_deb_leave(LBTF_DEB_WEXT); in lbtf_set_mode()
362 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_set_bssid()
376 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_set_mac_address()
431 lbtf_deb_leave(LBTF_DEB_CMD); in lbtf_set_mac_control()
[all …]
Ddeb_defs.h60 #define lbtf_deb_leave(grp) \ macro