blob: bf18f5087f4ccb0a09220e2e66e7b1e3485a23a0 [file] [log] [blame]
name: rdev_return_void_tx_rx
ID: 871
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:char wiphy_name[32]; offset:8; size:32; signed:0;
field:u32 tx; offset:40; size:4; signed:0;
field:u32 tx_max; offset:44; size:4; signed:0;
field:u32 rx; offset:48; size:4; signed:0;
field:u32 rx_max; offset:52; size:4; signed:0;
print fmt: "%s, tx: %u, tx_max: %u, rx: %u, rx_max: %u ", REC->wiphy_name, REC->tx, REC->tx_max, REC->rx, REC->rx_max