Searched refs:LBS_DEB_CS (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_cs.c | 339 lbs_deb_enter(LBS_DEB_CS); in if_cs_enable_ints() 345 lbs_deb_enter(LBS_DEB_CS); in if_cs_disable_ints() 358 lbs_deb_enter(LBS_DEB_CS); in if_cs_send_cmd() 391 lbs_deb_leave_args(LBS_DEB_CS, "ret %d", ret); in if_cs_send_cmd() 403 lbs_deb_enter(LBS_DEB_CS); in if_cs_send_data() 420 lbs_deb_leave(LBS_DEB_CS); in if_cs_send_data() 432 lbs_deb_enter(LBS_DEB_CS); in if_cs_receive_cmdres() 466 lbs_deb_leave_args(LBS_DEB_CS, "ret %d, len %d", ret, *len); in if_cs_receive_cmdres() 476 lbs_deb_enter(LBS_DEB_CS); in if_cs_receive_data() 504 lbs_deb_leave_args(LBS_DEB_CS, "ret %p", skb); in if_cs_receive_data() [all …]
|
D | defs.h | 38 #define LBS_DEB_CS 0x00040000 macro 85 #define lbs_deb_cs(fmt, args...) LBS_DEB_LL(LBS_DEB_CS, " cs", fmt, ##args)
|