Searched refs:cmdq (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_run.c95 * '& RUN_CMDQ_MASQ' is to loop cmdq[].
896 * '& RUN_CMDQ_MASQ' is to loop cmdq[].
904 /* call cmdq[].func locked */
906 for (i = sc->cmdq_exec; sc->cmdq[i].func && pending;
912 * than one arg. So, pass ptr to cmdq struct.
914 if (sc->cmdq[i].arg0)
915 sc->cmdq[i].func(sc->cmdq[i].arg0);
917 sc->cmdq[i].func(&sc->cmdq[
1981 struct run_cmdq *cmdq = arg; local
2140 struct run_cmdq *cmdq = arg; local
2361 struct run_cmdq *cmdq = arg; local
[all...]
H A Dif_runvar.h220 struct run_cmdq cmdq[RUN_CMDQ_MAX]; member in struct:run_softc
H A Dif_rsureg.h755 struct rsu_host_cmd_ring cmdq; member in struct:rsu_softc
H A Dif_rsu.c2347 sc->cmdq.cur = sc->cmdq.next = sc->cmdq.queued = 0;
H A Dif_urtwnreg.h1163 struct urtwn_cmdq cmdq[URTWN_CMDQ_MAX]; member in struct:urtwn_softc
/freebsd-10.0-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c105 NG_BT_MBUFQ_DRAIN(&unit->cmdq);
115 m0 = NG_BT_MBUFQ_FIRST(&unit->cmdq);
338 m = NG_BT_MBUFQ_FIRST(&unit->cmdq);
371 NG_BT_MBUFQ_DEQUEUE(&unit->cmdq, *cp);
398 NG_BT_MBUFQ_DEQUEUE(&unit->cmdq, m);
H A Dng_hci_main.c135 NG_BT_MBUFQ_INIT(&unit->cmdq, NG_HCI_CMD_QUEUE_LEN);
167 NG_BT_MBUFQ_DESTROY(&unit->cmdq);
321 NG_BT_MBUFQ_LEN(&unit->cmdq),
1062 if (NG_BT_MBUFQ_FULL(&unit->cmdq)) {
1066 NG_BT_MBUFQ_LEN(&unit->cmdq));
1068 NG_BT_MBUFQ_DROP(&unit->cmdq);
1075 NG_BT_MBUFQ_ENQUEUE(&unit->cmdq, m);
H A Dng_hci_var.h154 ng_bt_mbufq_t cmdq; /* command queue */ member in struct:ng_hci_unit
H A Dng_hci_ulpi.c294 NG_BT_MBUFQ_ENQUEUE(&unit->cmdq, m);
463 NG_BT_MBUFQ_ENQUEUE(&unit->cmdq, m);
554 NG_BT_MBUFQ_ENQUEUE(&unit->cmdq, m);
844 NG_BT_MBUFQ_ENQUEUE(&unit->cmdq, m);
1033 NG_BT_MBUFQ_ENQUEUE(&unit->cmdq, m);
H A Dng_hci_misc.c140 NG_BT_MBUFQ_DRAIN(&unit->cmdq);
H A Dng_hci_evnt.c541 NG_BT_MBUFQ_ENQUEUE(&unit->cmdq, m);
/freebsd-10.0-release/sys/dev/iwi/
H A Dif_iwivar.h147 struct iwi_cmd_ring cmdq; member in struct:iwi_softc
H A Dif_iwi.c341 if (iwi_alloc_cmd_ring(sc, &sc->cmdq, IWI_CMD_RING_COUNT) != 0) {
476 iwi_free_cmd_ring(sc, &sc->cmdq);
1741 desc = &sc->cmdq.desc[sc->cmdq.cur];
1749 bus_dmamap_sync(sc->cmdq.desc_dmat, sc->cmdq.desc_map,
1752 DPRINTFN(2, ("sending command idx=%u type=%u len=%u\n", sc->cmdq.cur,
1755 sc->cmdq.cur = (sc->cmdq.cur + 1) % IWI_CMD_RING_COUNT;
1756 CSR_WRITE_4(sc, IWI_CSR_CMD_WIDX, sc->cmdq
[all...]
/freebsd-10.0-release/sys/dev/wpi/
H A Dif_wpivar.h148 struct wpi_tx_ring cmdq; member in struct:wpi_softc
H A Dif_wpi.c600 error = wpi_alloc_tx_ring(sc, &sc->cmdq, WPI_CMD_RING_COUNT, 4);
735 wpi_free_tx_ring(sc, &sc->cmdq);
1626 struct wpi_tx_ring *ring = &sc->cmdq;
2184 struct wpi_tx_ring *ring = &sc->cmdq;
2365 struct wpi_tx_ring *ring = &sc->cmdq;
2561 struct wpi_tx_ring *ring = &sc->cmdq;
3208 wpi_reset_tx_ring(sc, &sc->cmdq);

Completed in 210 milliseconds