blob: 6bfb09d9a752bbda7dad1e76cd17f1f483f1d408 [file] [log] [blame]
name: llhw_set_promiscuous_mode
ID: 1156
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:int hw_idx; offset:8; size:4; signed:1;
field:bool on; offset:12; size:1; signed:0;
print fmt: "hw%d %s", REC->hw_idx, REC->on ? "on" : "off"