sqs_alloc
struct sqs_alloc sqs_alloc;
nic_alloc_sqs(nic, &mbx.sqs_alloc);
static void nic_alloc_sqs(struct nicpf *nic, struct sqs_alloc *sqs)
mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS;
mbx.sqs_alloc.vf_id = sqs->vf_id;
mbx.sqs_alloc.qs_count = alloc_qs;
nic->sqs_count = mbx.sqs_alloc.qs_count;
mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS;
mbx.sqs_alloc.vf_id = nic->vf_id;
mbx.sqs_alloc.qs_count = nic->sqs_count;