BufferControl
struct BufferControl *RcvCtl; /* Receive BufferControl structs */
struct BufferControl *SendCtl; /* Send BufferControl structs */
priv->SendCtl = kzalloc_objs(struct BufferControl, priv->tx_max_out);
priv->RcvCtl = kzalloc_objs(struct BufferControl, priv->max_buckets_out);