init_queue
if (init_queue(&kq->queue, &prop) != 0)
int init_queue(struct queue **q, const struct queue_properties *properties);
retval = init_queue(q, q_properties);
if (dev->ops->init_queue)
dev->ops->init_queue(q);
void (*init_queue)(struct hnae_queue *q);
.init_queue = hns_ae_init_queue,
int (*init_queue)(struct knav_range_info *range,
.init_queue = knav_acc_init_queue,
if (range->ops && range->ops->init_queue)
return range->ops->init_queue(range, inst);
init_queue(&printqueue);