Searched refs:sc_dev (Results 1 - 25 of 94) sorted by relevance

1234

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_debug.h53 device_printf((_sc)->sc_dev, __VA_ARGS__); \
H A Dif_rtwn_fw.c128 device_printf(sc->sc_dev,
135 device_printf(sc->sc_dev, "wrong firmware size (%zu)\n", len);
193 device_printf(sc->sc_dev,
214 device_printf(sc->sc_dev,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_btcoex.c102 device_printf(sc->sc_dev, "Enabling WB195 BTCOEX\n");
158 device_printf(sc->sc_dev, "Enabling WB225 BTCOEX\n");
212 device_printf(sc->sc_dev, "Failed to setup btcoex\n");
275 device_printf(sc->sc_dev, "Enabling WB222 BTCOEX\n");
313 device_printf(sc->sc_dev, "Enabling WB335 BTCOEX\n");
362 ret = resource_string_value(device_get_name(sc->sc_dev),
363 device_get_unit(sc->sc_dev),
H A Dif_ath_descdma.c180 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), /* parent */
193 device_printf(sc->sc_dev,
203 device_printf(sc->sc_dev,
214 device_printf(sc->sc_dev,
265 device_printf(sc->sc_dev,
293 device_printf(sc->sc_dev, "unable to create dmamap "
353 device_printf(sc->sc_dev,
370 device_printf(sc->sc_dev, "unable to create dmamap "
409 device_printf(sc->sc_dev,
H A Dif_ath.c441 device_printf(sc->sc_dev, "%s: refcnt=0?\n", __func__);
485 device_printf(sc->sc_dev, "configuring for %s\n",
491 device_printf(sc->sc_dev, "CUS217 card detected\n");
494 device_printf(sc->sc_dev, "CUS252 card detected\n");
497 device_printf(sc->sc_dev, "WB335 1-ANT card detected\n");
500 device_printf(sc->sc_dev, "WB335 2-ANT card detected\n");
503 device_printf(sc->sc_dev,
507 device_printf(sc->sc_dev, "Killer Wireless card detected\n");
523 device_printf(sc->sc_dev, "Set BT/WLAN RX diversity capability\n");
529 device_printf(sc->sc_dev, "Enabl
[all...]
H A Dif_ath_tx_edma.c457 device_printf(sc->sc_dev,
508 device_printf(sc->sc_dev,
648 device_printf(sc->sc_dev, "%s: malloc failed\n",
846 device_printf(sc->sc_dev, "%s: invalid TX status?\n",
889 device_printf(sc->sc_dev, "%s: Q%d: empty?\n",
907 device_printf(sc->sc_dev,
985 device_printf(sc->sc_dev, "%s: finaltsi=%d\n",
1068 device_printf(sc->sc_dev, "TX descriptor length: %d\n",
1070 device_printf(sc->sc_dev, "TX status length: %d\n",
1072 device_printf(sc->sc_dev, "T
[all...]
H A Dif_ath_rx_edma.c232 device_printf(sc->sc_dev, "%s: i (%d) != tail! (%d)\n",
276 device_printf(sc->sc_dev,
439 device_printf(sc->sc_dev,
451 device_printf(sc->sc_dev, "%s: Q%d: NULL bf?\n",
631 device_printf(sc->sc_dev, "%s: sc_inreset_cnt > 0; skipping\n",
694 device_printf(sc->sc_dev, "%s: called: m=%p, size=%d, mtod=%p\n",
726 device_printf(sc->sc_dev, "%s: failed; error=%d\n",
778 device_printf(sc->sc_dev,
831 device_printf(sc->sc_dev,
925 device_printf(sc->sc_dev, "
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_rx.c68 device_printf(sc->sc_dev, "C2H report too short (len %d)\n",
88 device_printf(sc->sc_dev, "%s: called\n", __func__);
H A Dr92e_fw.c94 device_printf(sc->sc_dev, "%s: cannot change media status!\n",
130 device_printf(sc->sc_dev,
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_fw.c88 device_printf(sc->sc_dev,
193 device_printf(sc->sc_dev,
210 device_printf(sc->sc_dev,
281 device_printf(sc->sc_dev, "%s: cannot change media status!\n",
325 device_printf(sc->sc_dev,
377 device_printf(sc->sc_dev, "%s called while ratectl = %d!\n",
384 device_printf(sc->sc_dev,
399 device_printf(sc->sc_dev,
483 device_printf(sc->sc_dev,
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_tx.c126 device_printf(sc->sc_dev,
140 device_printf(sc->sc_dev, "can't map mbuf (error %d)\n",
149 device_printf(sc->sc_dev, "can't defragment mbuf\n");
157 device_printf(sc->sc_dev,
235 device_printf(sc->sc_dev,
H A Drtwn_pci_attach.c135 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1, 0,
139 device_printf(sc->sc_dev, "could not create rx desc DMA tag\n");
147 device_printf(sc->sc_dev, "could not allocate rx desc\n");
153 device_printf(sc->sc_dev, "could not load rx desc DMA map\n");
160 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1, 0,
164 device_printf(sc->sc_dev, "could not create rx buf DMA tag\n");
173 device_printf(sc->sc_dev,
181 device_printf(sc->sc_dev,
191 device_printf(sc->sc_dev,
275 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), PAGE_SIZ
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c339 sc->sc_dev = dev;
342 error = resource_int_value(device_get_name(sc->sc_dev),
343 device_get_unit(sc->sc_dev), "debug", &(sc->sc_debug));
486 device_printf(sc->sc_dev, "Regulatory Domain: %.4s\n",
488 device_printf(sc->sc_dev, "Hardware Type: %c\n",
490 device_printf(sc->sc_dev, "Hardware Revision: %c\n",
492 device_printf(sc->sc_dev, "SKU %s support 802.11a\n",
587 struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->sc_dev);
588 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev);
787 device_printf(sc->sc_dev, "coul
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c359 device_t dev = sc->sc_dev;
652 gpio_in = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_IN, 4);
656 gpio_out = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, 4);
657 gpio_en = pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, 4);
667 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
668 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_ENABLE, gpio_en, 4);
674 pci_write_config(sc->sc_dev, BWI_PCIR_GPIO_OUT, gpio_out, 4);
680 status = pci_read_config(sc->sc_dev, PCIR_STATUS, 2);
682 pci_write_config(sc->sc_dev, PCIR_STATUS, status, 2);
690 pci_read_config(sc->sc_dev, BWI_PCIR_GPIO_I
[all...]
H A Dbwimac.c317 device_printf(sc->sc_dev, "PHY calibrate failed\n");
416 device_printf(sc->sc_dev,
427 device_printf(sc->sc_dev, "can't initialize RX ring\n");
437 device_printf(sc->sc_dev,
556 device_printf(sc->sc_dev, "TEST1 failed\n");
564 device_printf(sc->sc_dev, "TEST2 failed\n");
573 device_printf(sc->sc_dev, "%s failed, MAC status 0x%08x\n",
580 device_printf(sc->sc_dev, "%s failed, intr status %08x\n",
814 device_printf(sc->sc_dev, "base tssi measure failed\n");
839 device_printf(sc->sc_dev,
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_rx.c82 device_printf(sc->sc_dev,
96 device_printf(sc->sc_dev,
154 device_printf(sc->sc_dev, "C2H report too short (len %d)\n",
172 device_printf(sc->sc_dev,
182 device_printf(sc->sc_dev, "%s: called\n", __func__);
189 device_printf(sc->sc_dev, "%s: called\n", __func__);
H A Dr12a_fw.c115 device_printf(sc->sc_dev, "cannot change media status!\n");
150 device_printf(sc->sc_dev,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c234 sc->sc_dev = dev;
442 device_printf(sc->sc_dev,
448 device_printf(sc->sc_dev,
457 device_printf(sc->sc_dev,
500 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1, 0,
505 device_printf(sc->sc_dev, "could not create parent DMA tag\n");
516 device_printf(sc->sc_dev, "could not create tx ring DMA tag\n");
523 device_printf(sc->sc_dev,
531 device_printf(sc->sc_dev, "could not map tx ring DMA memory\n");
542 device_printf(sc->sc_dev, "coul
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661.c212 sc->sc_dev = dev;
227 device_printf(sc->sc_dev,
246 device_printf(sc->sc_dev,
254 device_printf(sc->sc_dev, "could not allocate Mgt ring\n");
260 device_printf(sc->sc_dev, "could not allocate Rx ring\n");
374 device_printf(sc->sc_dev, "only 1 vap supported\n");
383 device_printf(sc->sc_dev,
395 device_printf(sc->sc_dev, "unknown opmode %d\n", opmode);
474 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 4, 0,
479 device_printf(sc->sc_dev, "coul
[all...]
H A Drt2560.c211 sc->sc_dev = dev;
233 device_printf(sc->sc_dev, "could not allocate Tx ring\n");
239 device_printf(sc->sc_dev, "could not allocate ATIM ring\n");
245 device_printf(sc->sc_dev, "could not allocate Prio ring\n");
251 device_printf(sc->sc_dev, "could not allocate Beacon ring\n");
257 device_printf(sc->sc_dev, "could not allocate Rx ring\n");
381 device_printf(sc->sc_dev, "only 1 vap supported\n");
390 device_printf(sc->sc_dev,
402 device_printf(sc->sc_dev, "unknown opmode %d\n", opmode);
464 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev),
[all...]
H A Drt2860.c244 sc->sc_dev = dev;
261 device_printf(sc->sc_dev,
275 device_printf(sc->sc_dev, "MAC/BBP RT%X (rev 0x%04X), "
285 device_printf(sc->sc_dev,
292 device_printf(sc->sc_dev, "could not allocate Rx ring\n");
297 device_printf(sc->sc_dev, "could not allocate Tx pool\n");
439 device_printf(sc->sc_dev, "only 1 vap supported\n");
448 device_printf(sc->sc_dev,
460 device_printf(sc->sc_dev, "unknown opmode %d\n", opmode);
514 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 1
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c288 sc->sc_dev = dev;
556 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 4, 0,
561 device_printf(sc->sc_dev, "could not create desc DMA tag\n");
568 device_printf(sc->sc_dev, "could not allocate DMA memory\n");
575 device_printf(sc->sc_dev, "could not load desc DMA map\n");
618 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), 4, 0,
623 device_printf(sc->sc_dev, "could not create desc DMA tag\n");
630 device_printf(sc->sc_dev, "could not allocate DMA memory\n");
637 device_printf(sc->sc_dev, "could not load desc DMA map\n");
644 device_printf(sc->sc_dev, "coul
[all...]
H A Dif_iwivar.h134 device_t sc_dev; member in struct:iwi_softc
255 mtx_init(&(sc)->sc_mtx, device_get_nameunit((sc)->sc_dev), \
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c123 device_printf(sc->sc_dev,
168 device_printf(sc->sc_dev, "timeout waiting for MAC auto ON\n");
197 device_printf(sc->sc_dev,
212 device_printf(sc->sc_dev,
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rumvar.h115 device_t sc_dev; member in struct:rum_softc
175 mtx_init(&(sc)->sc_mtx, device_get_nameunit((sc)->sc_dev), \

Completed in 171 milliseconds

1234