Searched refs:ionic_qcq (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_debugfs.h18 void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq);
20 void ionic_debugfs_del_qcq(struct ionic_qcq *qcq);
29 static inline void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) { }
31 static inline void ionic_debugfs_del_qcq(struct ionic_qcq *qcq) { }
H A Dionic_lif.h70 struct ionic_qcq { struct
91 struct ionic_qcq *napi_qcq;
96 #define q_to_qcq(q) container_of(q, struct ionic_qcq, q)
99 #define napi_to_qcq(napi) container_of(napi, struct ionic_qcq, napi)
193 struct ionic_qcq *adminqcq;
194 struct ionic_qcq *notifyqcq;
195 struct ionic_qcq **txqcqs;
196 struct ionic_qcq *hwstamp_txq;
198 struct ionic_qcq **rxqcqs;
199 struct ionic_qcq *hwstamp_rx
[all...]
H A Dionic_lif.c57 struct ionic_qcq *qcq;
62 qcq = container_of(dim, struct ionic_qcq, dim);
218 struct ionic_qcq *qcq = container_of(timer, struct ionic_qcq, napi_deadline);
232 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq)
275 static int ionic_qcq_enable(struct ionic_qcq *qcq)
320 static int ionic_qcq_disable(struct ionic_lif *lif, struct ionic_qcq *qcq, int fw_err)
366 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq)
385 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq)
397 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qc
[all...]
H A Dionic_dev.h181 struct ionic_qcq;
360 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq,
H A Dionic_debugfs.c113 void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq)
297 void ionic_debugfs_del_qcq(struct ionic_qcq *qcq)
H A Dionic_txrx.c629 struct ionic_qcq *qcq = q_to_qcq(q);
896 static void ionic_dim_update(struct ionic_qcq *qcq, int napi_mode)
932 struct ionic_qcq *qcq = napi_to_qcq(napi);
971 struct ionic_qcq *qcq = napi_to_qcq(napi);
1006 struct ionic_qcq *rxqcq = napi_to_qcq(napi);
1009 struct ionic_qcq *txqcq;
1157 struct ionic_qcq *qcq = q_to_qcq(q);
H A Dionic_dev.c557 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq,

Completed in 112 milliseconds