Searched refs:sqs_alloc (Results 1 – 2 of 2) sorted by relevance
160 if (mbx.sqs_alloc.qs_count != nic->sqs_count) { in nicvf_handle_mbx_intr()163 mbx.sqs_alloc.qs_count, in nicvf_handle_mbx_intr()167 for (i = 0; i < mbx.sqs_alloc.qs_count; i++) { in nicvf_handle_mbx_intr()168 if (mbx.sqs_alloc.svf[i] != nic->snicvf[i]->vf_id) { in nicvf_handle_mbx_intr()171 PRIu8, i, mbx.sqs_alloc.svf[i], in nicvf_handle_mbx_intr()324 mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS; in nicvf_mbox_request_sqs()325 mbx.sqs_alloc.spec = 1; in nicvf_mbox_request_sqs()326 mbx.sqs_alloc.qs_count = nic->sqs_count; in nicvf_mbox_request_sqs()330 mbx.sqs_alloc.svf[i] = nic->snicvf[i]->vf_id; in nicvf_mbox_request_sqs()
134 struct sqs_alloc { struct194 struct sqs_alloc sqs_alloc; member