Searched refs:log_hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dfw-msg.h74 struct log_hdr { struct
93 struct log_hdr log_hdr; member in struct:top_msg::__anon12361::__anon12362
98 struct log_hdr log_hdr; member in struct:top_msg::__anon12361::__anon12363
H A Dlog.c101 if (len < sizeof(msg->hdr) + sizeof(msg->u.log.log_hdr)) {
104 len, sizeof(msg->hdr) + sizeof(msg->u.log.log_hdr));
108 if (!(iwmct_fw_logdefs[msg->u.log.log_hdr.logsource] &
109 BIT(msg->u.log.log_hdr.severity)) ||
110 !(iwmct_logdefs[LOG_SRC_FW_MSG] & BIT(msg->u.log.log_hdr.severity)))
116 BIT(msg->u.log.log_hdr.severity)))
129 + sizeof(msg->u.log.log_hdr));

Completed in 100 milliseconds