Searched refs:sc (Results 1 - 25 of 140) sorted by relevance

123456

/drivers/net/wan/lmc/
H A Dlmc_media.c157 lmc_dummy_set_1 (lmc_softc_t * const sc, int a) argument
162 lmc_dummy_set2_1 (lmc_softc_t * const sc, lmc_ctl_t * a) argument
171 lmc_hssi_init (lmc_softc_t * const sc) argument
173 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC5200;
175 lmc_gpio_mkoutput (sc, LMC_GEP_HSSI_CLOCK);
179 lmc_hssi_default (lmc_softc_t * const sc) argument
181 sc->lmc_miireg16 = LMC_MII16_LED_ALL;
183 sc->lmc_media->set_link_status (sc, LMC_LINK_DOWN);
184 sc
193 lmc_hssi_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
224 lmc_hssi_set_clock(lmc_softc_t * const sc, int ie) argument
251 lmc_hssi_get_link_status(lmc_softc_t * const sc) argument
261 lmc_hssi_set_link_status(lmc_softc_t * const sc, int state) argument
275 lmc_hssi_set_crc_length(lmc_softc_t * const sc, int state) argument
294 lmc_hssi_watchdog(lmc_softc_t * const sc) argument
307 lmc_ds3_set_100ft(lmc_softc_t * const sc, int ie) argument
323 lmc_ds3_default(lmc_softc_t * const sc) argument
338 lmc_ds3_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
369 lmc_ds3_init(lmc_softc_t * const sc) argument
404 lmc_ds3_set_scram(lmc_softc_t * const sc, int ie) argument
424 lmc_ds3_get_link_status(lmc_softc_t * const sc) argument
510 lmc_ds3_set_crc_length(lmc_softc_t * const sc, int state) argument
529 lmc_ds3_watchdog(lmc_softc_t * const sc) argument
539 lmc_ssi_init(lmc_softc_t * const sc) argument
555 lmc_ssi_default(lmc_softc_t * const sc) argument
575 lmc_ssi_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
612 lmc_ssi_set_clock(lmc_softc_t * const sc, int ie) argument
635 lmc_ssi_set_speed(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
677 lmc_ssi_get_link_status(lmc_softc_t * const sc) argument
765 lmc_ssi_set_link_status(lmc_softc_t * const sc, int state) argument
786 lmc_ssi_set_crc_length(lmc_softc_t * const sc, int state) argument
811 write_av9110_bit(lmc_softc_t * sc, int c) argument
836 write_av9110(lmc_softc_t *sc, u32 n, u32 m, u32 v, u32 x, u32 r) argument
883 lmc_ssi_watchdog(lmc_softc_t * const sc) argument
900 lmc_t1_write(lmc_softc_t * const sc, int a, int d) argument
917 lmc_t1_init(lmc_softc_t * const sc) argument
980 lmc_t1_default(lmc_softc_t * const sc) argument
992 lmc_t1_set_status(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
1016 lmc_t1_get_link_status(lmc_softc_t * const sc) argument
1134 lmc_t1_set_circuit_type(lmc_softc_t * const sc, int ie) argument
1154 lmc_t1_set_crc_length(lmc_softc_t * const sc, int state) argument
1179 lmc_t1_set_clock(lmc_softc_t * const sc, int ie) argument
1202 lmc_t1_watchdog(lmc_softc_t * const sc) argument
1207 lmc_set_protocol(lmc_softc_t * const sc, lmc_ctl_t * ctl) argument
[all...]
H A Dlmc_main.c99 static void lmc_initcsrs(lmc_softc_t * const sc, lmc_csrptr_t csr_base, size_t csr_size);
104 static void lmc_reset(lmc_softc_t * const sc);
105 static void lmc_dec_reset(lmc_softc_t * const sc);
114 lmc_softc_t *sc = dev_to_sc(dev); local
133 if (copy_to_user(ifr->ifr_data, &sc->ictl, sizeof(lmc_ctl_t)))
155 spin_lock_irqsave(&sc->lmc_lock, flags);
156 sc->lmc_media->set_status (sc, &ctl);
158 if(ctl.crc_length != sc->ictl.crc_length) {
159 sc
643 lmc_softc_t *sc = dev_to_sc(dev); local
822 lmc_softc_t *sc; local
1008 lmc_softc_t *sc = dev_to_sc(dev); local
1121 lmc_softc_t *sc = dev_to_sc(dev); local
1158 lmc_softc_t *sc = dev_to_sc(dev); local
1177 lmc_softc_t *sc = dev_to_sc(dev); local
1243 lmc_softc_t *sc = dev_to_sc(dev); local
1429 lmc_softc_t *sc = dev_to_sc(dev); local
1517 lmc_softc_t *sc = dev_to_sc(dev); local
1716 lmc_softc_t *sc = dev_to_sc(dev); local
1752 lmc_mii_readreg(lmc_softc_t * const sc, unsigned devaddr, unsigned regno) argument
1794 lmc_mii_writereg(lmc_softc_t * const sc, unsigned devaddr, unsigned regno, unsigned data) argument
1837 lmc_softreset(lmc_softc_t * const sc) argument
1921 lmc_gpio_mkinput(lmc_softc_t * const sc, u32 bits) argument
1929 lmc_gpio_mkoutput(lmc_softc_t * const sc, u32 bits) argument
1937 lmc_led_on(lmc_softc_t * const sc, u32 led) argument
1950 lmc_led_off(lmc_softc_t * const sc, u32 led) argument
1963 lmc_reset(lmc_softc_t * const sc) argument
2004 lmc_dec_reset(lmc_softc_t * const sc) argument
2067 lmc_initcsrs(lmc_softc_t * const sc, lmc_csrptr_t csr_base, size_t csr_size) argument
2092 lmc_softc_t *sc = dev_to_sc(dev); local
[all...]
H A Dlmc_proto.h6 void lmc_proto_attach(lmc_softc_t *sc);
7 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd);
8 int lmc_proto_open(lmc_softc_t *sc);
9 void lmc_proto_close(lmc_softc_t *sc);
10 __be16 lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb);
11 void lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb);
H A Dlmc_proto.c50 void lmc_proto_attach(lmc_softc_t *sc) /*FOLD00*/ argument
52 lmc_trace(sc->lmc_device, "lmc_proto_attach in");
53 if (sc->if_type == LMC_NET) {
54 struct net_device *dev = sc->lmc_device;
62 lmc_trace(sc->lmc_device, "lmc_proto_attach out");
65 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd) argument
67 lmc_trace(sc->lmc_device, "lmc_proto_ioctl");
68 if (sc->if_type == LMC_PPP)
69 return hdlc_ioctl(sc->lmc_device, ifr, cmd);
73 int lmc_proto_open(lmc_softc_t *sc) argument
90 lmc_proto_close(lmc_softc_t *sc) argument
100 lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb) argument
122 lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb) argument
[all...]
/drivers/staging/sbe-2t3e3/
H A Dctrl.c17 void t3e3_set_frame_type(struct channel *sc, u32 mode) argument
19 if (sc->p.frame_type == mode)
22 if (sc->r.flags & SBE_2T3E3_FLAG_NETWORK_UP) {
23 dev_err(&sc->pdev->dev, "SBE 2T3E3: changing frame type during active connection\n");
27 exar7300_set_frame_type(sc, mode);
28 exar7250_set_frame_type(sc, mode);
29 cpld_set_frame_type(sc, mode);
31 sc->p.frame_type = mode;
34 void t3e3_set_loopback(struct channel *sc, u32 mode) argument
38 if (sc
98 t3e3_reg_read(struct channel *sc, u32 *reg, u32 *val) argument
135 t3e3_reg_write(struct channel *sc, u32 *reg) argument
167 t3e3_port_get(struct channel *sc, t3e3_param_t *param) argument
172 t3e3_port_set(struct channel *sc, t3e3_param_t *param) argument
219 t3e3_port_get_stats(struct channel *sc, t3e3_stats_t *stats) argument
289 t3e3_port_del_stats(struct channel *sc) argument
294 t3e3_if_config(struct channel *sc, u32 cmd, char *set, t3e3_resp_t *ret, int *rlen) argument
344 t3e3_sc_init(struct channel *sc) argument
[all...]
H A Dmain.c17 void t3e3_init(struct channel *sc) argument
19 cpld_init(sc);
20 dc_reset(sc);
21 dc_init(sc);
22 exar7250_init(sc);
23 exar7300_init(sc);
28 struct channel *sc = dev_to_priv(dev); local
34 sc->s.out_errors++;
38 if (sc->p.transmitter_on != SBE_2T3E3_ON) {
39 sc
131 t3e3_read_card_serial_number(struct channel *sc) argument
157 update_led(struct channel *sc, int blinker) argument
[all...]
H A Dcpld.c17 #define bootrom_set_bit(sc, reg, bit) \
18 bootrom_write((sc), (reg), \
19 bootrom_read((sc), (reg)) | (bit))
21 #define bootrom_clear_bit(sc, reg, bit) \
22 bootrom_write((sc), (reg), \
23 bootrom_read((sc), (reg)) & ~(bit))
41 void cpld_init(struct channel *sc) argument
46 val = cpld_val_map[SBE_2T3E3_CPLD_VAL_LIU_FRAMER_RESET][sc->h.slot];
47 cpld_write(sc, SBE_2T3E3_CPLD_REG_STATIC_RESET, val);
50 cpld_write(sc, SBE_2T3E3_CPLD_REG_STATIC_RESE
104 cpld_start_intr(struct channel *sc) argument
121 cpld_stop_intr(struct channel *sc) argument
130 cpld_set_frame_mode(struct channel *sc, u32 mode) argument
165 cpld_set_frame_type(struct channel *sc, u32 type) argument
183 cpld_set_scrambler(struct channel *sc, u32 mode) argument
213 cpld_set_crc(struct channel *sc, u32 crc) argument
235 cpld_select_panel(struct channel *sc, u32 panel) argument
258 cpld_set_clock(struct channel *sc, u32 mode) argument
279 cpld_set_pad_count(struct channel *sc, u32 count) argument
309 cpld_LOS_update(struct channel *sc) argument
326 cpld_set_fractional_mode(struct channel *sc, u32 mode, u32 start, u32 stop) argument
[all...]
H A Dexar7250.c16 void exar7250_init(struct channel *sc) argument
18 exar7250_write(sc, SBE_2T3E3_FRAMER_REG_OPERATING_MODE,
23 exar7250_write(sc, SBE_2T3E3_FRAMER_REG_IO_CONTROL,
29 exar7250_set_frame_type(sc, SBE_2T3E3_FRAME_TYPE_T3_CBIT);
32 void exar7250_set_frame_type(struct channel *sc, u32 type) argument
46 exar7250_stop_intr(sc, type);
48 val = exar7250_read(sc, SBE_2T3E3_FRAMER_REG_OPERATING_MODE);
68 exar7250_write(sc, SBE_2T3E3_FRAMER_REG_OPERATING_MODE, val);
69 exar7250_start_intr(sc, type);
73 void exar7250_start_intr(struct channel *sc, u3 argument
154 exar7250_stop_intr(struct channel *sc, u32 type) argument
191 exar7250_unipolar_onoff(struct channel *sc, u32 mode) argument
205 exar7250_set_loopback(struct channel *sc, u32 mode) argument
[all...]
H A Ddc.c20 void dc_init(struct channel *sc) argument
24 dc_stop(sc);
25 /*dc_reset(sc);*/ /* do not want to reset here */
35 if (sc->h.command & 16)
38 switch (sc->h.cache_size) {
52 dc_write(sc->addr, SBE_2T3E3_21143_REG_BUS_MODE, val);
62 dc_write(sc->addr, SBE_2T3E3_21143_REG_OPERATION_MODE, val);
63 if (sc->p.loopback == SBE_2T3E3_LOOPBACK_ETHERNET)
64 sc->p.loopback = SBE_2T3E3_LOOPBACK_NONE;
71 dc_write(sc
95 dc_start(struct channel *sc) argument
132 dc_stop(struct channel *sc) argument
156 dc_start_intr(struct channel *sc) argument
181 dc_stop_intr(struct channel *sc) argument
187 dc_reset(struct channel *sc) argument
212 dc_receiver_onoff(struct channel *sc, u32 mode) argument
252 dc_transmitter_onoff(struct channel *sc, u32 mode) argument
292 dc_set_loopback(struct channel *sc, u32 mode) argument
327 dc_init_descriptor_list(struct channel *sc) argument
414 dc_clear_descriptor_list(struct channel *sc) argument
431 dc_drop_descriptor_list(struct channel *sc) argument
452 dc_set_output_port(struct channel *sc) argument
469 dc_restart(struct channel *sc) argument
[all...]
H A Dexar7300.c16 void exar7300_init(struct channel *sc) argument
18 exar7300_write(sc, SBE_2T3E3_LIU_REG_REG1, 0);
21 exar7300_write(sc, SBE_2T3E3_LIU_REG_REG2, 0);
22 exar7300_write(sc, SBE_2T3E3_LIU_REG_REG3, 0);
23 exar7300_write(sc, SBE_2T3E3_LIU_REG_REG4,
28 void exar7300_set_loopback(struct channel *sc, u32 mode) argument
42 val = exar7300_read(sc, SBE_2T3E3_LIU_REG_REG4);
45 exar7300_write(sc, SBE_2T3E3_LIU_REG_REG4, val);
53 exar7300_receive_equalization_onoff(sc, SBE_2T3E3_ON);
56 exar7300_receive_equalization_onoff(sc, SBE_2T3E3_OF
65 exar7300_set_frame_type(struct channel *sc, u32 type) argument
100 exar7300_transmit_all_ones_onoff(struct channel *sc, u32 mode) argument
121 exar7300_receive_equalization_onoff(struct channel *sc, u32 mode) argument
142 exar7300_line_build_out_onoff(struct channel *sc, u32 mode) argument
166 exar7300_unipolar_onoff(struct channel *sc, u32 mode) argument
[all...]
H A Dintr.c20 struct channel *sc = dev_to_priv(dev_instance); local
24 sc->interrupt_active = 1;
26 val = cpld_read(sc, SBE_2T3E3_CPLD_REG_PICSR);
29 dev_dbg(&sc->pdev->dev,
31 val, (sc->s.LOS << 4) | sc->s.OOF);
32 cpld_LOS_update(sc);
37 dc_intr(sc);
42 exar7250_intr(sc);
51 sc
55 dc_intr(struct channel *sc) argument
117 dc_intr_rx(struct channel *sc) argument
291 dc_intr_tx(struct channel *sc) argument
397 dc_intr_tx_underflow(struct channel *sc) argument
433 exar7250_intr(struct channel *sc) argument
492 exar7250_T3_intr(struct channel *sc, u32 block_status) argument
571 exar7250_E3_intr(struct channel *sc, u32 block_status) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dgpio.c27 struct ath_softc *sc = container_of(led_cdev, struct ath_softc, led_cdev); local
28 ath9k_hw_set_gpio(sc->sc_ah, sc->sc_ah->led_pin, (brightness == LED_OFF));
31 void ath_deinit_leds(struct ath_softc *sc) argument
33 if (!sc->led_registered)
36 ath_led_brightness(&sc->led_cdev, LED_OFF);
37 led_classdev_unregister(&sc->led_cdev);
40 void ath_init_leds(struct ath_softc *sc) argument
44 if (sc->sc_ah->led_pin < 0) {
45 if (AR_SREV_9287(sc
84 ath_is_rfkill_set(struct ath_softc *sc) argument
99 struct ath_softc *sc = hw->priv; local
105 ath_start_rfkill_poll(struct ath_softc *sc) argument
122 ath_detect_bt_priority(struct ath_softc *sc) argument
187 struct ath_softc *sc = (struct ath_softc *) data; local
229 struct ath_softc *sc = (struct ath_softc *)arg; local
250 ath_init_btcoex_timer(struct ath_softc *sc) argument
279 ath9k_btcoex_timer_resume(struct ath_softc *sc) argument
301 ath9k_btcoex_timer_pause(struct ath_softc *sc) argument
314 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) argument
328 ath9k_btcoex_handle_interrupt(struct ath_softc *sc, u32 status) argument
340 ath9k_start_btcoex(struct ath_softc *sc) argument
356 ath9k_stop_btcoex(struct ath_softc *sc) argument
370 ath9k_deinit_btcoex(struct ath_softc *sc) argument
380 ath9k_init_btcoex(struct ath_softc *sc) argument
[all...]
H A Ddfs_debug.h47 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++)
48 void ath9k_dfs_init_debug(struct ath_softc *sc);
52 #define DFS_STAT_INC(sc, c) do { } while (0)
53 static inline void ath9k_dfs_init_debug(struct ath_softc *sc) { } argument
H A Ddfs.h24 * @sc: ath_softc
36 void ath9k_dfs_process_phyerr(struct ath_softc *sc, void *data,
39 static inline void ath9k_dfs_process_phyerr(struct ath_softc *sc, void *data, argument
H A Dmain.c57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq) argument
70 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) argument
75 spin_lock_irqsave(&sc->sc_pm_lock, flags);
76 ret = ath9k_hw_setpower(sc->sc_ah, mode);
77 spin_unlock_irqrestore(&sc->sc_pm_lock, flags);
82 void ath9k_ps_wakeup(struct ath_softc *sc) argument
84 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
88 spin_lock_irqsave(&sc->sc_pm_lock, flags);
89 if (++sc->ps_usecount != 1)
92 power_mode = sc
111 ath9k_ps_restore(struct ath_softc *sc) argument
146 struct ath_softc *sc = (struct ath_softc *) common->priv; local
163 ath_update_survey_nf(struct ath_softc *sc, int channel) argument
180 ath_update_survey_stats(struct ath_softc *sc) argument
220 __ath_cancel_work(struct ath_softc *sc) argument
228 ath_cancel_work(struct ath_softc *sc) argument
234 ath_prepare_reset(struct ath_softc *sc, bool retry_tx, bool flush) argument
264 ath_complete_reset(struct ath_softc *sc, bool start) argument
310 ath_reset_internal(struct ath_softc *sc, struct ath9k_channel *hchan, bool retry_tx) argument
362 ath_set_channel(struct ath_softc *sc, struct ieee80211_hw *hw, struct ath9k_channel *hchan) argument
375 ath_paprd_activate(struct ath_softc *sc) argument
397 ath_paprd_send_frame(struct ath_softc *sc, struct sk_buff *skb, int chain) argument
439 struct ath_softc *sc = container_of(work, struct ath_softc, paprd_work); local
527 struct ath_softc *sc = (struct ath_softc *)data; local
627 ath_node_attach(struct ath_softc *sc, struct ieee80211_sta *sta, struct ieee80211_vif *vif) argument
649 ath_node_detach(struct ath_softc *sc, struct ieee80211_sta *sta) argument
667 struct ath_softc *sc = (struct ath_softc *)data; local
762 struct ath_softc *sc = dev; local
878 ath_reset(struct ath_softc *sc, bool retry_tx) argument
904 struct ath_softc *sc = container_of(work, struct ath_softc, hw_reset_work); local
911 struct ath_softc *sc = container_of(work, struct ath_softc, hw_check_work); local
939 ath_hw_pll_rx_hang_check(struct ath_softc *sc, u32 pll_sqsum) argument
959 struct ath_softc *sc = container_of(work, struct ath_softc, local
990 struct ath_softc *sc = hw->priv; local
1087 struct ath_softc *sc = hw->priv; local
1155 struct ath_softc *sc = hw->priv; local
1241 ath9k_reclaim_beacon(struct ath_softc *sc, struct ieee80211_vif *vif) argument
1288 struct ath_softc *sc = hw->priv; local
1312 struct ath_softc *sc = hw->priv; local
1375 struct ath_softc *sc = hw->priv; local
1399 struct ath_softc *sc = hw->priv; local
1447 struct ath_softc *sc = hw->priv; local
1491 struct ath_softc *sc = hw->priv; local
1511 ath9k_enable_ps(struct ath_softc *sc) argument
1525 ath9k_disable_ps(struct ath_softc *sc) argument
1547 struct ath_softc *sc = hw->priv; local
1690 struct ath_softc *sc = hw->priv; local
1710 struct ath_softc *sc = hw->priv; local
1726 ath9k_del_ps_key(struct ath_softc *sc, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
1744 struct ath_softc *sc = hw->priv; local
1757 struct ath_softc *sc = hw->priv; local
1779 struct ath_softc *sc = hw->priv; local
1825 struct ath_softc *sc = hw->priv; local
1883 struct ath_softc *sc = data; local
1922 ath9k_config_bss(struct ath_softc *sc, struct ieee80211_vif *vif) argument
1962 struct ath_softc *sc = hw->priv; local
2058 struct ath_softc *sc = hw->priv; local
2074 struct ath_softc *sc = hw->priv; local
2085 struct ath_softc *sc = hw->priv; local
2102 struct ath_softc *sc = hw->priv; local
2142 struct ath_softc *sc = hw->priv; local
2178 struct ath_softc *sc = hw->priv; local
2193 struct ath_softc *sc = hw->priv; local
2254 struct ath_softc *sc = hw->priv; local
2269 struct ath_softc *sc = hw->priv; local
2310 struct ath_softc *sc = hw->priv; local
2341 struct ath_softc *sc = hw->priv; local
2367 struct ath_softc *sc = hw->priv; local
[all...]
H A Dinit.c161 static void ath9k_deinit_softc(struct ath_softc *sc);
173 struct ath_softc *sc = (struct ath_softc *) common->priv; local
177 spin_lock_irqsave(&sc->sc_serial_rw, flags);
178 iowrite32(val, sc->mem + reg_offset);
179 spin_unlock_irqrestore(&sc->sc_serial_rw, flags);
181 iowrite32(val, sc->mem + reg_offset);
188 struct ath_softc *sc = (struct ath_softc *) common->priv; local
193 spin_lock_irqsave(&sc->sc_serial_rw, flags);
194 val = ioread32(sc->mem + reg_offset);
195 spin_unlock_irqrestore(&sc
201 __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, u32 set, u32 clr) argument
218 struct ath_softc *sc = (struct ath_softc *) common->priv; local
236 setup_ht_cap(struct ath_softc *sc, struct ieee80211_sta_ht_cap *ht_info) argument
298 struct ath_softc *sc = hw->priv; local
322 ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, struct list_head *head, const char *name, int nbuf, int ndesc, bool is_tx) argument
422 ath9k_init_queues(struct ath_softc *sc) argument
439 ath9k_init_channels_rates(struct ath_softc *sc) argument
483 ath9k_init_misc(struct ath_softc *sc) argument
501 ath9k_init_softc(u16 devid, struct ath_softc *sc, const struct ath_bus_ops *bus_ops) argument
605 ath9k_init_band_txpower(struct ath_softc *sc, int band) argument
621 ath9k_init_txpower_limits(struct ath_softc *sc) argument
634 ath9k_reload_chainmask_settings(struct ath_softc *sc) argument
646 ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw) argument
714 ath9k_init_device(u16 devid, struct ath_softc *sc, const struct ath_bus_ops *bus_ops) argument
807 ath9k_deinit_softc(struct ath_softc *sc) argument
829 ath9k_deinit_device(struct ath_softc *sc) argument
846 ath_descdma_cleanup(struct ath_softc *sc, struct ath_descdma *dd, struct list_head *head) argument
[all...]
H A Dbeacon.c22 static void ath9k_reset_beacon_status(struct ath_softc *sc) argument
24 sc->beacon.tx_processed = false;
25 sc->beacon.tx_last = false;
33 int ath_beaconq_config(struct ath_softc *sc) argument
35 struct ath_hw *ah = sc->sc_ah;
40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi);
41 if (sc->sc_ah->opmode == NL80211_IFTYPE_AP) {
48 txq = sc->tx.txq_map[WME_AC_BE];
55 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) {
60 ath9k_hw_resettxqueue(ah, sc
70 ath_beacon_setup(struct ath_softc *sc, struct ieee80211_vif *vif, struct ath_buf *bf, int rateidx) argument
113 struct ath_softc *sc = hw->priv; local
131 struct ath_softc *sc = hw->priv; local
222 ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_vif *vif) argument
323 ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp) argument
352 struct ath_softc *sc = (struct ath_softc *)data; local
467 ath9k_beacon_init(struct ath_softc *sc, u32 next_beacon, u32 beacon_period) argument
489 ath_beacon_config_ap(struct ath_softc *sc, struct ath_beacon_config *conf) argument
525 ath_beacon_config_sta(struct ath_softc *sc, struct ath_beacon_config *conf) argument
645 ath_beacon_config_adhoc(struct ath_softc *sc, struct ath_beacon_config *conf) argument
680 ath9k_allow_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif) argument
725 ath_beacon_config(struct ath_softc *sc, struct ieee80211_vif *vif) argument
761 ath_has_valid_bslot(struct ath_softc *sc) argument
780 ath_set_beacon(struct ath_softc *sc) argument
805 ath9k_set_beaconing_status(struct ath_softc *sc, bool status) argument
[all...]
H A Drecv.c60 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc) argument
62 return sc->ps_enabled &&
63 (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP);
74 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) argument
76 struct ath_hw *ah = sc->sc_ah;
101 if (sc->rx.rxlink == NULL)
104 *sc->rx.rxlink = bf->bf_daddr;
106 sc->rx.rxlink = &ds->ds_link;
109 static void ath_setdefantenna(struct ath_softc *sc, u32 antenna) argument
112 ath9k_hw_setantenna(sc
117 ath_opmode_init(struct ath_softc *sc) argument
139 ath_rx_edma_buf_link(struct ath_softc *sc, enum ath9k_rx_qtype qtype) argument
168 ath_rx_addbuffer_edma(struct ath_softc *sc, enum ath9k_rx_qtype qtype, int size) argument
185 ath_rx_remove_buffer(struct ath_softc *sc, enum ath9k_rx_qtype qtype) argument
201 ath_rx_edma_cleanup(struct ath_softc *sc) argument
233 ath_rx_edma_init(struct ath_softc *sc, int nbufs) argument
292 ath_edma_start_recv(struct ath_softc *sc) argument
311 ath_edma_stop_recv(struct ath_softc *sc) argument
317 ath_rx_init(struct ath_softc *sc, int nbufs) argument
381 ath_rx_cleanup(struct ath_softc *sc) argument
428 ath_calcrxfilter(struct ath_softc *sc) argument
474 ath_startrecv(struct ath_softc *sc) argument
510 ath_stoprecv(struct ath_softc *sc) argument
536 ath_flushrecv(struct ath_softc *sc) argument
577 ath_rx_ps_beacon(struct ath_softc *sc, struct sk_buff *skb) argument
618 ath_rx_ps(struct ath_softc *sc, struct sk_buff *skb, bool mybeacon) argument
654 ath_edma_get_buffers(struct ath_softc *sc, enum ath9k_rx_qtype qtype, struct ath_rx_status *rs, struct ath_buf **dest) argument
707 ath_edma_get_next_rx_buf(struct ath_softc *sc, struct ath_rx_status *rs, enum ath9k_rx_qtype qtype) argument
722 ath_get_next_rx_buf(struct ath_softc *sc, struct ath_rx_status *rs) argument
803 struct ath_softc *sc = (struct ath_softc *) common->priv; local
949 struct ath_softc *sc = hw->priv; local
1534 ath_ant_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs) argument
1767 ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) argument
[all...]
H A Dahb.c49 struct ath_softc *sc = (struct ath_softc *)common->priv; local
50 struct platform_device *pdev = to_platform_device(sc->dev);
74 struct ath_softc *sc; local
122 sc = hw->priv;
123 sc->hw = hw;
124 sc->dev = &pdev->dev;
125 sc->mem = mem;
126 sc->irq = irq;
129 sc->sc_flags |= SC_OP_INVALID;
131 ret = request_irq(irq, ath_isr, IRQF_SHARED, "ath9k", sc);
166 struct ath_softc *sc = hw->priv; local
[all...]
H A Dxmit.c50 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq,
52 static void ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb,
54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
57 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
59 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf,
62 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
64 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc,
108 static void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq)
114 static void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq)
120 static void ath_txq_unlock_complete(struct ath_softc *sc, struc
154 ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid) argument
186 ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) argument
226 ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, int seqno) argument
244 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, u16 seqno) argument
266 ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
301 ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, struct sk_buff *skb, int count) argument
321 ath_tx_get_buffer(struct ath_softc *sc) argument
340 ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) argument
347 ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) argument
365 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) argument
397 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ath_tx_status *ts, int txok, bool retry) argument
645 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) argument
721 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen, bool first_subfrm) argument
793 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, int *aggr_len) argument
909 ath_pkt_duration(struct ath_softc *sc, u8 rix, int pktlen, int width, int half_gi, bool shortPreamble) argument
932 ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_info *info, int len) argument
1051 ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, int len) argument
1114 ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
1163 ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
1186 ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) argument
1218 ath_tx_aggr_sleep(struct ieee80211_sta *sta, struct ath_softc *sc, struct ath_node *an) argument
1254 ath_tx_aggr_wakeup(struct ath_softc *sc, struct ath_node *an) argument
1279 ath_tx_aggr_resume(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) argument
1297 ath_txq_drain_pending_buffers(struct ath_softc *sc, struct ath_txq *txq) argument
1314 ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) argument
1387 ath_txq_update(struct ath_softc *sc, int qnum, struct ath9k_tx_queue_info *qinfo) argument
1424 ath_cabq_update(struct ath_softc *sc) argument
1452 ath_drain_txq_list(struct ath_softc *sc, struct ath_txq *txq, struct list_head *list, bool retry_tx) argument
1494 ath_draintxq(struct ath_softc *sc, struct ath_txq *txq, bool retry_tx) argument
1521 ath_drain_all_txq(struct ath_softc *sc, bool retry_tx) argument
1563 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) argument
1572 ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq) argument
1631 ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, struct list_head *head, bool internal) argument
1692 ath_tx_send_ampdu(struct ath_softc *sc, struct ath_atx_tid *tid, struct sk_buff *skb, struct ath_tx_control *txctl) argument
1738 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) argument
1804 ath_txchainmask_reduction(struct ath_softc *sc, u8 chainmask, u32 rate) argument
1820 ath_tx_setup_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb, bool dequeue) argument
1880 ath_tx_start_dma(struct ath_softc *sc, struct sk_buff *skb, struct ath_tx_control *txctl) argument
1926 struct ath_softc *sc = hw->priv; local
1995 ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb, int tx_flags, struct ath_txq *txq) argument
2044 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ath_tx_status *ts, int txok) argument
2086 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) argument
2141 ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf, struct list_head *bf_head) argument
2163 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) argument
2241 struct ath_softc *sc = container_of(work, struct ath_softc, local
2279 ath_tx_tasklet(struct ath_softc *sc) argument
2291 ath_tx_edma_tasklet(struct ath_softc *sc) argument
2359 ath_txstatus_setup(struct ath_softc *sc, int size) argument
2373 ath_tx_edma_init(struct ath_softc *sc) argument
2386 ath_tx_edma_cleanup(struct ath_softc *sc) argument
2394 ath_tx_init(struct ath_softc *sc, int nbufs) argument
2432 ath_tx_cleanup(struct ath_softc *sc) argument
2444 ath_tx_node_init(struct ath_softc *sc, struct ath_node *an) argument
2476 ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
[all...]
/drivers/block/
H A Dub.c322 static void ub_cleanup(struct ub_dev *sc);
324 static void ub_cmd_build_block(struct ub_dev *sc, struct ub_lun *lun,
326 static void ub_cmd_build_packet(struct ub_dev *sc, struct ub_lun *lun,
328 static void ub_rw_cmd_done(struct ub_dev *sc, struct ub_scsi_cmd *cmd);
330 static int ub_rw_cmd_retry(struct ub_dev *sc, struct ub_lun *lun,
332 static int ub_submit_scsi(struct ub_dev *sc, struct ub_scsi_cmd *cmd);
335 static void ub_scsi_dispatch(struct ub_dev *sc);
336 static void ub_scsi_urb_compl(struct ub_dev *sc, struct ub_scsi_cmd *cmd);
337 static void ub_data_start(struct ub_dev *sc, struct ub_scsi_cmd *cmd);
338 static void ub_state_done(struct ub_dev *sc, struc
453 ub_put(struct ub_dev *sc) argument
470 ub_cleanup(struct ub_dev *sc) argument
537 ub_cmdq_add(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
553 ub_cmdq_insert(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
569 ub_cmdq_pop(struct ub_dev *sc) argument
605 struct ub_dev *sc = lun->udev; local
674 ub_cmd_build_block(struct ub_dev *sc, struct ub_lun *lun, struct ub_scsi_cmd *cmd, struct ub_request *urq) argument
710 ub_cmd_build_packet(struct ub_dev *sc, struct ub_lun *lun, struct ub_scsi_cmd *cmd, struct ub_request *urq) argument
739 ub_rw_cmd_done(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
803 ub_rw_cmd_retry(struct ub_dev *sc, struct ub_lun *lun, struct ub_request *urq, struct ub_scsi_cmd *cmd) argument
849 ub_submit_scsi(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
870 ub_scsi_cmd_start(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
923 struct ub_dev *sc = (struct ub_dev *) arg; local
941 struct ub_dev *sc = urb->context; local
949 struct ub_dev *sc = (struct ub_dev *) _dev; local
957 ub_scsi_dispatch(struct ub_dev *sc) argument
980 ub_scsi_urb_compl(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
1279 ub_data_start(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
1315 ub_state_done(struct ub_dev *sc, struct ub_scsi_cmd *cmd, int rc) argument
1328 __ub_state_stat(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
1357 ub_state_stat(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
1371 ub_state_stat_counted(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
1389 ub_state_sense(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
1432 ub_submit_clear_stall(struct ub_dev *sc, struct ub_scsi_cmd *cmd, int stalled_pipe) argument
1467 ub_top_sense_done(struct ub_dev *sc, struct ub_scsi_cmd *scmd) argument
1506 ub_reset_enter(struct ub_dev *sc, int try) argument
1534 struct ub_dev *sc = container_of(work, struct ub_dev, reset_work); local
1606 ub_revalidate(struct ub_dev *sc, struct ub_lun *lun) argument
1641 struct ub_dev *sc = lun->udev; local
1695 struct ub_dev *sc = lun->udev; local
1790 ub_probe_done(struct ub_dev *sc, struct ub_scsi_cmd *cmd) argument
1799 ub_sync_tur(struct ub_dev *sc, struct ub_lun *lun) argument
1846 ub_sync_read_cap(struct ub_dev *sc, struct ub_lun *lun, struct ub_capacity *ret) argument
1942 ub_sync_reset(struct ub_dev *sc) argument
1985 ub_sync_getmaxlun(struct ub_dev *sc) argument
2056 ub_probe_clear_stall(struct ub_dev *sc, int stalled_pipe) argument
2105 ub_get_pipes(struct ub_dev *sc, struct usb_device *dev, struct usb_interface *intf) argument
2158 struct ub_dev *sc; local
2266 ub_probe_lun(struct ub_dev *sc, int lnum) argument
2338 struct ub_dev *sc = usb_get_intfdata(intf); local
[all...]
/drivers/md/
H A Ddm-stripe.c53 struct stripe_c *sc = container_of(work, struct stripe_c, local
55 dm_table_event(sc->ti->table);
74 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, argument
84 &sc->stripe[stripe].dev))
87 sc->stripe[stripe].physical_start = start;
98 struct stripe_c *sc; local
154 sc = alloc_context(stripes);
155 if (!sc) {
161 INIT_WORK(&sc->trigger_event, trigger_event);
164 sc
207 struct stripe_c *sc = (struct stripe_c *) ti->private; local
216 stripe_map_sector(struct stripe_c *sc, sector_t sector, uint32_t *stripe, sector_t *result) argument
232 stripe_map_range_sector(struct stripe_c *sc, sector_t sector, uint32_t target_stripe, sector_t *result) argument
245 stripe_map_discard(struct stripe_c *sc, struct bio *bio, uint32_t target_stripe) argument
268 struct stripe_c *sc = ti->private; local
308 struct stripe_c *sc = (struct stripe_c *) ti->private; local
341 struct stripe_c *sc = ti->private; local
377 struct stripe_c *sc = ti->private; local
393 struct stripe_c *sc = ti->private; local
403 struct stripe_c *sc = ti->private; local
[all...]
/drivers/usb/atm/
H A Dueagle-atm.c297 #define IS_OPERATIONAL(sc) \
298 ((UEA_CHIP_VERSION(sc) != EAGLE_IV) ? \
299 (GET_STATUS(sc->stats.phy.state) == 2) : \
300 (sc->stats.phy.state == 7))
563 #define uea_wait(sc, cond, timeo) \
565 int _r = wait_event_interruptible_timeout(sc->sync_q, \
574 if (sc->usbatm->atm_dev) \
575 sc->usbatm->atm_dev->type = val; \
580 if (sc->usbatm->atm_dev) \
581 atm_dev_signal_change(sc
837 uea_idma_write(struct uea_softc *sc, const void *data, u32 size) argument
865 request_dsp(struct uea_softc *sc) argument
916 struct uea_softc *sc = container_of(work, struct uea_softc, task); local
991 __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) argument
1041 struct uea_softc *sc = container_of(work, struct uea_softc, task); local
1092 wake_up_cmv_ack(struct uea_softc *sc) argument
1099 wait_cmv_ack(struct uea_softc *sc) argument
1116 uea_request(struct uea_softc *sc, u16 value, u16 index, u16 size, const void *data) argument
1149 uea_cmv_e1(struct uea_softc *sc, u8 function, u32 address, u16 offset, u32 data) argument
1187 uea_cmv_e4(struct uea_softc *sc, u16 function, u16 group, u16 address, u16 offset, u32 data) argument
1222 uea_read_cmv_e1(struct uea_softc *sc, u32 address, u16 offset, u32 *data) argument
1236 uea_read_cmv_e4(struct uea_softc *sc, u8 size, u16 group, u16 address, u16 offset, u32 *data) argument
1254 uea_write_cmv_e1(struct uea_softc *sc, u32 address, u16 offset, u32 data) argument
1266 uea_write_cmv_e4(struct uea_softc *sc, u8 size, u16 group, u16 address, u16 offset, u32 data) argument
1279 uea_set_bulk_timeout(struct uea_softc *sc, u32 dsrate) argument
1308 uea_stat_e1(struct uea_softc *sc) argument
1452 uea_stat_e4(struct uea_softc *sc) argument
1574 cmvs_file_name(struct uea_softc *sc, char *const cmv_name, int ver) argument
1601 request_cmvs_old(struct uea_softc *sc, void **cmvs, const struct firmware **fw) argument
1634 request_cmvs(struct uea_softc *sc, void **cmvs, const struct firmware **fw, int *ver) argument
1695 uea_send_cmvs_e1(struct uea_softc *sc) argument
1761 uea_send_cmvs_e4(struct uea_softc *sc) argument
1822 uea_start_reset(struct uea_softc *sc) argument
1907 struct uea_softc *sc = data; local
1926 load_XILINX_firmware(struct uea_softc *sc) argument
1984 uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr) argument
2046 uea_dispatch_cmv_e4(struct uea_softc *sc, struct intr_pkt *intr) argument
2088 uea_schedule_load_page_e1(struct uea_softc *sc, struct intr_pkt *intr) argument
2096 uea_schedule_load_page_e4(struct uea_softc *sc, struct intr_pkt *intr) argument
2108 struct uea_softc *sc = urb->context; local
2147 uea_boot(struct uea_softc *sc) argument
2227 uea_stop(struct uea_softc *sc) argument
2269 struct uea_softc *sc; local
2285 struct uea_softc *sc; local
2305 struct uea_softc *sc; local
2367 struct uea_softc *sc; local
2435 uea_getesi(struct uea_softc *sc, u_char * esi) argument
2454 struct uea_softc *sc = usbatm->driver_data; local
2461 struct uea_softc *sc = usbatm->driver_data; local
2516 struct uea_softc *sc; local
2600 struct uea_softc *sc = usbatm->driver_data; local
2638 struct uea_softc *sc = usbatm->driver_data; local
[all...]
/drivers/staging/ramster/cluster/
H A Dtcp.c92 #define sclog(sc, fmt, args...) do { \
93 typeof(sc) __sc = (sc); \
94 mlog(ML_SOCKET, "[sc %p refs %d sock %p node %u page %p " \
139 static void r2net_sc_postpone_idle(struct r2net_sock_container *sc);
140 static void r2net_sc_reset_idle_timer(struct r2net_sock_container *sc);
169 struct r2net_sock_container *sc)
171 nst->st_sc = sc;
180 static inline void r2net_set_sock_timer(struct r2net_sock_container *sc) argument
182 sc
168 r2net_set_nst_sock_container(struct r2net_send_tracking *nst, struct r2net_sock_container *sc) argument
185 r2net_set_data_ready_time(struct r2net_sock_container *sc) argument
190 r2net_set_advance_start_time(struct r2net_sock_container *sc) argument
195 r2net_set_advance_stop_time(struct r2net_sock_container *sc) argument
200 r2net_set_func_start_time(struct r2net_sock_container *sc) argument
205 r2net_set_func_stop_time(struct r2net_sock_container *sc) argument
226 r2net_get_func_run_time(struct r2net_sock_container *sc) argument
231 r2net_update_send_stats(struct r2net_send_tracking *nst, struct r2net_sock_container *sc) argument
246 r2net_update_recv_stats(struct r2net_sock_container *sc) argument
395 struct r2net_sock_container *sc = container_of(kref, local
414 sc_put(struct r2net_sock_container *sc) argument
419 sc_get(struct r2net_sock_container *sc) argument
426 struct r2net_sock_container *sc, *ret = NULL; local
473 r2net_sc_queue_work(struct r2net_sock_container *sc, struct work_struct *work) argument
480 r2net_sc_queue_delayed_work(struct r2net_sock_container *sc, struct delayed_work *work, int delay) argument
488 r2net_sc_cancel_delayed_work(struct r2net_sock_container *sc, struct delayed_work *work) argument
502 r2net_set_nn_state(struct r2net_node *nn, struct r2net_sock_container *sc, unsigned valid, int err) argument
607 struct r2net_sock_container *sc = sk->sk_user_data; local
624 struct r2net_sock_container *sc; local
666 r2net_register_callbacks(struct sock *sk, struct r2net_sock_container *sc) argument
691 r2net_unregister_callbacks(struct sock *sk, struct r2net_sock_container *sc) argument
714 r2net_ensure_shutdown(struct r2net_node *nn, struct r2net_sock_container *sc, int err) argument
734 struct r2net_sock_container *sc = local
978 r2net_sendpage(struct r2net_sock_container *sc, void *kmalloced_virt, size_t size) argument
1050 struct r2net_sock_container *sc; local
1057 r2net_tx_can_proceed(r2net_nn_from_num(node), &sc, &ret); local
1073 struct r2net_sock_container *sc = NULL; local
1226 r2net_send_data_magic(struct r2net_sock_container *sc, struct r2net_msg *hdr, void *data, size_t data_len, enum r2net_system_error syserr, int err) argument
1268 r2net_process_message(struct r2net_sock_container *sc, struct r2net_msg *hdr) argument
1390 r2net_check_handshake(struct r2net_sock_container *sc) argument
1476 r2net_advance_rx(struct r2net_sock_container *sc) argument
1572 struct r2net_sock_container *sc = local
1632 struct r2net_sock_container *sc = local
1648 struct r2net_sock_container *sc = local
1661 struct r2net_sock_container *sc = (struct r2net_sock_container *)data; local
1688 r2net_sc_reset_idle_timer(struct r2net_sock_container *sc) argument
1698 r2net_sc_postpone_idle(struct r2net_sock_container *sc) argument
1714 struct r2net_sock_container *sc = NULL; local
1941 struct r2net_sock_container *sc = NULL; local
[all...]
/drivers/isdn/sc/
H A DMakefile1 # Makefile for the sc ISDN device driver
5 obj-$(CONFIG_ISDN_DRV_SC) += sc.o
9 sc-y := shmem.o init.o packet.o command.o event.o \

Completed in 811 milliseconds

123456