MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ionic_qcq_service

Function ionic_qcq_service

dpdk/drivers/net/ionic/ionic_lif.c:1281–1291  ·  view source on GitHub ↗

This acts like ionic_napi */

Source from the content-addressed store, hash-verified

1279
1280/* This acts like ionic_napi */
1281int
1282ionic_qcq_service(struct ionic_qcq *qcq, int budget, ionic_cq_cb cb,
1283 void *cb_arg)
1284{
1285 struct ionic_cq *cq = &qcq->cq;
1286 uint32_t work_done;
1287
1288 work_done = ionic_cq_service(cq, budget, cb, cb_arg);
1289
1290 return work_done;
1291}
1292
1293static void
1294ionic_link_status_check(struct ionic_lif *lif)

Callers 2

ionic_notifyq_handlerFunction · 0.85

Calls 1

ionic_cq_serviceFunction · 0.85

Tested by

no test coverage detected