Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/bxe/bxe_stats.c 295830 2016-02-19 22:46:52Z davidcs $");
---
> __FBSDID("$FreeBSD: head/sys/dev/bxe/bxe_stats.c 296071 2016-02-25 22:44:00Z davidcs $");
181c181
< struct dmae_command *dmae = &sc->stats_dmae;
---
> struct dmae_cmd *dmae = &sc->stats_dmae;
204c204
< memset(dmae, 0, sizeof(struct dmae_command));
---
> memset(dmae, 0, sizeof(struct dmae_cmd));
209c209
< sizeof(struct dmae_command) *
---
> sizeof(struct dmae_cmd) *
212c212
< dmae->len = sizeof(struct dmae_command) >> 2;
---
> dmae->len = sizeof(struct dmae_cmd) >> 2;
254c254
< struct dmae_command *dmae;
---
> struct dmae_cmd *dmae;
313c313
< struct dmae_command *dmae;
---
> struct dmae_cmd *dmae;
541c541
< struct dmae_command *dmae = &sc->stats_dmae;
---
> struct dmae_cmd *dmae = &sc->stats_dmae;
551c551
< memset(dmae, 0, sizeof(struct dmae_command));
---
> memset(dmae, 0, sizeof(struct dmae_cmd));
1342c1342
< struct dmae_command *dmae;
---
> struct dmae_cmd *dmae;
1469c1469
< struct dmae_command *dmae;
---
> struct dmae_cmd *dmae;