Home
last modified time | relevance | path

Searched refs:IONIC_QTYPE_NOTIFYQ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c28 [IONIC_QTYPE_NOTIFYQ] = 0, /* 0 = Base version */
724 err = ionic_qcq_alloc(lif, IONIC_QTYPE_NOTIFYQ, 0, "notifyq", in ionic_qcqs_alloc()
3828 case IONIC_QTYPE_NOTIFYQ: in ionic_lif_queue_identify()
3925 le32_to_cpu(lid->eth.config.queue_count[IONIC_QTYPE_NOTIFYQ])); in ionic_lif_identify()
3955 nnqs_per_lif = le32_to_cpu(lc->queue_count[IONIC_QTYPE_NOTIFYQ]); in ionic_lif_size()
H A Dionic_if.h360 IONIC_QTYPE_NOTIFYQ = 1, enumerator