sqs_alloc         597 drivers/net/ethernet/cavium/thunder/nic.h 	struct sqs_alloc        sqs_alloc;
sqs_alloc         735 drivers/net/ethernet/cavium/thunder/nic_main.c static void nic_alloc_sqs(struct nicpf *nic, struct sqs_alloc *sqs)
sqs_alloc         754 drivers/net/ethernet/cavium/thunder/nic_main.c 	mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS;
sqs_alloc         755 drivers/net/ethernet/cavium/thunder/nic_main.c 	mbx.sqs_alloc.vf_id = sqs->vf_id;
sqs_alloc         756 drivers/net/ethernet/cavium/thunder/nic_main.c 	mbx.sqs_alloc.qs_count = alloc_qs;
sqs_alloc        1064 drivers/net/ethernet/cavium/thunder/nic_main.c 		nic_alloc_sqs(nic, &mbx.sqs_alloc);
sqs_alloc         270 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		nic->sqs_count = mbx.sqs_alloc.qs_count;
sqs_alloc         414 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	mbx.sqs_alloc.msg = NIC_MBOX_MSG_ALLOC_SQS;
sqs_alloc         415 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	mbx.sqs_alloc.vf_id = nic->vf_id;
sqs_alloc         416 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	mbx.sqs_alloc.qs_count = nic->sqs_count;