Lines Matching refs:size
125 static scq_info *get_scq(ns_dev *card, int size, u32 scd);
485 /* Determine SRAM size */
495 PRINTK("nicstar%d: %dK x 32bit SRAM size.\n", i, card->sram_size);
859 static scq_info *get_scq(ns_dev *card, int size, u32 scd)
864 if (size != VBR_SCQSIZE && size != CBR_SCQSIZE)
871 2 * size, &scq->dma, GFP_KERNEL);
876 scq->skb = kmalloc_array(size / NS_SCQE_SIZE,
881 2 * size, scq->org, scq->dma);
885 scq->num_entries = size / NS_SCQE_SIZE;
886 scq->base = PTR_ALIGN(scq->org, size);
891 scq->num_entries = size / NS_SCQE_SIZE;
2149 printk(" - PDU size mismatch.\n");
2573 btype = (long)arg; /* a long is the same size as a pointer or bigger */