Searched refs:IONIC_QTYPE_NOTIFYQ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 24 [IONIC_QTYPE_NOTIFYQ] = 0, /* 0 = Base version */ 659 err = ionic_qcq_alloc(lif, IONIC_QTYPE_NOTIFYQ, 0, "notifyq", in ionic_qcqs_alloc() 3013 case IONIC_QTYPE_NOTIFYQ: in ionic_lif_queue_identify() 3098 dev_dbg(ionic->dev, "eth.queue_count[IONIC_QTYPE_NOTIFYQ] %d\n", in ionic_lif_identify() 3099 le32_to_cpu(lid->eth.config.queue_count[IONIC_QTYPE_NOTIFYQ])); in ionic_lif_identify() 3128 nnqs_per_lif = le32_to_cpu(lc->queue_count[IONIC_QTYPE_NOTIFYQ]); in ionic_lif_size()
|
H A D | ionic_if.h | 333 * @IONIC_QTYPE_NOTIFYQ: Notify Queue 341 IONIC_QTYPE_NOTIFYQ = 1, enumerator
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 28 [IONIC_QTYPE_NOTIFYQ] = 0, /* 0 = Base version */ 736 err = ionic_qcq_alloc(lif, IONIC_QTYPE_NOTIFYQ, 0, "notifyq", in ionic_qcqs_alloc() 3783 case IONIC_QTYPE_NOTIFYQ: in ionic_lif_queue_identify() 3868 dev_dbg(ionic->dev, "eth.queue_count[IONIC_QTYPE_NOTIFYQ] %d\n", in ionic_lif_identify() 3869 le32_to_cpu(lid->eth.config.queue_count[IONIC_QTYPE_NOTIFYQ])); in ionic_lif_identify() 3899 nnqs_per_lif = le32_to_cpu(lc->queue_count[IONIC_QTYPE_NOTIFYQ]); in ionic_lif_size()
|
H A D | ionic_if.h | 352 * @IONIC_QTYPE_NOTIFYQ: Notify Queue 360 IONIC_QTYPE_NOTIFYQ = 1, enumerator
|
Completed in 20 milliseconds