Home
last modified time | relevance | path

Searched refs:item_addr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c18 item_addr(debug_mask), 1},
20 item_addr(int_counter), 1},
22 item_addr(packets_out[WMM_AC_VO]), 1},
24 item_addr(packets_out[WMM_AC_VI]), 1},
26 item_addr(packets_out[WMM_AC_BE]), 1},
28 item_addr(packets_out[WMM_AC_BK]), 1},
30 item_addr(tx_buf_size), 1},
32 item_addr(curr_tx_buf_size), 1},
34 item_addr(ps_mode), 1},
36 item_addr(ps_state), 1},
[all …]
H A Dutil.h28 #define item_addr(n) (offsetof(struct mwifiex_debug_info, n)) macro
/linux/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c778 #define item_addr(n) (offsetof(struct lbs_private, n)) macro
790 {"psmode", item_size(psmode), item_addr(psmode)},
791 {"psstate", item_size(psstate), item_addr(psstate)},