mbx_get_nic_stats
struct mbx_get_nic_stats *fwcmd = dev->hw_stats;
sizeof (struct mbx_get_nic_stats));
DW_SWAP(u32ptr(fwcmd), sizeof (struct mbx_get_nic_stats));
mbx.payload.u0.u1.sgl[0].length = sizeof (struct mbx_get_nic_stats);
mbx.payload_length = sizeof (struct mbx_get_nic_stats);
DW_SWAP(u32ptr(dev->hw_stats), sizeof (struct mbx_get_nic_stats));
sizeof (struct mbx_get_nic_stats),
dev->hw_stats = (struct mbx_get_nic_stats *)DBUF_VA(dev->stats_dbuf);
struct mbx_get_nic_stats *hw_stats;