Searched defs:item_addr (Results 1 – 4 of 4) sorted by relevance
40 #define item_addr(n) (offsetof(struct mwifiex_debug_info, n)) macro
43 #define item_addr(n) ((t_ptr) &(info.n)) macro
45 #define item_addr(n) ((t_ptr) & (((mlan_debug_info *)0)->n)) macro
778 #define item_addr(n) (offsetof(struct lbs_private, n)) macro