Searched defs:sc (Results 226 - 250 of 278) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c159 malo_bar0_read4(struct malo_softc *sc, bus_size_ argument
165 malo_bar0_write4(struct malo_softc *sc, bus_size_t off, uint32_t val) argument
174 malo_attach(uint16_t devid, struct malo_softc *sc) argument
331 struct malo_softc *sc = ic->ic_softc; local
378 struct malo_softc *sc = arg; local
435 malo_desc_setup(struct malo_softc *sc, const char *name, struct malo_descdma *dd, int nbuf, size_t bufsize, int ndesc, size_t descsize) argument
511 malo_rxdma_setup(struct malo_softc *sc) argument
555 malo_txdma_setup(struct malo_softc *sc, struct malo_txq *txq) argument
599 malo_desc_cleanup(struct malo_softc *sc, struct malo_descdma *dd) argument
609 malo_rxdma_cleanup(struct malo_softc *sc) argument
633 malo_txdma_cleanup(struct malo_softc *sc, struct malo_txq *txq) argument
667 malo_dma_cleanup(struct malo_softc *sc) argument
678 malo_dma_setup(struct malo_softc *sc) argument
703 malo_hal_set_rxtxdma(struct malo_softc *sc) argument
724 malo_setup_hwdma(struct malo_softc *sc) argument
744 malo_txq_init(struct malo_softc *sc, struct malo_txq *txq, int qnum) argument
769 malo_tx_cleanupq(struct malo_softc *sc, struct malo_txq *txq) argument
779 malo_getbuf(struct malo_softc *sc, struct malo_txq *txq) argument
799 malo_tx_dmasetup(struct malo_softc *sc, struct malo_txbuf *bf, struct mbuf *m0) argument
925 malo_tx_processq(struct malo_softc *sc, struct malo_txq *txq) argument
1009 struct malo_softc *sc = arg; local
1030 malo_tx_start(struct malo_softc *sc, struct ieee80211_node *ni, struct malo_txbuf *bf, struct mbuf *m0) argument
1208 struct malo_softc *sc = ic->ic_softc; local
1227 malo_start(struct malo_softc *sc) argument
1297 struct malo_softc *sc = arg; local
1314 malo_hal_reset(struct malo_softc *sc) argument
1341 malo_getrxmbuf(struct malo_softc *sc, struct malo_rxbuf *bf) argument
1369 malo_rxbuf_init(struct malo_softc *sc, struct malo_rxbuf *bf) argument
1407 malo_startrecv(struct malo_softc *sc) argument
1446 malo_init_locked(struct malo_softc *sc) argument
1499 struct malo_softc *sc = (struct malo_softc *) arg; local
1514 malo_setmcastfilter(struct malo_softc *sc) argument
1563 malo_mode_init(struct malo_softc *sc) argument
1575 malo_tx_draintxq(struct malo_softc *sc, struct malo_txq *txq) argument
1624 malo_stop(struct malo_softc *sc) argument
1662 struct malo_softc *sc = ic->ic_softc; local
1702 struct malo_softc *sc = ic->ic_softc; local
1729 struct malo_softc *sc = ic->ic_softc; local
1773 struct malo_softc *sc = ic->ic_softc; local
1826 malo_sysctlattach(struct malo_softc *sc) argument
1840 malo_announce(struct malo_softc *sc) argument
1880 malo_chan_set(struct malo_softc *sc, struct ieee80211_channel *chan) argument
1918 struct malo_softc *sc = ic->ic_softc; local
1926 struct malo_softc *sc = ic->ic_softc; local
1934 struct malo_softc *sc = ic->ic_softc; local
1942 struct malo_softc *sc = arg; local
2096 malo_tx_cleanup(struct malo_softc *sc) argument
2105 malo_detach(struct malo_softc *sc) argument
2142 malo_shutdown(struct malo_softc *sc) argument
2149 malo_suspend(struct malo_softc *sc) argument
2156 malo_resume(struct malo_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c175 ath_rate_sample_find_min_pktlength(struct ath_softc *sc, argument
284 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
290 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
523 ath_rate_get_static_rix(struct ath_softc *sc, const struct ieee80211_node *ni) argument
549 ath_rate_update_static_rix(struct ath_softc *sc, struct ieee80211_node *ni) argument
573 ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
614 ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
661 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix0, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
899 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, uint8_t rix0, int is_aggr, struct ath_rc_series *rc) argument
927 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
964 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int short_tries, int tries, int status, int nframes, int nbad) argument
1084 badrate(struct ath_softc *sc, int series, int hwrate, int tries, int status) argument
1093 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument
1266 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
1273 ath_rate_update_rx_rssi(struct ath_softc *sc, struct ath_node *an, int rssi) argument
1296 ath_rate_ctl_reset(struct ath_softc *sc, struct ieee80211_node *ni) argument
1431 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *rs) argument
1510 struct ath_softc *sc = arg; local
1564 struct ath_softc *sc = arg1; local
1610 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc) argument
1630 ath_rate_attach(struct ath_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp429 firewire_attach(struct firewire_comm *fc, struct firewire_softc *sc) argument
509 firewire_detach(struct firewire_softc *sc) argument
1011 fw_xferlist_add(struct fw_xferlist *q, int slen, int rlen, int n, struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *)) argument
[all...]
H A Dfwohci.cpp251 fwphy_wrdata( struct fwohci_softc *sc, uint32_t addr, uint32_t data) argument
268 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
293 fwphy_rddata(struct fwohci_softc *sc, uint32_t addr) argument
404 fwohci_probe_phy(struct fwohci_softc *sc) argument
479 fwohci_reset(struct fwohci_softc *sc) argument
590 fwohci_init(struct fwohci_softc *sc) argument
780 struct fwohci_softc *sc; local
789 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
794 fwohci_detach(struct fwohci_softc *sc) argument
874 fwohci_start(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch) argument
1061 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
1071 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
1079 fwohci_txd(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch) argument
1253 fwohci_db_init(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch) argument
1338 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
1355 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
1378 fwohci_tx_enable(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch) argument
1437 fwohci_rx_enable(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch) argument
1582 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
1703 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
1800 fwohci_stop(struct fwohci_softc *sc) argument
1837 fwohci_dump_intr(struct fwohci_softc *sc, uint32_t stat) argument
1867 fwohci_intr_core(struct fwohci_softc *sc, uint32_t stat, int count) argument
1951 fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat, int count) argument
2030 struct fwohci_softc *sc = (struct fwohci_softc *)arg; local
2042 struct fwohci_softc *sc = (struct fwohci_softc *)arg; local
2084 struct fwohci_softc *sc = (struct fwohci_softc *)arg; local
2097 fwohci_check_stat(struct fwohci_softc *sc) argument
2135 struct fwohci_softc *sc = (struct fwohci_softc *)arg; local
2146 struct fwohci_softc *sc = (struct fwohci_softc *)fc; local
2156 struct fwohci_softc *sc; local
2171 fwohci_tbuf_update(struct fwohci_softc *sc, int dmach) argument
2218 fwohci_rbuf_update(struct fwohci_softc *sc, int dmach) argument
2283 dump_dma(struct fwohci_softc *sc, uint32_t ch) argument
2328 dump_db(struct fwohci_softc *sc, uint32_t ch) argument
2492 struct fwohci_softc *sc; local
2523 fwohci_txbufdb(struct fwohci_softc *sc, int dmach, struct fw_bulkxfer *bulkxfer) argument
2694 fwohci_get_plen(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch, struct fw_pkt *fp) argument
2721 fwohci_arcv_free_buf(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, uint32_t off, int wake) argument
2737 fwohci_arcv(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch, int count) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c358 xl_wait(struct xl_softc *sc) argument
387 struct xl_softc *sc; local
406 struct xl_softc *sc; local
419 struct xl_softc *sc; local
432 struct xl_softc *sc; local
447 struct xl_softc *sc; local
489 struct xl_softc *sc; local
530 xl_eeprom_wait(struct xl_softc *sc) argument
554 xl_read_eeprom(struct xl_softc *sc, caddr_t dest, int off, int cnt, int swap) argument
596 xl_rxfilter(struct xl_softc *sc) argument
610 xl_rxfilter_90x(struct xl_softc *sc) argument
656 xl_rxfilter_90xB(struct xl_softc *sc) argument
725 xl_setcfg(struct xl_softc *sc) argument
745 xl_setmode(struct xl_softc *sc, int media) argument
841 xl_reset(struct xl_softc *sc) argument
935 xl_mediacheck(struct xl_softc *sc) argument
973 xl_choose_xcvr(struct xl_softc *sc, int verbose) argument
1072 struct xl_softc *sc; local
1512 xl_choose_media(struct xl_softc *sc, int *media) argument
1568 struct xl_softc *sc; local
1645 xl_list_tx_init(struct xl_softc *sc) argument
1680 xl_list_tx_init_90xB(struct xl_softc *sc) argument
1727 xl_list_rx_init(struct xl_softc *sc) argument
1770 xl_newbuf(struct xl_softc *sc, struct xl_chain_onefrag *c) argument
1812 xl_rx_resync(struct xl_softc *sc) argument
1840 xl_rxeof(struct xl_softc *sc) argument
1989 struct xl_softc *sc = (struct xl_softc *)arg; local
2002 xl_txeof(struct xl_softc *sc) argument
2051 xl_txeof_90xB(struct xl_softc *sc) argument
2097 xl_txeoc(struct xl_softc *sc) argument
2164 struct xl_softc *sc = arg; local
2243 struct xl_softc *sc = ifp->if_softc; local
2256 struct xl_softc *sc = ifp->if_softc; local
2304 struct xl_softc *sc = xsc; local
2322 xl_stats_update(struct xl_softc *sc) argument
2364 xl_encap(struct xl_softc *sc, struct xl_chain *c, struct mbuf **m_head) argument
2461 struct xl_softc *sc = ifp->if_softc; local
2476 struct xl_softc *sc = ifp->if_softc; local
2608 struct xl_softc *sc = ifp->if_softc; local
2693 struct xl_softc *sc = xsc; local
2701 xl_init_locked(struct xl_softc *sc) argument
2911 struct xl_softc *sc = ifp->if_softc; local
2954 struct xl_softc *sc = ifp->if_softc; local
3026 struct xl_softc *sc = ifp->if_softc; local
3123 xl_watchdog(struct xl_softc *sc) argument
3179 xl_stop(struct xl_softc *sc) argument
3261 struct xl_softc *sc; local
3276 struct xl_softc *sc; local
3295 xl_setwol(struct xl_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c208 struct ale_softc *sc; local
234 struct ale_softc *sc; local
259 struct ale_softc *sc; local
304 struct ale_softc *sc; local
324 struct ale_softc *sc; local
363 ale_get_macaddr(struct ale_softc *sc) argument
407 ale_phy_reset(struct ale_softc *sc) argument
457 struct ale_softc *sc; local
710 struct ale_softc *sc; local
782 ale_sysctl_node(struct ale_softc *sc) argument
991 ale_check_boundary(struct ale_softc *sc) argument
1030 ale_dma_alloc(struct ale_softc *sc) argument
1315 ale_dma_free(struct ale_softc *sc) argument
1433 ale_setlinkspeed(struct ale_softc *sc) argument
1496 ale_setwol(struct ale_softc *sc) argument
1561 struct ale_softc *sc; local
1576 struct ale_softc *sc; local
1607 ale_encap(struct ale_softc *sc, struct mbuf **m_head) argument
1884 struct ale_softc *sc; local
1895 struct ale_softc *sc; local
1946 ale_watchdog(struct ale_softc *sc) argument
1974 struct ale_softc *sc; local
2081 ale_mac_config(struct ale_softc *sc) argument
2113 ale_stats_clear(struct ale_softc *sc) argument
2131 ale_stats_update(struct ale_softc *sc) argument
2231 struct ale_softc *sc; local
2249 struct ale_softc *sc; local
2311 ale_txeof(struct ale_softc *sc) argument
2371 ale_rx_update_page(struct ale_softc *sc, struct ale_rx_page **page, uint32_t length, uint32_t *prod) argument
2418 ale_rxcsum(struct ale_softc *sc, struct mbuf *m, uint32_t status) argument
2464 ale_rxeof(struct ale_softc *sc, int count) argument
2575 struct ale_softc *sc; local
2596 ale_reset(struct ale_softc *sc) argument
2626 struct ale_softc *sc; local
2635 ale_init_locked(struct ale_softc *sc) argument
2866 ale_stop(struct ale_softc *sc) argument
2919 ale_stop_mac(struct ale_softc *sc) argument
2944 ale_init_tx_ring(struct ale_softc *sc) argument
2971 ale_init_rx_pages(struct ale_softc *sc) argument
2996 ale_rxvlan(struct ale_softc *sc) argument
3012 ale_rxfilter(struct ale_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/ae/
H A Dif_ae.c242 ae_softc_t *sc; local
410 ae_init_tunables(ae_softc_t *sc) argument
480 ae_pcie_init(ae_softc_t *sc) argument
488 ae_phy_reset(ae_softc_t *sc) argument
496 ae_reset(ae_softc_t *sc) argument
538 ae_softc_t *sc; local
547 ae_phy_init(ae_softc_t *sc) argument
560 ae_init_locked(ae_softc_t *sc) argument
761 struct ae_softc *sc; local
810 ae_softc_t *sc; local
845 ae_softc_t *sc; local
880 ae_softc_t *sc; local
889 ae_softc_t *sc; local
906 ae_softc_t *sc; local
925 ae_check_eeprom_present(ae_softc_t *sc, int *vpdc) argument
945 ae_vpd_read_word(ae_softc_t *sc, int reg, uint32_t *word) argument
974 ae_get_vpd_eaddr(ae_softc_t *sc, uint32_t *eaddr) argument
1037 ae_get_reg_eaddr(ae_softc_t *sc, uint32_t *eaddr) argument
1057 ae_retrieve_address(ae_softc_t *sc) argument
1106 ae_alloc_rings(ae_softc_t *sc) argument
1229 ae_dma_free(ae_softc_t *sc) argument
1274 ae_softc_t *sc; local
1288 ae_powersave_disable(ae_softc_t *sc) argument
1304 ae_powersave_enable(ae_softc_t *sc) argument
1323 ae_pm_init(ae_softc_t *sc) argument
1400 ae_softc_t *sc; local
1415 ae_softc_t *sc; local
1430 ae_tx_avail_size(ae_softc_t *sc) argument
1443 ae_encap(ae_softc_t *sc, struct mbuf **m_head) argument
1519 ae_softc_t *sc; local
1530 ae_softc_t *sc; local
1586 ae_softc_t *sc; local
1642 ae_stop_rxmac(ae_softc_t *sc) argument
1678 ae_stop_txmac(ae_softc_t *sc) argument
1714 ae_mac_config(ae_softc_t *sc) argument
1735 ae_softc_t *sc; local
1757 ae_softc_t *sc; local
1809 ae_tx_intr(ae_softc_t *sc) argument
1886 ae_rxeof(ae_softc_t *sc, ae_rxd_t *rxd) argument
1930 ae_rx_intr(ae_softc_t *sc) argument
1980 ae_watchdog(ae_softc_t *sc) argument
2006 ae_softc_t *sc; local
2020 ae_rxvlan(ae_softc_t *sc) argument
2035 ae_rxfilter(ae_softc_t *sc) argument
2092 struct ae_softc *sc; local
2164 ae_stop(ae_softc_t *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c279 rl_eeprom_putbyte(struct rl_softc *sc, int addr) argument
306 rl_eeprom_getword(struct rl_softc *sc, int addr, uint16_t *dest) argument
343 rl_read_eeprom(struct rl_softc *sc, uint8_t *dest, int off, int cnt, int swap) argument
364 struct rl_softc *sc; local
382 struct rl_softc *sc; local
394 struct rl_softc *sc; local
440 struct rl_softc *sc; local
482 struct rl_softc *sc; local
516 rl_rxfilter(struct rl_softc *sc) argument
564 rl_reset(struct rl_softc *sc) argument
641 struct rl_softc *sc; local
871 struct rl_softc *sc; local
917 rl_dma_alloc(struct rl_softc *sc) argument
1017 rl_dma_free(struct rl_softc *sc) argument
1061 rl_list_tx_init(struct rl_softc *sc) argument
1082 rl_list_rx_init(struct rl_softc *sc) argument
1117 rl_rxeof(struct rl_softc *sc) argument
1240 rl_txeof(struct rl_softc *sc) argument
1299 rl_twister_update(struct rl_softc *sc) argument
1400 struct rl_softc *sc = xsc; local
1441 struct rl_softc *sc = ifp->if_softc; local
1454 struct rl_softc *sc = ifp->if_softc; local
1490 struct rl_softc *sc = arg; local
1549 rl_encap(struct rl_softc *sc, struct mbuf **m_head) argument
1617 struct rl_softc *sc = ifp->if_softc; local
1627 struct rl_softc *sc = ifp->if_softc; local
1677 struct rl_softc *sc = xsc; local
1685 rl_init_locked(struct rl_softc *sc) argument
1783 struct rl_softc *sc = ifp->if_softc; local
1801 struct rl_softc *sc = ifp->if_softc; local
1818 struct rl_softc *sc = ifp->if_softc; local
1893 rl_watchdog(struct rl_softc *sc) argument
1915 rl_stop(struct rl_softc *sc) argument
1964 struct rl_softc *sc; local
1985 struct rl_softc *sc; local
2030 struct rl_softc *sc; local
2049 rl_setwol(struct rl_softc *sc) argument
2103 rl_clrwol(struct rl_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c223 sis_delay(struct sis_softc *sc) argument
232 sis_eeprom_idle(struct sis_softc *sc) argument
259 sis_eeprom_putbyte(struct sis_softc *sc, int addr) argument
286 sis_eeprom_getword(struct sis_softc *sc, int addr, uint16_t *dest) argument
329 sis_read_eeprom(struct sis_softc *sc, caddr_t dest, int off, int cnt, int swap) argument
383 sis_read_cmos(struct sis_softc *sc, device_t dev, caddr_t dest, int off, int cnt) argument
410 sis_read_mac(struct sis_softc *sc, device_t dev, caddr_t dest) argument
440 struct sis_softc *sc; local
457 struct sis_softc *sc; local
469 struct sis_softc *sc; local
532 struct sis_softc *sc; local
576 struct sis_softc *sc; local
660 sis_mchash(struct sis_softc *sc, const uint8_t *addr) argument
683 sis_rxfilter(struct sis_softc *sc) argument
695 sis_rxfilter_ns(struct sis_softc *sc) argument
766 sis_rxfilter_sis(struct sis_softc *sc) argument
829 sis_reset(struct sis_softc *sc) argument
890 struct sis_softc *sc; local
1127 struct sis_softc *sc; local
1184 sis_dma_ring_alloc(struct sis_softc *sc, bus_size_t alignment, bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr, const char *msg) argument
1221 sis_dma_alloc(struct sis_softc *sc) argument
1305 sis_dma_free(struct sis_softc *sc) argument
1364 sis_ring_init(struct sis_softc *sc) argument
1409 sis_newbuf(struct sis_softc *sc, struct sis_rxdesc *rxd) argument
1475 sis_rxeof(struct sis_softc *sc) argument
1563 sis_txeof(struct sis_softc *sc) argument
1619 struct sis_softc *sc; local
1639 struct sis_softc *sc = ifp->if_softc; local
1687 struct sis_softc *sc; local
1760 sis_encap(struct sis_softc *sc, struct mbuf **m_head) argument
1869 struct sis_softc *sc; local
1880 struct sis_softc *sc; local
1931 struct sis_softc *sc = xsc; local
1939 sis_initl(struct sis_softc *sc) argument
2082 struct sis_softc *sc; local
2105 struct sis_softc *sc; local
2121 struct sis_softc *sc = ifp->if_softc; local
2195 sis_watchdog(struct sis_softc *sc) argument
2218 sis_stop(struct sis_softc *sc) argument
2286 struct sis_softc *sc; local
2299 struct sis_softc *sc; local
2314 sis_wol(struct sis_softc *sc) argument
2364 sis_add_sysctls(struct sis_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c241 vge_eeprom_getword(struct vge_softc *sc, int addr, uint16_t *dest) argument
287 vge_read_eeprom(struct vge_softc *sc, caddr_t dest, int off, int cnt, int swap) argument
308 vge_miipoll_stop(struct vge_softc *sc) argument
325 vge_miipoll_start(struct vge_softc *sc) argument
364 struct vge_softc *sc; local
398 struct vge_softc *sc; local
432 vge_cam_clear(struct vge_softc *sc) argument
462 vge_cam_set(struct vge_softc *sc, uint8_t *addr) argument
516 vge_setvlan(struct vge_softc *sc) argument
538 vge_rxfilter(struct vge_softc *sc) argument
612 vge_reset(struct vge_softc *sc) argument
679 vge_dma_alloc(struct vge_softc *sc) argument
909 vge_dma_free(struct vge_softc *sc) argument
993 struct vge_softc *sc; local
1164 struct vge_softc *sc; local
1208 vge_discard_rxbuf(struct vge_softc *sc, int prod) argument
1235 vge_newbuf(struct vge_softc *sc, int prod) argument
1305 vge_tx_list_init(struct vge_softc *sc) argument
1333 vge_rx_list_init(struct vge_softc *sc) argument
1371 vge_freebufs(struct vge_softc *sc) argument
1432 vge_rxeof(struct vge_softc *sc, int count) argument
1604 vge_txeof(struct vge_softc *sc) argument
1659 struct vge_softc *sc; local
1702 struct vge_softc *sc = ifp->if_softc; local
1748 struct vge_softc *sc; local
1812 vge_encap(struct vge_softc *sc, struct mbuf **m_head) argument
1941 struct vge_softc *sc; local
1953 struct vge_softc *sc; local
2015 struct vge_softc *sc = xsc; local
2023 vge_init_locked(struct vge_softc *sc) argument
2160 struct vge_softc *sc; local
2172 vge_ifmedia_upd_locked(struct vge_softc *sc) argument
2193 struct vge_softc *sc; local
2211 vge_setmedia(struct vge_softc *sc) argument
2258 struct vge_softc *sc = ifp->if_softc; local
2373 struct vge_softc *sc; local
2399 vge_stop(struct vge_softc *sc) argument
2431 struct vge_softc *sc; local
2452 struct vge_softc *sc; local
2498 vge_sysctl_node(struct vge_softc *sc) argument
2613 vge_stats_clear(struct vge_softc *sc) argument
2633 vge_stats_update(struct vge_softc *sc) argument
2733 vge_intr_holdoff(struct vge_softc *sc) argument
2781 vge_setlinkspeed(struct vge_softc *sc) argument
2843 vge_setwol(struct vge_softc *sc) argument
2908 vge_clrwol(struct vge_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c331 fxp_scb_wait(struct fxp_softc *sc) argument
352 fxp_scb_cmd(struct fxp_softc *sc, int cmd) argument
363 fxp_dma_wait(struct fxp_softc *sc, volatile uint16_t *status, bus_dma_tag_t dmat, bus_dmamap_t map) argument
431 struct fxp_softc *sc; local
940 fxp_release(struct fxp_softc *sc) argument
1012 struct fxp_softc *sc = device_get_softc(dev); local
1070 struct fxp_softc *sc = device_get_softc(dev); local
1106 struct fxp_softc *sc = device_get_softc(dev); local
1138 fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length) argument
1168 fxp_eeprom_getword(struct fxp_softc *sc, int offset, int autosize) argument
1220 fxp_eeprom_putword(struct fxp_softc *sc, int offset, uint16_t data) argument
1284 fxp_autosize_eeprom(struct fxp_softc *sc) argument
1295 fxp_read_eeprom(struct fxp_softc *sc, u_short *data, int offset, int words) argument
1304 fxp_write_eeprom(struct fxp_softc *sc, u_short *data, int offset, int words) argument
1313 fxp_load_eeprom(struct fxp_softc *sc) argument
1335 struct fxp_softc *sc = if_getsoftc(ifp); local
1350 struct fxp_softc *sc = if_getsoftc(ifp); local
1409 fxp_encap(struct fxp_softc *sc, struct mbuf **m_head) argument
1683 struct fxp_softc *sc = if_getsoftc(ifp); local
1721 struct fxp_softc *sc = xsc; local
1769 fxp_txeof(struct fxp_softc *sc) argument
1800 fxp_rxcsum(struct fxp_softc *sc, if_t ifp, struct mbuf *m, uint16_t status, int pos) argument
1878 fxp_intr_body(struct fxp_softc *sc, if_t ifp, uint8_t statack, int count) argument
2044 fxp_update_stats(struct fxp_softc *sc) argument
2135 struct fxp_softc *sc = xsc; local
2199 fxp_stop(struct fxp_softc *sc) argument
2251 fxp_watchdog(struct fxp_softc *sc) argument
2275 struct fxp_softc *sc = xsc; local
2287 fxp_init_body(struct fxp_softc *sc, int setmedia) argument
2610 struct fxp_softc *sc = if_getsoftc(ifp); local
2629 struct fxp_softc *sc = if_getsoftc(ifp); local
2648 fxp_new_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
2710 fxp_add_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
2736 fxp_discard_rfabuf(struct fxp_softc *sc, struct fxp_rx *rxp) argument
2777 struct fxp_softc *sc = device_get_softc(dev); local
2797 struct fxp_softc *sc = device_get_softc(dev); local
2816 struct fxp_softc *sc; local
2847 struct fxp_softc *sc = if_getsoftc(ifp); local
2992 fxp_mc_addrs(struct fxp_softc *sc) argument
3024 fxp_mc_setup(struct fxp_softc *sc) argument
3097 fxp_load_ucode(struct fxp_softc *sc) argument
3145 fxp_sysctl_node(struct fxp_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c246 struct vr_softc *sc; local
269 struct vr_softc *sc; local
299 struct vr_softc *sc; local
385 vr_cam_mask(struct vr_softc *sc, uint32_t mask, int type) argument
397 vr_cam_data(struct vr_softc *sc, int type, int idx, uint8_t *mac) argument
439 vr_set_filter(struct vr_softc *sc) argument
522 vr_reset(const struct vr_softc *sc) argument
596 struct vr_softc *sc; local
818 struct vr_softc *sc = device_get_softc(dev); local
876 vr_dma_alloc(struct vr_softc *sc) argument
1057 vr_dma_free(struct vr_softc *sc) argument
1133 vr_tx_ring_init(struct vr_softc *sc) argument
1170 vr_rx_ring_init(struct vr_softc *sc) argument
1219 vr_newbuf(struct vr_softc *sc, int idx) argument
1283 vr_rxeof(struct vr_softc *sc) argument
1429 vr_txeof(struct vr_softc *sc) argument
1545 struct vr_softc *sc; local
1575 struct vr_softc *sc; local
1591 struct vr_softc *sc; local
1634 vr_tx_underrun(struct vr_softc *sc) argument
1664 struct vr_softc *sc; local
1684 struct vr_softc *sc; local
1744 vr_error(struct vr_softc *sc, uint16_t status) argument
1783 vr_encap(struct vr_softc *sc, struct mbuf **m_head) argument
1948 struct vr_softc *sc; local
1959 struct vr_softc *sc; local
2008 struct vr_softc *sc; local
2017 vr_init_locked(struct vr_softc *sc) argument
2171 struct vr_softc *sc; local
2194 struct vr_softc *sc; local
2213 struct vr_softc *sc; local
2302 vr_watchdog(struct vr_softc *sc) argument
2340 vr_tx_start(struct vr_softc *sc) argument
2359 vr_rx_start(struct vr_softc *sc) argument
2375 vr_tx_stop(struct vr_softc *sc) argument
2397 vr_rx_stop(struct vr_softc *sc) argument
2423 vr_stop(struct vr_softc *sc) argument
2490 struct vr_softc *sc; local
2506 struct vr_softc *sc; local
2525 vr_setwol(struct vr_softc *sc) argument
2582 vr_clrwol(struct vr_softc *sc) argument
2613 struct vr_softc *sc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560.c207 struct rt2560_softc *sc local
343 struct rt2560_softc *sc = xsc; local
368 struct rt2560_softc *sc = ic->ic_softc; local
436 struct rt2560_softc *sc = xsc; local
454 rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring, int count) argument
521 rt2560_reset_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring) argument
555 rt2560_free_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring) argument
596 rt2560_alloc_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring, int count) argument
691 rt2560_reset_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring) argument
707 rt2560_free_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring) argument
748 struct rt2560_softc *sc = vap->iv_ic->ic_softc; local
802 rt2560_eeprom_read(struct rt2560_softc *sc, uint8_t addr) argument
860 rt2560_encryption_intr(struct rt2560_softc *sc) argument
909 rt2560_tx_intr(struct rt2560_softc *sc) argument
1005 rt2560_prio_intr(struct rt2560_softc *sc) argument
1087 rt2560_decryption_intr(struct rt2560_softc *sc) argument
1224 rt2560_rx_intr(struct rt2560_softc *sc) argument
1286 rt2560_beacon_expire(struct rt2560_softc *sc) argument
1318 rt2560_wakeup_expire(struct rt2560_softc *sc) argument
1326 struct rt2560_softc *sc = arg; local
1402 rt2560_setup_tx_desc(struct rt2560_softc *sc, struct rt2560_tx_desc *desc, uint32_t flags, int len, int rate, int encrypt, bus_addr_t physaddr) argument
1450 rt2560_tx_bcn(struct rt2560_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) argument
1503 rt2560_tx_mgt(struct rt2560_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) argument
1592 rt2560_sendprot(struct rt2560_softc *sc, const struct mbuf *m, struct ieee80211_node *ni, int prot, int rate) argument
1646 rt2560_tx_raw(struct rt2560_softc *sc, struct mbuf *m0, struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) argument
1725 rt2560_tx_data(struct rt2560_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) argument
1867 struct rt2560_softc *sc = ic->ic_softc; local
1887 rt2560_start(struct rt2560_softc *sc) argument
1910 struct rt2560_softc *sc = arg; local
1935 struct rt2560_softc *sc = ic->ic_softc; local
1953 rt2560_bbp_write(struct rt2560_softc *sc, uint8_t reg, uint8_t val) argument
1975 rt2560_bbp_read(struct rt2560_softc *sc, uint8_t reg) argument
2005 rt2560_rf_write(struct rt2560_softc *sc, uint8_t reg, uint32_t val) argument
2031 rt2560_set_chan(struct rt2560_softc *sc, struct ieee80211_channel *c) argument
2133 struct rt2560_softc *sc = ic->ic_softc; local
2151 struct rt2560_softc *sc = ic->ic_softc; local
2185 rt2560_enable_tsf_sync(struct rt2560_softc *sc) argument
2218 rt2560_enable_tsf(struct rt2560_softc *sc) argument
2226 rt2560_update_plcp(struct rt2560_softc *sc) argument
2256 struct rt2560_softc *sc = ic->ic_softc; local
2303 rt2560_set_basicrates(struct rt2560_softc *sc, const struct ieee80211_rateset *rs) argument
2327 rt2560_update_led(struct rt2560_softc *sc, int led1, int led2) argument
2337 rt2560_set_bssid(struct rt2560_softc *sc, const uint8_t *bssid) argument
2351 rt2560_set_macaddr(struct rt2560_softc *sc, const uint8_t *addr) argument
2365 rt2560_get_macaddr(struct rt2560_softc *sc, uint8_t *addr) argument
2383 struct rt2560_softc *sc = ic->ic_softc; local
2414 rt2560_read_config(struct rt2560_softc *sc) argument
2461 struct rt2560_softc *sc = ic->ic_softc; local
2471 struct rt2560_softc *sc = ic->ic_softc; local
2480 rt2560_bbp_init(struct rt2560_softc *sc) argument
2513 rt2560_set_txantenna(struct rt2560_softc *sc, int antenna) argument
2540 rt2560_set_rxantenna(struct rt2560_softc *sc, int antenna) argument
2560 rt2560_init_locked(struct rt2560_softc *sc) argument
2647 struct rt2560_softc *sc = priv; local
2659 rt2560_stop_locked(struct rt2560_softc *sc) argument
2699 struct rt2560_softc *sc = arg; local
2711 struct rt2560_softc *sc = ic->ic_softc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_runvar.h89 struct run_softc *sc; member in struct:run_tx_data
H A Dif_ural.c431 struct ural_softc *sc = device_get_softc(self); local
516 struct ural_softc *sc = device_get_softc(self); local
541 ural_do_request(struct ural_softc *sc, struct usb_device_request *req, void *data) argument
567 struct ural_softc *sc = ic->ic_softc; local
616 struct ural_softc *sc = data->sc; local
628 ural_setup_tx_list(struct ural_softc *sc) argument
647 ural_unsetup_tx_list(struct ural_softc *sc) argument
677 struct ural_softc *sc = ic->ic_softc; local
764 struct ural_softc *sc = usbd_xfer_softc(xfer); local
851 struct ural_softc *sc = usbd_xfer_softc(xfer); local
981 ural_setup_tx_desc(struct ural_softc *sc, struct ural_tx_desc *desc, uint32_t flags, int len, int rate) argument
1029 ural_tx_bcn(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) argument
1069 ural_tx_mgt(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) argument
1127 ural_sendprot(struct ural_softc *sc, const struct mbuf *m, struct ieee80211_node *ni, int prot, int rate) argument
1164 ural_tx_raw(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) argument
1217 ural_tx_data(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) argument
1302 struct ural_softc *sc = ic->ic_softc; local
1322 ural_start(struct ural_softc *sc) argument
1347 struct ural_softc *sc = ic->ic_softc; local
1369 ural_set_testmode(struct ural_softc *sc) argument
1388 ural_eeprom_read(struct ural_softc *sc, uint16_t addr, void *buf, int len) argument
1407 ural_read(struct ural_softc *sc, uint16_t reg) argument
1430 ural_read_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len) argument
1449 ural_write(struct ural_softc *sc, uint16_t reg, uint16_t val) argument
1468 ural_write_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len) argument
1487 ural_bbp_write(struct ural_softc *sc, uint8_t reg, uint8_t val) argument
1508 ural_bbp_read(struct ural_softc *sc, uint8_t reg) argument
1531 ural_rf_write(struct ural_softc *sc, uint8_t reg, uint32_t val) argument
1560 struct ural_softc *sc = ic->ic_softc; local
1571 struct ural_softc *sc = ic->ic_softc; local
1584 struct ural_softc *sc = ic->ic_softc; local
1602 struct ural_softc *sc = ic->ic_softc; local
1610 ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c) argument
1721 ural_disable_rf_tune(struct ural_softc *sc) argument
1741 ural_enable_tsf_sync(struct ural_softc *sc) argument
1770 ural_enable_tsf(struct ural_softc *sc) argument
1779 ural_update_slot(struct ural_softc *sc) argument
1804 ural_set_txpreamble(struct ural_softc *sc) argument
1819 ural_set_basicrates(struct ural_softc *sc, const struct ieee80211_channel *c) argument
1836 ural_set_bssid(struct ural_softc *sc, const uint8_t *bssid) argument
1853 ural_set_macaddr(struct ural_softc *sc, const uint8_t *addr) argument
1870 ural_setpromisc(struct ural_softc *sc) argument
1889 struct ural_softc *sc = ic->ic_softc; local
1913 ural_read_eeprom(struct ural_softc *sc) argument
1938 ural_bbp_init(struct ural_softc *sc) argument
1971 ural_set_txantenna(struct ural_softc *sc, int antenna) argument
2000 ural_set_rxantenna(struct ural_softc *sc, int antenna) argument
2020 ural_init(struct ural_softc *sc) argument
2097 ural_stop(struct ural_softc *sc) argument
2130 struct ural_softc *sc = ic->ic_softc; local
2168 ural_ratectl_start(struct ural_softc *sc, struct ieee80211_node *ni) argument
2194 struct ural_softc *sc = vap->iv_ic->ic_softc; local
2220 ural_pause(struct ural_softc *sc, int timeout) argument
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h277 caddr_t sc; member in struct:fw_xferq
298 void *sc; member in struct:fw_bind
302 caddr_t sc; member in struct:fw_xfer
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c511 static void decode_mcus(struct in *in, int *dct, int n, struct scan *sc, argument
744 static void scaleidctqtab(PREC * q, PREC sc) argument
/haiku/src/bin/network/telnet/
H A Dtelnet.c1888 int sc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c317 struct an_softc *sc = device_get_softc(dev); local
379 struct an_softc *sc = device_get_softc(dev); local
398 struct an_softc *sc = device_get_softc(dev); local
418 struct an_softc *sc = device_get_softc(dev); local
439 struct an_softc *sc = device_get_softc(dev); local
464 an_dma_malloc(struct an_softc *sc, bus_size_t size, struct an_dma_alloc *dma, int mapflags) argument
493 an_dma_free(struct an_softc *sc, struct an_dma_alloc *dma) argument
506 struct an_softc *sc = device_get_softc(dev); local
547 an_init_mpi350_desc(struct an_softc *sc) argument
653 an_attach(struct an_softc *sc, int flags) argument
808 struct an_softc *sc = device_get_softc(dev); local
831 an_rxeof(struct an_softc *sc) argument
1097 an_txeof(struct an_softc *sc, int status) argument
1152 struct an_softc *sc; local
1190 struct an_softc *sc; local
1260 an_cmd_struct(struct an_softc *sc, struct an_command *cmd, struct an_reply *reply) argument
1308 an_cmd(struct an_softc *sc, int cmd, int val) argument
1354 an_reset(struct an_softc *sc) argument
1376 an_read_record(struct an_softc *sc, struct an_ltv_gen *ltv) argument
1489 an_write_record(struct an_softc *sc, struct an_ltv_gen *ltv) argument
1590 an_dump_record(struct an_softc *sc, struct an_ltv_gen *ltv, char *string) argument
1630 an_seek(struct an_softc *sc, int id, int off, int chan) argument
1664 an_read_data(struct an_softc *sc, int id, int off, caddr_t buf, int len) argument
1687 an_write_data(struct an_softc *sc, int id, int off, caddr_t buf, int len) argument
1714 an_alloc_nicmem(struct an_softc *sc, int len, int *id) argument
1745 an_setdef(struct an_softc *sc, struct an_req *areq) argument
1854 an_promisc(struct an_softc *sc, int promisc) argument
1877 struct an_softc *sc; local
2573 an_init_tx_ring(struct an_softc *sc) argument
2601 struct an_softc *sc = xsc; local
2609 an_init_locked(struct an_softc *sc) argument
2712 struct an_softc *sc; local
2723 struct an_softc *sc; local
2907 an_stop(struct an_softc *sc) argument
2937 an_watchdog(struct an_softc *sc) argument
2960 struct an_softc *sc; local
2974 struct an_softc *sc; local
3065 an_cache_store(struct an_softc *sc, struct ether_header *eh, struct mbuf *m, u_int8_t rx_rssi, u_int8_t rx_quality) argument
3218 struct an_softc *sc = ifp->if_softc; local
3262 struct an_softc *sc = ifp->if_softc; local
3300 struct an_softc *sc; local
3375 struct an_softc *sc; local
3486 struct an_softc *sc = ifp->if_softc; local
3506 struct an_softc *sc = ifp->if_softc; local
3529 struct an_softc *sc = ifp->if_softc; local
3563 struct an_softc *sc = ifp->if_softc; local
3593 struct an_softc *sc = ifp->if_softc; local
3628 struct an_softc *sc = ifp->if_softc; local
3684 struct an_softc *sc = ifp->if_softc; local
3717 struct an_softc *sc = ifp->if_softc; local
3735 struct an_softc *sc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c229 struct ipw_softc *sc = device_get_softc(dev); local
370 struct ipw_softc *sc = device_get_softc(dev); local
406 struct ipw_softc *sc = ic->ic_softc; local
489 ipw_dma_alloc(struct ipw_softc *sc) argument
718 ipw_release(struct ipw_softc *sc) argument
791 struct ipw_softc *sc = device_get_softc(dev); local
801 struct ipw_softc *sc = device_get_softc(dev); local
811 struct ipw_softc *sc = device_get_softc(dev); local
841 struct ipw_softc *sc = ic->ic_softc; local
854 struct ipw_softc *sc = ic->ic_softc; local
916 ipw_read_prom_word(struct ipw_softc *sc, uint8_t addr) argument
968 ipw_read_chanmask(struct ipw_softc *sc) argument
981 ipw_rx_cmd_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf) argument
999 ipw_rx_newstate_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf) argument
1102 ipw_setcurchan(struct ipw_softc *sc, struct ieee80211_channel *chan) argument
1115 ipw_fix_channel(struct ipw_softc *sc, struct mbuf *m) argument
1159 ipw_rx_data_intr(struct ipw_softc *sc, struct ipw_status *status, struct ipw_soft_bd *sbd, struct ipw_soft_buf *sbuf) argument
1244 ipw_rx_intr(struct ipw_softc *sc) argument
1303 ipw_release_sbd(struct ipw_softc *sc, struct ipw_soft_bd *sbd) argument
1342 ipw_tx_intr(struct ipw_softc *sc) argument
1365 ipw_fatal_error_intr(struct ipw_softc *sc) argument
1382 struct ipw_softc *sc = arg; local
1482 ipw_cmd(struct ipw_softc *sc, uint32_t type, void *data, uint32_t len) argument
1555 ipw_tx_start(struct ipw_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) argument
1714 struct ipw_softc *sc = ic->ic_softc; local
1733 ipw_start(struct ipw_softc *sc) argument
1757 struct ipw_softc *sc = arg; local
1788 struct ipw_softc *sc = ic->ic_softc; local
1805 ipw_stop_master(struct ipw_softc *sc) argument
1830 ipw_reset(struct ipw_softc *sc) argument
1862 ipw_waitfordisable(struct ipw_softc *sc, int waitfor) argument
1880 ipw_enable(struct ipw_softc *sc) argument
1898 ipw_disable(struct ipw_softc *sc) argument
1919 ipw_load_ucode(struct ipw_softc *sc, const char *uc, int size) argument
1971 ipw_load_firmware(struct ipw_softc *sc, const char *fw, int size) argument
2015 ipw_setwepkeys(struct ipw_softc *sc) argument
2045 ipw_setwpaie(struct ipw_softc *sc, const void *ie, int ielen) argument
2058 ipw_setbssid(struct ipw_softc *sc, uint8_t *bssid) argument
2073 ipw_setssid(struct ipw_softc *sc, void *ssid, size_t ssidlen) argument
2101 ipw_setscanopts(struct ipw_softc *sc, uint32_t chanmask, uint32_t flags) argument
2112 ipw_scan(struct ipw_softc *sc) argument
2158 ipw_setchannel(struct ipw_softc *sc, struct ieee80211_channel *chan) argument
2175 struct ipw_softc *sc = ic->ic_softc; local
2267 struct ipw_softc *sc = ic->ic_softc; local
2300 struct ipw_softc *sc = priv; local
2312 ipw_init_locked(struct ipw_softc *sc) argument
2408 ipw_config(struct ipw_softc *sc) argument
2503 struct ipw_softc *sc = priv; local
2511 ipw_stop_locked(struct ipw_softc *sc) argument
2535 struct ipw_softc *sc = arg1; local
2555 struct ipw_softc *sc = arg1; local
2565 ipw_read_table1(struct ipw_softc *sc, uint32_t off) argument
2571 ipw_write_table1(struct ipw_softc *sc, uint32_t off, uint32_t info) argument
2615 ipw_write_mem_1(struct ipw_softc *sc, bus_size_t offset, const uint8_t *datap, bus_size_t count) argument
2627 struct ipw_softc *sc = ic->ic_softc; local
2638 struct ipw_softc *sc = ic->ic_softc; local
2657 struct ipw_softc *sc = ic->ic_softc; local
2683 struct ipw_softc *sc = ic->ic_softc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwirf.c201 struct bwi_softc *sc = mac->mac_sc; local
211 struct bwi_softc *sc = mac->mac_sc; local
229 struct bwi_softc *sc = mac->mac_sc; local
344 struct bwi_softc *sc = mac->mac_sc; local
387 struct bwi_softc *sc = mac->mac_sc; local
570 struct bwi_softc *sc = mac->mac_sc; local
679 struct bwi_softc *sc = mac->mac_sc; local
770 struct bwi_softc *sc = mac->mac_sc; local
1087 struct bwi_softc *sc = mac->mac_sc; local
1260 struct bwi_softc *sc = mac->mac_sc; local
1462 struct bwi_softc *sc = mac->mac_sc; local
1647 struct bwi_softc *sc = mac->mac_sc; local
1920 struct bwi_softc *sc = mac->mac_sc; local
2294 struct bwi_softc *sc = mac->mac_sc; local
2573 struct bwi_softc *sc = mac->mac_sc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c86 ath_hal_attach(uint16_t devid, HAL_SOFTC sc, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c252 MEM_READ_1(struct iwi_softc *sc, uint32_t addr) argument
259 MEM_READ_4(struct iwi_softc *sc, uint32_t addr) argument
283 struct iwi_softc *sc = device_get_softc(dev); local
444 struct iwi_softc *sc = device_get_softc(dev); local
489 struct iwi_softc *sc = ic->ic_softc; local
548 iwi_alloc_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring, int count) argument
586 iwi_reset_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring) argument
593 iwi_free_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring) argument
607 iwi_alloc_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring, int count, bus_addr_t csr_ridx, bus_addr_t csr_widx) argument
673 iwi_reset_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring) argument
700 iwi_free_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring) argument
741 iwi_alloc_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring, int count) argument
801 iwi_reset_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring) argument
807 iwi_free_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring) argument
837 struct iwi_softc *sc = device_get_softc(dev); local
848 struct iwi_softc *sc = device_get_softc(dev); local
858 struct iwi_softc *sc = device_get_softc(dev); local
885 struct iwi_softc *sc = ic->ic_softc; local
929 struct iwi_softc *sc = ic->ic_softc; local
945 struct iwi_softc *sc = ic->ic_softc; local
1022 iwi_wme_init(struct iwi_softc *sc) argument
1048 iwi_wme_setparams(struct iwi_softc *sc) argument
1076 struct iwi_softc *sc = ic->ic_softc; local
1097 iwi_wme_setie(struct iwi_softc *sc) argument
1120 iwi_read_prom_word(struct iwi_softc *sc, uint8_t addr) argument
1172 iwi_setcurchan(struct iwi_softc *sc, int chan) argument
1181 iwi_frame_intr(struct iwi_softc *sc, struct iwi_rx_data *data, int i, struct iwi_frame *frame) argument
1359 iwi_notif_link_quality(struct iwi_softc *sc, struct iwi_notif *notif) argument
1390 iwi_notification_intr(struct iwi_softc *sc, struct iwi_notif *notif) argument
1568 iwi_rx_intr(struct iwi_softc *sc) argument
1611 iwi_tx_intr(struct iwi_softc *sc, struct iwi_tx_ring *txq) argument
1637 iwi_fatal_error_intr(struct iwi_softc *sc) argument
1653 iwi_radio_off_intr(struct iwi_softc *sc) argument
1662 struct iwi_softc *sc = arg; local
1723 iwi_cmd(struct iwi_softc *sc, uint8_t type, void *data, uint8_t len) argument
1758 iwi_write_ibssnode(struct iwi_softc *sc, const u_int8_t addr[IEEE80211_ADDR_LEN], int entry) argument
1775 iwi_tx_start(struct iwi_softc *sc, struct mbuf *m0, struct ieee80211_node *ni, int ac) argument
1949 struct iwi_softc *sc = ic->ic_softc; local
1969 iwi_start(struct iwi_softc *sc) argument
1999 struct iwi_softc *sc = arg; local
2035 struct iwi_softc *sc = ic->ic_softc; local
2056 struct iwi_softc *sc = ic->ic_softc; local
2084 iwi_stop_master(struct iwi_softc *sc) argument
2108 iwi_reset(struct iwi_softc *sc) argument
2149 iwi_setup_ofw(struct iwi_softc *sc, struct iwi_fw *fw) argument
2174 iwi_setup_oucode(struct iwi_softc *sc, struct iwi_fw *fw) argument
2213 iwi_get_firmware(struct iwi_softc *sc, enum ieee80211_opmode opmode) argument
2336 iwi_put_firmware(struct iwi_softc *sc) argument
2344 iwi_load_ucode(struct iwi_softc *sc, const struct iwi_fw *fw) argument
2419 iwi_load_firmware(struct iwi_softc *sc, const struct iwi_fw *fw) argument
2517 iwi_setpowermode(struct iwi_softc *sc, struct ieee80211vap *vap) argument
2532 iwi_setwepkeys(struct iwi_softc *sc, struct ieee80211vap *vap) argument
2557 iwi_set_rateset(struct iwi_softc *sc, const struct ieee80211_rateset *net_rs, int mode, int type) argument
2582 iwi_config(struct iwi_softc *sc) argument
2687 struct iwi_softc *sc = arg; local
2699 iwi_scanchan(struct iwi_softc *sc, unsigned long maxdwell, int allchan) argument
2815 iwi_set_sensitivity(struct iwi_softc *sc, int8_t rssi_dbm) argument
2827 iwi_auth_and_assoc(struct iwi_softc *sc, struct ieee80211vap *vap) argument
3000 struct iwi_softc *sc = arg; local
3009 iwi_disassociate(struct iwi_softc *sc, int quiet) argument
3034 iwi_release_fw_dma(struct iwi_softc *sc) argument
3057 iwi_init_fw_dma(struct iwi_softc *sc, int size) argument
3091 iwi_init_locked(struct iwi_softc *sc) argument
3177 struct iwi_softc *sc = priv; local
3192 struct iwi_softc *sc = priv; local
3226 iwi_stop(struct iwi_softc *sc) argument
3238 struct iwi_softc *sc = arg; local
3248 iwi_getrfkill(struct iwi_softc *sc) argument
3256 struct iwi_softc *sc = arg; local
3268 struct iwi_softc *sc = arg; local
3287 struct iwi_softc *sc = arg; local
3304 struct iwi_softc *sc = arg1; local
3321 struct iwi_softc *sc = arg1; local
3331 iwi_sysctlattach(struct iwi_softc *sc) argument
3371 iwi_read_event(struct iwi_softc *sc) argument
3377 iwi_write_event(struct iwi_softc *sc, uint32_t v) argument
3385 struct iwi_softc *sc = arg; local
3397 struct iwi_softc *sc = arg; local
3410 iwi_led_blink(struct iwi_softc *sc, int on, int off) argument
3423 iwi_led_event(struct iwi_softc *sc, int event) argument
3485 struct iwi_softc *sc = arg1; local
3505 iwi_ledattach(struct iwi_softc *sc) argument
3550 struct iwi_softc *sc = ic->ic_softc; local
3560 struct iwi_softc *sc = vap->iv_ic->ic_softc; local
3578 struct iwi_softc *sc = ic->ic_softc; local
3592 struct iwi_softc *sc = ic->ic_softc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c139 ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first) argument
170 ath_tx_is_11n(struct ath_softc *sc) argument
183 ath_tx_gettid(struct ath_softc *sc, const struct mbuf *m0) argument
198 ath_tx_set_retry(struct ath_softc *sc, struct ath_buf *bf) argument
235 ath_tx_getac(struct ath_softc *sc, const struct mbuf *m0) argument
256 ath_txfrag_cleanup(struct ath_softc *sc, ath_bufhead *frags, struct ieee80211_node *ni) argument
277 ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags, struct mbuf *m0, struct ieee80211_node *ni) argument
302 ath_tx_dmasetup(struct ath_softc *sc, struct ath_buf *bf, struct mbuf *m0) argument
365 ath_tx_chaindesclist(struct ath_softc *sc, struct ath_desc *ds0, struct ath_buf *bf, bool is_aggr, int is_first_subframe, int is_last_subframe) argument
507 ath_tx_set_ratectrl(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf) argument
552 ath_tx_setds_11n(struct ath_softc *sc, struct ath_buf *bf_first) argument
699 ath_tx_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) argument
742 ath_tx_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) argument
911 ath_legacy_tx_dma_restart(struct ath_softc *sc, struct ath_txq *txq) argument
960 ath_legacy_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) argument
977 ath_tx_tag_crypto(struct ath_softc *sc, struct ieee80211_node *ni, struct mbuf *m0, int iswep, int isfrag, int *hdrlen, int *pktlen, int *keyix) argument
1046 ath_tx_calc_protection(struct ath_softc *sc, struct ath_buf *bf) argument
1119 ath_tx_calc_duration(struct ath_softc *sc, struct ath_buf *bf) argument
1259 ath_tx_set_rtscts(struct ath_softc *sc, struct ath_buf *bf) argument
1331 ath_tx_setds(struct ath_softc *sc, struct ath_buf *bf) argument
1379 ath_tx_do_ratelookup(struct ath_softc *sc, struct ath_buf *bf, int tid, int pktlen, int is_aggr) argument
1418 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
1444 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, struct mbuf *m0, int *queue_to_head) argument
1505 ath_tx_xmit_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) argument
1555 ath_tx_normal_setup(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf, struct mbuf *m0, struct ath_txq *txq) argument
1904 ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf, struct mbuf *m0) argument
2139 ath_tx_raw_start(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf, struct mbuf *m0, const struct ieee80211_bpf_params *params) argument
2424 struct ath_softc *sc = ic->ic_softc; local
2607 ath_tx_action_frame_override_queue(struct ath_softc *sc, struct ieee80211_node *ni, struct mbuf *m0, int *tid) argument
2657 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
2748 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) argument
2795 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, const struct ath_buf *bf) argument
2846 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
2886 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2908 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2961 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid) argument
2984 ath_tx_tid_seqno_assign(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf, struct mbuf *m0) argument
3048 ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_txq *txq, struct ath_buf *bf) argument
3137 ath_tx_swq(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_txq *txq, int queue_to_head, struct ath_buf *bf) argument
3296 ath_tx_set_clrdmask(struct ath_softc *sc, struct ath_node *an) argument
3318 ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an) argument
3356 ath_tx_tid_pause(struct ath_softc *sc, struct ath_tid *tid) argument
3372 ath_tx_tid_resume(struct ath_softc *sc, struct ath_tid *tid) argument
3430 ath_tx_tid_filt_addbuf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3455 ath_tx_tid_filt_comp_buf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3480 ath_tx_tid_filt_comp_complete(struct ath_softc *sc, struct ath_tid *tid) argument
3523 ath_tx_tid_filt_comp_single(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3574 ath_tx_tid_filt_comp_aggr(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf_first, ath_bufhead *bf_q) argument
3633 ath_tx_tid_bar_suspend(struct ath_softc *sc, struct ath_tid *tid) argument
3667 ath_tx_tid_bar_unsuspend(struct ath_softc *sc, struct ath_tid *tid) argument
3696 ath_tx_tid_bar_tx_ready(struct ath_softc *sc, struct ath_tid *tid) argument
3727 ath_tx_tid_bar_tx(struct ath_softc *sc, struct ath_tid *tid) argument
3808 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) argument
3848 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument
3930 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq) argument
4020 ath_tx_tid_reset(struct ath_softc *sc, struct ath_tid *tid) argument
4089 ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an) argument
4144 ath_tx_txq_drain(struct ath_softc *sc, struct ath_txq *txq) argument
4188 ath_tx_normal_comp(struct ath_softc *sc, struct ath_buf *bf, int fail) argument
4275 ath_tx_comp_cleanup_unaggr(struct ath_softc *sc, struct ath_buf *bf) argument
4315 ath_tx_tid_cleanup_frame(struct ath_softc *sc, struct ath_node *an, int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq) argument
4380 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, ath_bufhead *bf_cq) argument
4451 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
4517 ath_tx_aggr_retry_unaggr(struct ath_softc *sc, struct ath_buf *bf) argument
4607 ath_tx_retry_subframe(struct ath_softc *sc, struct ath_buf *bf, ath_bufhead *bf_q) argument
4673 ath_tx_comp_aggr_error(struct ath_softc *sc, struct ath_buf *bf_first, struct ath_tid *tid) argument
4759 ath_tx_comp_cleanup_aggr(struct ath_softc *sc, struct ath_buf *bf_first) argument
4822 ath_tx_aggr_comp_aggr(struct ath_softc *sc, struct ath_buf *bf_first, int fail) argument
5165 ath_tx_aggr_comp_unaggr(struct ath_softc *sc, struct ath_buf *bf, int fail) argument
5354 ath_tx_aggr_comp(struct ath_softc *sc, struct ath_buf *bf, int fail) argument
5371 ath_tx_tid_swq_depth_bytes(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5427 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5658 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5750 ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq) argument
5873 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) argument
5891 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) argument
5921 struct ath_softc *sc = ni->ni_ic->ic_softc; local
5999 struct ath_softc *sc = ni->ni_ic->ic_softc; local
6045 struct ath_softc *sc = ni->ni_ic->ic_softc; local
6121 ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an) argument
6180 struct ath_softc *sc = ni->ni_ic->ic_softc; local
6253 struct ath_softc *sc = ni->ni_ic->ic_softc; local
6282 ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an) argument
6309 ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an) argument
6346 ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an) argument
6382 ath_legacy_dma_txsetup(struct ath_softc *sc) argument
6390 ath_legacy_dma_txteardown(struct ath_softc *sc) argument
6398 ath_xmit_setup_legacy(struct ath_softc *sc) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c216 struct age_softc *sc; local
245 struct age_softc *sc; local
273 struct age_softc *sc; local
285 struct age_softc *sc; local
304 struct age_softc *sc; local
342 age_get_macaddr(struct age_softc *sc) argument
387 age_phy_reset(struct age_softc *sc) argument
467 struct age_softc *sc; local
686 struct age_softc *sc; local
746 age_sysctl_node(struct age_softc *sc) argument
752 "stats", CTLTYPE_INT | CTLFLAG_RW, sc, 0, sysctl_age_stats, local
821 age_check_boundary(struct age_softc *sc) argument
855 age_dma_alloc(struct age_softc *sc) argument
1196 age_dma_free(struct age_softc *sc) argument
1325 age_setwol(struct age_softc *sc) argument
1459 struct age_softc *sc; local
1474 struct age_softc *sc; local
1491 age_encap(struct age_softc *sc, struct mbuf **m_head) argument
1729 struct age_softc *sc; local
1740 struct age_softc *sc; local
1786 age_watchdog(struct age_softc *sc) argument
1821 struct age_softc *sc; local
1934 age_mac_config(struct age_softc *sc) argument
1972 struct age_softc *sc; local
2020 age_stats_update(struct age_softc *sc) argument
2121 struct age_softc *sc; local
2139 struct age_softc *sc; local
2209 age_txintr(struct age_softc *sc, int tpd_cons) argument
2308 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd) argument
2457 age_rxintr(struct age_softc *sc, int rr_prod, int count) argument
2521 struct age_softc *sc; local
2535 age_reset(struct age_softc *sc) argument
2559 struct age_softc *sc; local
2568 age_init_locked(struct age_softc *sc) argument
2850 age_stop(struct age_softc *sc) argument
2927 age_stop_txmac(struct age_softc *sc) argument
2956 age_stop_rxmac(struct age_softc *sc) argument
2985 age_init_tx_ring(struct age_softc *sc) argument
3011 age_init_rx_ring(struct age_softc *sc) argument
3038 age_init_rr_ring(struct age_softc *sc) argument
3055 age_init_cmb_block(struct age_softc *sc) argument
3069 age_init_smb_block(struct age_softc *sc) argument
3083 age_newbuf(struct age_softc *sc, struct age_rxdesc *rxd) argument
3128 age_rxvlan(struct age_softc *sc) argument
3144 age_rxfilter(struct age_softc *sc) argument
3192 struct age_softc *sc; local
[all...]

Completed in 209 milliseconds

1234567891011>>