Searched defs:qcq (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/ |
D | ionic_debugfs.h | 29 static inline void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) { } in ionic_debugfs_add_qcq() 31 static inline void ionic_debugfs_del_qcq(struct ionic_qcq *qcq) { } in ionic_debugfs_del_qcq()
|
D | ionic_lif.c | 133 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq() 176 static int ionic_qcq_enable(struct ionic_qcq *qcq) in ionic_qcq_enable() 212 static int ionic_qcq_disable(struct ionic_qcq *qcq) in ionic_qcq_disable() 247 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit() 270 static void ionic_qcq_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_free() 339 unsigned int pid, struct ionic_qcq **qcq) in ionic_qcq_alloc() 553 static int ionic_lif_txq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_txq_init() 600 static int ionic_lif_rxq_init(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_rxq_init() 1830 struct ionic_qcq *qcq; in ionic_lif_adminq_init() local 1880 struct ionic_qcq *qcq = lif->notifyqcq; in ionic_lif_notifyq_init() local
|
D | ionic_debugfs.c | 113 void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_debugfs_add_qcq() 242 void ionic_debugfs_del_qcq(struct ionic_qcq *qcq) in ionic_debugfs_del_qcq()
|
D | ionic_lif.h | 76 struct ionic_qcq *qcq; member 246 static inline void debug_stats_txq_post(struct ionic_qcq *qcq, in debug_stats_txq_post() 260 static inline void debug_stats_napi_poll(struct ionic_qcq *qcq, in debug_stats_napi_poll() 272 #define DEBUG_STATS_RX_BUFF_CNT(qcq) ((qcq)->stats->rx.buffers_posted++) argument 274 #define DEBUG_STATS_TXQ_POST(qcq, txdesc, dbell) \ argument 276 #define DEBUG_STATS_NAPI_POLL(qcq, work_done) \ argument
|
D | ionic_main.c | 287 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_napi() local
|
D | ionic_txrx.c | 89 struct ionic_qcq *qcq = q_to_qcq(q); in ionic_rx_clean() local 301 struct ionic_qcq *qcq = napi_to_qcq(napi); in ionic_rx_napi() local
|
D | ionic_dev.c | 265 void ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq, in ionic_dev_cmd_adminq_init()
|
D | ionic_ethtool.c | 373 struct ionic_qcq *qcq; in ionic_set_coalesce() local
|