Searched refs:oq (Results 26 - 30 of 30) sorted by relevance

12

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c84 if (!(oct->io_qmask.oq & BIT_ULL(i)))
545 if (!(oct->io_qmask.oq & BIT_ULL(i)))
1995 "iq/oq config failed status: %x\n", retval);
2011 "iq/oq config failed, retval = %d\n", retval);
2249 /* only default iq and oq were initialized
H A Dcn23xx_pf_device.c289 /* This gives the oq ticks (1024 core clock cycles) per millisecond */
292 /* time_intr is in microseconds. The next 2 steps gives the oq ticks
854 if (oct->io_qmask.oq & BIT_ULL(q_no - srn)) {
H A Dlio_main.c168 if (!(oct->io_qmask.oq & BIT_ULL(q_no)))
202 if (!(oct->io_qmask.oq & BIT_ULL(i)))
1069 if (!(oct->io_qmask.oq & BIT_ULL(i)))
3431 "iq/oq config failed status: %x\n",
3447 dev_err(&octeon_dev->pci_dev->dev, "iq/oq config failed\n");
3907 /* only default iq and oq were initialized
H A Dlio_core.c1282 if (!(oct->io_qmask.oq & BIT_ULL(idx)))
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c589 struct sge_uld_txq *oq; local
591 oq = container_of(txq, struct sge_uld_txq, q);
592 tasklet_schedule(&oq->qresume_tsk);

Completed in 695 milliseconds

12