Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 2236) sorted by relevance

12345678910>>...90

/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi_hw.c65 qcom_spi_hw_read_controller_transfer_sizes(struct qcom_spi_softc *sc) in qcom_spi_hw_read_controller_transfer_sizes()
106 qcom_spi_hw_qup_is_state_valid_locked(struct qcom_spi_softc *sc) in qcom_spi_hw_qup_is_state_valid_locked()
119 qcom_spi_hw_qup_wait_state_valid_locked(struct qcom_spi_softc *sc) in qcom_spi_hw_qup_wait_state_valid_locked()
136 qcom_spi_hw_is_opmode_dma_locked(struct qcom_spi_softc *sc) in qcom_spi_hw_is_opmode_dma_locked()
149 qcom_spi_hw_qup_set_state_locked(struct qcom_spi_softc *sc, uint32_t state) in qcom_spi_hw_qup_set_state_locked()
207 qcom_spi_hw_qup_init_locked(struct qcom_spi_softc *sc) in qcom_spi_hw_qup_init_locked()
246 qcom_spi_hw_spi_init_locked(struct qcom_spi_softc *sc) in qcom_spi_hw_spi_init_locked()
282 qcom_spi_hw_spi_cs_force(struct qcom_spi_softc *sc, int cs, bool enable) in qcom_spi_hw_spi_cs_force()
309 qcom_spi_hw_interrupt_handle(struct qcom_spi_softc *sc) in qcom_spi_hw_interrupt_handle()
378 qcom_spi_hw_setup_transfer_selection(struct qcom_spi_softc *sc, uint32_t len) in qcom_spi_hw_setup_transfer_selection()
[all …]
/freebsd/sys/dev/qcom_ess_edma/
H A Dqcom_ess_edma_hw.c82 qcom_ess_edma_hw_reset(struct qcom_ess_edma_softc *sc) in qcom_ess_edma_hw_reset()
111 qcom_ess_edma_hw_get_tx_intr_moderation(struct qcom_ess_edma_softc *sc, in qcom_ess_edma_hw_get_tx_intr_moderation()
135 qcom_ess_edma_hw_set_tx_intr_moderation(struct qcom_ess_edma_softc *sc, in qcom_ess_edma_hw_set_tx_intr_moderation()
161 qcom_ess_edma_hw_set_rx_intr_moderation(struct qcom_ess_edma_softc *sc, in qcom_ess_edma_hw_set_rx_intr_moderation()
183 qcom_ess_edma_hw_intr_disable(struct qcom_ess_edma_softc *sc) in qcom_ess_edma_hw_intr_disable()
210 qcom_ess_edma_hw_intr_rx_intr_set_enable(struct qcom_ess_edma_softc *sc, in qcom_ess_edma_hw_intr_rx_intr_set_enable()
223 qcom_ess_edma_hw_intr_tx_intr_set_enable(struct qcom_ess_edma_softc *sc, in qcom_ess_edma_hw_intr_tx_intr_set_enable()
237 qcom_ess_edma_hw_intr_enable(struct qcom_ess_edma_softc *sc) in qcom_ess_edma_hw_intr_enable()
268 qcom_ess_edma_hw_intr_status_clear(struct qcom_ess_edma_softc *sc) in qcom_ess_edma_hw_intr_status_clear()
285 qcom_ess_edma_hw_intr_rx_ack(struct qcom_ess_edma_softc *sc, int rx_queue) in qcom_ess_edma_hw_intr_rx_ack()
[all …]
/freebsd/sys/dev/sbni/
H A Dif_sbni.c134 sbni_inb(struct sbni_softc *sc, enum sbni_reg reg) in sbni_inb()
143 sbni_outb(struct sbni_softc *sc, enum sbni_reg reg, u_char value) in sbni_outb()
152 sbni_insb(struct sbni_softc *sc, u_char *to, u_int len) in sbni_insb()
161 sbni_outsb(struct sbni_softc *sc, u_char *from, u_int len) in sbni_outsb()
195 sbni_probe(struct sbni_softc *sc) in sbni_probe()
216 sbni_attach(struct sbni_softc *sc, int unit, struct sbni_flags flags) in sbni_attach()
254 sbni_detach(struct sbni_softc *sc) in sbni_detach()
269 sbni_release_resources(struct sbni_softc *sc) in sbni_release_resources()
285 struct sbni_softc *sc; in sbni_init() local
294 sbni_init_locked(struct sbni_softc *sc) in sbni_init_locked()
[all …]
/freebsd/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c169 iwm_read_prph(struct iwm_softc *sc, uint32_t addr) in iwm_read_prph()
178 iwm_write_prph(struct iwm_softc *sc, uint32_t addr, uint32_t val) in iwm_write_prph()
187 iwm_write_prph64(struct iwm_softc *sc, uint64_t addr, uint64_t val) in iwm_write_prph64()
194 iwm_poll_prph(struct iwm_softc *sc, uint32_t addr, uint32_t bits, uint32_t mask, in iwm_poll_prph()
210 iwm_read_mem(struct iwm_softc *sc, uint32_t addr, void *buf, int dwords) in iwm_read_mem()
229 iwm_write_mem(struct iwm_softc *sc, uint32_t addr, const void *buf, int dwords) in iwm_write_mem()
251 iwm_write_mem32(struct iwm_softc *sc, uint32_t addr, uint32_t val) in iwm_write_mem32()
257 iwm_poll_bit(struct iwm_softc *sc, int reg, in iwm_poll_bit()
273 iwm_nic_lock(struct iwm_softc *sc) in iwm_nic_lock()
302 iwm_nic_unlock(struct iwm_softc *sc) in iwm_nic_unlock()
[all …]
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c57 mtkswitch_phy_read_locked(struct mtkswitch_softc *sc, int phy, int reg) in mtkswitch_phy_read_locked()
72 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_phy_read() local
87 mtkswitch_phy_write_locked(struct mtkswitch_softc *sc, int phy, int reg, in mtkswitch_phy_write_locked()
102 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_phy_write() local
117 mtkswitch_reg_read32(struct mtkswitch_softc *sc, int reg) in mtkswitch_reg_read32()
124 mtkswitch_reg_write32(struct mtkswitch_softc *sc, int reg, uint32_t val) in mtkswitch_reg_write32()
132 mtkswitch_reg_read32_mt7621(struct mtkswitch_softc *sc, int reg) in mtkswitch_reg_read32_mt7621()
146 mtkswitch_reg_write32_mt7621(struct mtkswitch_softc *sc, int reg, uint32_t val) in mtkswitch_reg_write32_mt7621()
161 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_reg_read() local
173 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_reg_write() local
[all …]
H A Dmtkswitch_rt3050.c59 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_reg_read() local
72 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_reg_write() local
92 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_phy_read() local
110 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_phy_write() local
123 mtkswitch_reset(struct mtkswitch_softc *sc) in mtkswitch_reset()
136 mtkswitch_hw_setup(struct mtkswitch_softc *sc) in mtkswitch_hw_setup()
152 mtkswitch_hw_global_setup(struct mtkswitch_softc *sc) in mtkswitch_hw_global_setup()
160 mtkswitch_port_init(struct mtkswitch_softc *sc, int port) in mtkswitch_port_init()
167 mtkswitch_get_port_status(struct mtkswitch_softc *sc, int port) in mtkswitch_get_port_status()
209 mtkswitch_atu_flush(struct mtkswitch_softc *sc) in mtkswitch_atu_flush()
[all …]
H A Dmtkswitch.c89 struct mtkswitch_softc *sc; in mtkswitch_probe() local
109 mtkswitch_attach_phys(struct mtkswitch_softc *sc) in mtkswitch_attach_phys()
148 mtkswitch_set_vlan_mode(struct mtkswitch_softc *sc, uint32_t mode) in mtkswitch_set_vlan_mode()
166 struct mtkswitch_softc *sc; in mtkswitch_attach() local
250 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_detach() local
286 mtkswitch_miiforport(struct mtkswitch_softc *sc, int port) in mtkswitch_miiforport()
297 mtkswitch_ifpforport(struct mtkswitch_softc *sc, int port) in mtkswitch_ifpforport()
348 mtkswitch_miipollstat(struct mtkswitch_softc *sc) in mtkswitch_miipollstat()
389 struct mtkswitch_softc *sc = arg; in mtkswitch_tick() local
398 struct mtkswitch_softc *sc = device_get_softc(dev); in mtkswitch_lock() local
[all …]
/freebsd/sys/dev/smc/
H A Dif_smc.c83 #define SMC_LOCK(sc) mtx_lock(&(sc)->smc_mtx) argument
84 #define SMC_UNLOCK(sc) mtx_unlock(&(sc)->smc_mtx) argument
85 #define SMC_ASSERT_LOCKED(sc) mtx_assert(&(sc)->smc_mtx, MA_OWNED) argument
147 smc_select_bank(struct smc_softc *sc, uint16_t bank) in smc_select_bank()
159 smc_mmu_wait(struct smc_softc *sc) in smc_mmu_wait()
170 smc_read_1(struct smc_softc *sc, bus_size_t offset) in smc_read_1()
177 smc_write_1(struct smc_softc *sc, bus_size_t offset, uint8_t val) in smc_write_1()
184 smc_read_2(struct smc_softc *sc, bus_size_t offset) in smc_read_2()
191 smc_write_2(struct smc_softc *sc, bus_size_t offset, uint16_t val) in smc_write_2()
198 smc_read_multi_2(struct smc_softc *sc, bus_size_t offset, uint16_t *datap, in smc_read_multi_2()
[all …]
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c96 struct arswitch_softc *sc; in arswitch_probe() local
144 arswitch_attach_phys(struct arswitch_softc *sc) in arswitch_attach_phys()
207 arswitch_set_vlan_mode(struct arswitch_softc *sc, uint32_t mode) in arswitch_set_vlan_mode()
232 ar8xxx_port_init(struct arswitch_softc *sc, int port) in ar8xxx_port_init()
259 ar8xxx_atu_wait_ready(struct arswitch_softc *sc) in ar8xxx_atu_wait_ready()
278 ar8xxx_atu_flush(struct arswitch_softc *sc) in ar8xxx_atu_flush()
302 ar8xxx_atu_flush_port(struct arswitch_softc *sc, int port) in ar8xxx_atu_flush_port()
339 ar8xxx_atu_fetch_table(struct arswitch_softc *sc, etherswitch_atu_entry_t *e, in ar8xxx_atu_fetch_table()
413 ar8xxx_atu_learn_default(struct arswitch_softc *sc) in ar8xxx_atu_learn_default()
457 ar8xxx_hw_get_switch_macaddr(struct arswitch_softc *sc, struct ether_addr *ea) in ar8xxx_hw_get_switch_macaddr()
[all …]
H A Darswitch_8327.c109 ar8327_vlan_op(struct arswitch_softc *sc, uint32_t op, uint32_t vid, in ar8327_vlan_op()
153 ar8327_phy_fixup(struct arswitch_softc *sc, int phy) in ar8327_phy_fixup()
319 ar8327_fetch_pdata_port(struct arswitch_softc *sc, in ar8327_fetch_pdata_port()
412 ar8327_fetch_pdata_pad(struct arswitch_softc *sc, in ar8327_fetch_pdata_pad()
503 ar8327_fetch_pdata_sgmii(struct arswitch_softc *sc, in ar8327_fetch_pdata_sgmii()
531 ar8327_fetch_pdata_led(struct arswitch_softc *sc, in ar8327_fetch_pdata_led()
579 ar8327_init_pdata(struct arswitch_softc *sc) in ar8327_init_pdata()
676 ar8327_hw_setup(struct arswitch_softc *sc) in ar8327_hw_setup()
704 ar8327_atu_learn_default(struct arswitch_softc *sc) in ar8327_atu_learn_default()
715 ar8327_hw_global_setup(struct arswitch_softc *sc) in ar8327_hw_global_setup()
[all …]
/freebsd/sys/dev/ichwd/
H A Dichwd.c304 #define ichwd_read_tco_1(sc, off) \ argument
306 #define ichwd_read_tco_2(sc, off) \ argument
308 #define ichwd_read_tco_4(sc, off) \ argument
310 #define ichwd_read_smi_4(sc, off) \ argument
312 #define ichwd_read_gcs_4(sc, off) \ argument
315 #define ichwd_read_pmc_4(sc, off) \ argument
317 #define ichwd_read_gc_4(sc, off) \ argument
320 #define ichwd_write_tco_1(sc, off, val) \ argument
322 #define ichwd_write_tco_2(sc, off, val) \ argument
324 #define ichwd_write_tco_4(sc, off, val) \ argument
[all …]
/freebsd/sys/dev/ae/
H A Dif_ae.c188 #define AE_READ_4(sc, reg) \ argument
190 #define AE_READ_2(sc, reg) \ argument
192 #define AE_READ_1(sc, reg) \ argument
194 #define AE_WRITE_4(sc, reg, val) \ argument
196 #define AE_WRITE_2(sc, reg, val) \ argument
198 #define AE_WRITE_1(sc, reg, val) \ argument
200 #define AE_PHY_READ(sc, reg) \ argument
202 #define AE_PHY_WRITE(sc, reg, val) \ argument
237 ae_softc_t *sc; in ae_attach() local
392 ae_init_tunables(ae_softc_t *sc) in ae_init_tunables()
[all …]
/freebsd/sys/dev/bge/
H A Dif_bge.c363 #define BGE_IS_JUMBO_CAPABLE(sc) ((sc)->bge_flags & BGE_FLAG_JUMBO) argument
364 #define BGE_IS_5700_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5700_FAMILY) argument
365 #define BGE_IS_5705_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5705_PLUS) argument
366 #define BGE_IS_5714_FAMILY(sc) ((sc)->bge_flags & BGE_FLAG_5714_FAMILY) argument
367 #define BGE_IS_575X_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_575X_PLUS) argument
368 #define BGE_IS_5755_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5755_PLUS) argument
369 #define BGE_IS_5717_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_5717_PLUS) argument
370 #define BGE_IS_57765_PLUS(sc) ((sc)->bge_flags & BGE_FLAG_57765_PLUS) argument
546 bge_has_eaddr(struct bge_softc *sc) in bge_has_eaddr()
552 bge_readmem_ind(struct bge_softc *sc, int off) in bge_readmem_ind()
[all …]
/freebsd/sys/dev/aac/
H A Daac.c237 aac_attach(struct aac_softc *sc) in aac_attach()
354 struct aac_softc *sc; in aac_daemon() local
372 aac_add_event(struct aac_softc *sc, struct aac_event *event) in aac_add_event()
390 aac_get_container_info(struct aac_softc *sc, struct aac_fib *fib, int cid) in aac_get_container_info()
416 struct aac_softc *sc; in aac_startup() local
457 aac_add_container(struct aac_softc *sc, struct aac_mntinforesp *mir, int f) in aac_add_container()
496 aac_alloc(struct aac_softc *sc) in aac_alloc()
607 aac_free(struct aac_softc *sc) in aac_free()
664 struct aac_softc *sc; in aac_detach() local
725 struct aac_softc *sc; in aac_shutdown() local
[all …]
/freebsd/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c106 #define vtmmio_write_config_1(sc, o, v) \ argument
114 #define vtmmio_write_config_2(sc, o, v) \ argument
122 #define vtmmio_write_config_4(sc, o, v) \ argument
131 #define vtmmio_read_config_1(sc, o) \ argument
133 #define vtmmio_read_config_2(sc, o) \ argument
135 #define vtmmio_read_config_4(sc, o) \ argument
179 struct vtmmio_softc *sc; in vtmmio_probe() local
221 struct vtmmio_softc *sc; in vtmmio_setup_intr() local
256 struct vtmmio_softc *sc; in vtmmio_attach() local
294 struct vtmmio_softc *sc; in vtmmio_detach() local
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath.c261 ath_legacy_attach_comp_func(struct ath_softc *sc) in ath_legacy_attach_comp_func()
299 _ath_power_setpower(struct ath_softc *sc, int power_state, int selfgen, in _ath_power_setpower()
353 _ath_power_set_selfgen(struct ath_softc *sc, int power_state, const char *file, int line) in _ath_power_set_selfgen()
389 _ath_power_set_power_state(struct ath_softc *sc, int power_state, const char *file, int line) in _ath_power_set_power_state()
427 _ath_power_restore_power_state(struct ath_softc *sc, const char *file, int line) in _ath_power_restore_power_state()
473 ath_setup_hal_config(struct ath_softc *sc, HAL_OPS_CONFIG *ah_config) in ath_setup_hal_config()
546 ath_fetch_mac_kenv(struct ath_softc *sc, uint8_t *macaddr) in ath_fetch_mac_kenv()
599 ath_attach(u_int16_t devid, struct ath_softc *sc) in ath_attach()
1405 ath_detach(struct ath_softc *sc) in ath_detach()
1468 assign_address(struct ath_softc *sc, uint8_t mac[IEEE80211_ADDR_LEN], int clone) in assign_address()
[all …]
/freebsd/sys/dev/tws/
H A Dtws_cam.c124 tws_cam_attach(struct tws_softc *sc) in tws_cam_attach()
189 tws_cam_detach(struct tws_softc *sc) in tws_cam_detach()
203 tws_bus_scan(struct tws_softc *sc) in tws_bus_scan()
226 struct tws_softc *sc = (struct tws_softc *)cam_sim_softc(sim); in tws_action() local
320 struct tws_softc *sc = req->sc; in tws_scsi_complete() local
342 struct tws_softc *sc = req->sc; in tws_getset_param_complete() local
357 struct tws_softc *sc = req->sc; in tws_aen_complete() local
435 struct tws_softc *sc = req->sc; in tws_cmd_complete() local
442 tws_err_complete(struct tws_softc *sc, u_int64_t mfa) in tws_err_complete()
501 struct tws_softc *sc = req->sc; in tws_scsi_err_complete() local
[all …]
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c154 felix_softc_t sc; in felix_probe() local
173 felix_parse_port_fdt(felix_softc_t sc, phandle_t child, int *pport) in felix_parse_port_fdt()
236 felix_init_interface(felix_softc_t sc, int port) in felix_init_interface()
258 felix_setup_port(felix_softc_t sc, int port) in felix_setup_port()
283 felix_setup(felix_softc_t sc) in felix_setup()
328 felix_softc_t sc; in felix_timer_rate() local
357 felix_softc_t sc; in felix_attach() local
479 felix_softc_t sc; in felix_detach() local
521 felix_softc_t sc; in felix_getinfo() local
530 felix_softc_t sc; in felix_getconf() local
[all …]
/freebsd/sys/dev/bfe/
H A Dif_bfe.c185 bfe_dma_alloc(struct bfe_softc *sc) in bfe_dma_alloc()
357 bfe_dma_free(struct bfe_softc *sc) in bfe_dma_free()
432 struct bfe_softc *sc; in bfe_attach() local
532 struct bfe_softc *sc; in bfe_detach() local
569 struct bfe_softc *sc; in bfe_shutdown() local
583 struct bfe_softc *sc; in bfe_suspend() local
596 struct bfe_softc *sc; in bfe_resume() local
617 struct bfe_softc *sc; in bfe_miibus_readreg() local
629 struct bfe_softc *sc; in bfe_miibus_writereg() local
640 struct bfe_softc *sc; in bfe_miibus_statchg() local
[all …]
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c273 struct vtscsi_softc *sc; in vtscsi_attach() local
364 struct vtscsi_softc *sc; in vtscsi_detach() local
405 vtscsi_negotiate_features(struct vtscsi_softc *sc) in vtscsi_negotiate_features()
418 vtscsi_setup_features(struct vtscsi_softc *sc) in vtscsi_setup_features()
445 vtscsi_read_config(struct vtscsi_softc *sc, in vtscsi_read_config()
469 vtscsi_maximum_segments(struct vtscsi_softc *sc, int seg_max) in vtscsi_maximum_segments()
486 vtscsi_alloc_virtqueues(struct vtscsi_softc *sc) in vtscsi_alloc_virtqueues()
509 vtscsi_check_sizes(struct vtscsi_softc *sc) in vtscsi_check_sizes()
529 vtscsi_write_device_config(struct vtscsi_softc *sc) in vtscsi_write_device_config()
546 vtscsi_reinit(struct vtscsi_softc *sc) in vtscsi_reinit()
[all …]
/freebsd/sys/dev/mlx/
H A Dmlx.c162 mlx_free(struct mlx_softc *sc) in mlx_free()
225 struct mlx_softc *sc = (struct mlx_softc *)arg; in mlx_dma_map_sg() local
234 mlx_sglist_map(struct mlx_softc *sc) in mlx_sglist_map()
303 mlx_attach(struct mlx_softc *sc) in mlx_attach()
521 mlx_startup(struct mlx_softc *sc) in mlx_startup()
588 struct mlx_softc *sc = device_get_softc(dev); in mlx_detach() local
633 struct mlx_softc *sc = device_get_softc(dev); in mlx_shutdown() local
643 mlx_shutdown_locked(struct mlx_softc *sc) in mlx_shutdown_locked()
676 struct mlx_softc *sc = device_get_softc(dev); in mlx_suspend() local
699 struct mlx_softc *sc = device_get_softc(dev); in mlx_resume() local
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe.c890 bxe_dma_alloc(struct bxe_softc *sc, in bxe_dma_alloc()
958 bxe_dma_free(struct bxe_softc *sc, in bxe_dma_free()
980 bxe_reg_wr_ind(struct bxe_softc *sc, in bxe_reg_wr_ind()
990 bxe_reg_rd_ind(struct bxe_softc *sc, in bxe_reg_rd_ind()
1003 bxe_acquire_hw_lock(struct bxe_softc *sc, in bxe_acquire_hw_lock()
1050 bxe_release_hw_lock(struct bxe_softc *sc, in bxe_release_hw_lock()
1083 static void bxe_acquire_phy_lock(struct bxe_softc *sc) in bxe_acquire_phy_lock()
1089 static void bxe_release_phy_lock(struct bxe_softc *sc) in bxe_release_phy_lock()
1109 bxe_acquire_nvram_lock(struct bxe_softc *sc) in bxe_acquire_nvram_lock()
1148 bxe_release_nvram_lock(struct bxe_softc *sc) in bxe_release_nvram_lock()
[all …]
/freebsd/sys/dev/bce/
H A Dif_bce.c673 struct bce_softc *sc; in bce_probe() local
719 bce_print_adapter_info(struct bce_softc *sc) in bce_print_adapter_info()
808 bce_probe_pci_caps(device_t dev, struct bce_softc *sc) in bce_probe_pci_caps()
855 bce_set_tunables(struct bce_softc *sc) in bce_set_tunables()
1042 struct bce_softc *sc; in bce_attach() local
1517 struct bce_softc *sc = device_get_softc(dev); in bce_detach() local
1568 struct bce_softc *sc = device_get_softc(dev); in bce_shutdown() local
1595 bce_reg_rd(struct bce_softc *sc, u32 offset) in bce_reg_rd()
1610 bce_reg_wr16(struct bce_softc *sc, u32 offset, u16 val) in bce_reg_wr16()
1624 bce_reg_wr(struct bce_softc *sc, u32 offset, u32 val) in bce_reg_wr()
[all …]
/freebsd/sys/dev/gem/
H A Dif_gem.c143 gem_attach(struct gem_softc *sc) in gem_attach()
402 gem_detach(struct gem_softc *sc) in gem_detach()
437 gem_suspend(struct gem_softc *sc) in gem_suspend()
447 gem_resume(struct gem_softc *sc) in gem_resume()
528 struct gem_softc *sc = xsc; in gem_cddma_callback() local
540 struct gem_softc *sc = arg; in gem_tick() local
583 gem_bitwait(struct gem_softc *sc, bus_addr_t r, uint32_t clr, uint32_t set) in gem_bitwait()
597 gem_reset(struct gem_softc *sc) in gem_reset()
615 gem_rxdrain(struct gem_softc *sc) in gem_rxdrain()
635 struct gem_softc *sc = if_getsoftc(ifp); in gem_stop() local
[all …]
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c158 rtwn_attach(struct rtwn_softc *sc) in rtwn_attach()
319 rtwn_radiotap_attach(struct rtwn_softc *sc) in rtwn_radiotap_attach()
333 struct rtwn_softc *sc = arg1; in rtwn_sysctl_reg_readwrite() local
354 rtwn_sysctlattach(struct rtwn_softc *sc) in rtwn_sysctlattach()
409 rtwn_detach(struct rtwn_softc *sc) in rtwn_detach()
429 rtwn_suspend(struct rtwn_softc *sc) in rtwn_suspend()
437 rtwn_resume(struct rtwn_softc *sc) in rtwn_resume()
445 rtwn_attach_vht_cap_info_mcs(struct rtwn_softc *sc) in rtwn_attach_vht_cap_info_mcs()
468 rtwn_vap_decrement_counters(struct rtwn_softc *sc, in rtwn_vap_decrement_counters()
518 rtwn_set_ic_opmode(struct rtwn_softc *sc) in rtwn_set_ic_opmode()
[all …]

12345678910>>...90