Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h518 struct sqs_alloc { struct
597 struct sqs_alloc sqs_alloc; member
H A Dnic_main.c735 static void nic_alloc_sqs(struct nicpf *nic, struct sqs_alloc *sqs) in nic_alloc_sqs()
754 mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS; in nic_alloc_sqs()
755 mbx.sqs_alloc.vf_id = sqs->vf_id; in nic_alloc_sqs()
756 mbx.sqs_alloc.qs_count = alloc_qs; in nic_alloc_sqs()
1064 nic_alloc_sqs(nic, &mbx.sqs_alloc); in nic_handle_mbx_intr()