Lines Matching refs:buckets
89 atomic_t buckets_out; /* number of unused buckets on IOC */
103 int max_buckets_out; /* Max buckets to send to IOC */
459 any buckets it still has. */
503 dlprintk((KERN_INFO MYNAM ":lan_close: Posted %d buckets "
832 dioprintk((MYNAM "/receive_skb: %d buckets remaining\n",
838 dioprintk((KERN_INFO MYNAM "/receive_post_reply: %d buckets "
920 "IOC returned %d buckets, freeing them...\n", count));
950 /* dlprintk((KERN_INFO MYNAM "/receive_post_reply: freed %d buckets\n",
953 /**/ dlprintk((KERN_INFO MYNAM "@receive_post_reply: %d buckets "
1010 // dioprintk((KERN_INFO MYNAM ": %s/%s: Multiple buckets returned "
1109 printk (KERN_WARNING MYNAM ": %s/%s: WARNING - IOC out of buckets! "
1114 printk (KERN_INFO MYNAM ": %s/%s: IOC says %d buckets left. "
1151 u32 curr, buckets, count, max;
1157 buckets = (priv->max_buckets_out - curr);
1161 __func__, buckets, curr));
1166 while (buckets) {
1171 dioprintk((KERN_ERR "%s: %u buckets remaining\n",
1172 __func__, buckets));
1179 count = buckets;
1258 /**/ printk (KERN_WARNING MYNAM "/%s: No buckets posted\n",
1268 /* printk(KERN_INFO MYNAM ": posting buckets\n ");
1277 buckets -= i;
1283 __func__, buckets, atomic_read(&priv->buckets_out)));
1284 dioprintk((KERN_INFO MYNAM "/%s: Posted %u buckets and received %u back\n",