rsi_boot_params
struct rsi_boot_params *boot_params;
skb = dev_alloc_skb(sizeof(struct rsi_boot_params));
memset(skb->data, 0, sizeof(struct rsi_boot_params));
boot_params = (struct rsi_boot_params *)skb->data;
skb_put(skb, sizeof(struct rsi_boot_params));
memset(skb->data, 0, sizeof(struct rsi_boot_params));