Home
last modified time | relevance | path

Searched refs:sqs_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h443 struct sqs_alloc { struct
478 struct sqs_alloc sqs_alloc; member
Dnic_main.c578 static void nic_alloc_sqs(struct nicpf *nic, struct sqs_alloc *sqs) in nic_alloc_sqs()
597 mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS; in nic_alloc_sqs()
598 mbx.sqs_alloc.vf_id = sqs->vf_id; in nic_alloc_sqs()
599 mbx.sqs_alloc.qs_count = alloc_qs; in nic_alloc_sqs()
742 nic_alloc_sqs(nic, &mbx.sqs_alloc); in nic_handle_mbx_intr()
Dnicvf_main.c244 nic->sqs_count = mbx.sqs_alloc.qs_count; in nicvf_handle_mbx_intr()
388 mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS; in nicvf_request_sqs()
389 mbx.sqs_alloc.vf_id = nic->vf_id; in nicvf_request_sqs()
390 mbx.sqs_alloc.qs_count = nic->sqs_count; in nicvf_request_sqs()