Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c23 static int ath_set_channel(struct ath_softc *sc) in ath_set_channel()
103 void ath_chanctx_init(struct ath_softc *sc) in ath_chanctx_init()
130 void ath_chanctx_set_channel(struct ath_softc *sc, struct ath_chanctx *ctx, in ath_chanctx_set_channel()
157 struct ath_chanctx* ath_is_go_chanctx_present(struct ath_softc *sc) in ath_is_go_chanctx_present()
233 static u32 chanctx_event_delta(struct ath_softc *sc) in chanctx_event_delta()
242 void ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_check_active()
322 ath_chanctx_get_next(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_get_next()
329 static void ath_chanctx_adjust_tbtt_delta(struct ath_softc *sc) in ath_chanctx_adjust_tbtt_delta()
368 static void ath_chanctx_setup_timer(struct ath_softc *sc, u32 tsf_time) in ath_chanctx_setup_timer()
384 static void ath_chanctx_handle_bmiss(struct ath_softc *sc, in ath_chanctx_handle_bmiss()
[all …]
H A Dgpio.c25 static void ath_fill_led_pin(struct ath_softc *sc) in ath_fill_led_pin()
54 struct ath_softc *sc = container_of(led_cdev, struct ath_softc, led_cdev); in ath_led_brightness() local
63 void ath_deinit_leds(struct ath_softc *sc) in ath_deinit_leds()
74 void ath_init_leds(struct ath_softc *sc) in ath_init_leds()
104 static bool ath_is_rfkill_set(struct ath_softc *sc) in ath_is_rfkill_set()
119 struct ath_softc *sc = hw->priv; in ath9k_rfkill_poll_state() local
125 void ath_start_rfkill_poll(struct ath_softc *sc) in ath_start_rfkill_poll()
142 static void ath_detect_bt_priority(struct ath_softc *sc) in ath_detect_bt_priority()
171 static void ath_mci_ftp_adjust(struct ath_softc *sc) in ath_mci_ftp_adjust()
196 struct ath_softc *sc = timer_container_of(sc, t, btcoex.period_timer); in ath_btcoex_period_timer() local
[all …]
H A Dmain.c60 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames()
87 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) in ath9k_setpower()
101 struct ath_softc *sc = timer_container_of(sc, t, sleep_timer); in ath_ps_full_sleep() local
116 void ath9k_ps_wakeup(struct ath_softc *sc) in ath9k_ps_wakeup()
146 void ath9k_ps_restore(struct ath_softc *sc) in ath9k_ps_restore()
184 static void __ath_cancel_work(struct ath_softc *sc) in __ath_cancel_work()
196 void ath_cancel_work(struct ath_softc *sc) in ath_cancel_work()
202 void ath_restart_work(struct ath_softc *sc) in ath_restart_work()
214 static bool ath_prepare_reset(struct ath_softc *sc) in ath_prepare_reset()
234 static bool ath_complete_reset(struct ath_softc *sc, bool start) in ath_complete_reset()
[all …]
H A Dlink.c23 static bool ath_tx_complete_check(struct ath_softc *sc) in ath_tx_complete_check()
57 static bool ath_hw_rx_inactive_check(struct ath_softc *sc) in ath_hw_rx_inactive_check()
87 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_check_work() local
101 bool ath_hw_check(struct ath_softc *sc) in ath_hw_check()
126 static bool ath_hw_pll_rx_hang_check(struct ath_softc *sc, u32 pll_sqsum) in ath_hw_pll_rx_hang_check()
149 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_pll_work() local
177 static void ath_paprd_activate(struct ath_softc *sc) in ath_paprd_activate()
201 static bool ath_paprd_send_frame(struct ath_softc *sc, struct sk_buff *skb, int chain) in ath_paprd_send_frame()
243 struct ath_softc *sc = container_of(work, struct ath_softc, paprd_work); in ath_paprd_calibrate() local
336 struct ath_softc *sc = common->priv; in ath_ani_calibrate() local
[all …]
H A Dinit.c176 struct ath_softc *sc = common->priv; in ath9k_iowrite32() local
191 struct ath_softc *sc = common->priv; in ath9k_ioread32() local
214 static unsigned int __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, in __ath9k_reg_rmw()
231 struct ath_softc *sc = common->priv; in ath9k_reg_rmw() local
253 struct ath_softc *sc = hw->priv; in ath9k_reg_notifier() local
282 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, in ath_descdma_setup()
405 static int ath9k_init_queues(struct ath_softc *sc) in ath9k_init_queues()
422 static void ath9k_init_misc(struct ath_softc *sc) in ath9k_init_misc()
448 static void ath9k_init_pcoem_platform(struct ath_softc *sc) in ath9k_init_pcoem_platform()
537 static int ath9k_eeprom_request(struct ath_softc *sc, const char *name) in ath9k_eeprom_request()
[all …]
H A Dmci.c119 static void ath_mci_update_scheme(struct ath_softc *sc) in ath_mci_update_scheme()
210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg()
238 struct ath_softc *sc = container_of(work, struct ath_softc, mci_work); in ath9k_mci_work() local
256 static void ath_mci_set_concur_txprio(struct ath_softc *sc) in ath_mci_set_concur_txprio()
297 static u8 ath_mci_process_profile(struct ath_softc *sc, in ath_mci_process_profile()
332 static u8 ath_mci_process_status(struct ath_softc *sc, in ath_mci_process_status()
369 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg()
436 int ath_mci_setup(struct ath_softc *sc) in ath_mci_setup()
475 void ath_mci_cleanup(struct ath_softc *sc) in ath_mci_cleanup()
485 void ath_mci_intr(struct ath_softc *sc) in ath_mci_intr()
[all …]
H A Dxmit.c106 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete()
121 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid()
131 struct ath_softc *sc = hw->priv; in ath9k_wake_tx_queue() local
210 static void ath_txq_skb_done(struct ath_softc *sc, struct sk_buff *skb) in ath_txq_skb_done()
236 struct ath_softc *sc = tid->an->sc; in ath_tid_pull() local
278 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid()
360 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain()
387 static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_set_retry()
407 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) in ath_tx_get_buffer()
426 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer()
[all …]
H A Dtx99.c19 static void ath9k_tx99_stop(struct ath_softc *sc) in ath9k_tx99_stop()
40 static struct sk_buff *ath9k_build_tx99_skb(struct ath_softc *sc) in ath9k_build_tx99_skb()
98 static void ath9k_tx99_deinit(struct ath_softc *sc) in ath9k_tx99_deinit()
107 static int ath9k_tx99_init(struct ath_softc *sc) in ath9k_tx99_init()
162 struct ath_softc *sc = file->private_data; in read_file_tx99() local
173 struct ath_softc *sc = file->private_data; in write_file_tx99() local
225 struct ath_softc *sc = file->private_data; in read_file_tx99_power() local
240 struct ath_softc *sc = file->private_data; in write_file_tx99_power() local
268 void ath9k_tx99_init_debug(struct ath_softc *sc) in ath9k_tx99_init_debug()
/linux/fs/xfs/scrub/
H A Dinode_repair.c107 struct xfs_scrub *sc; member
149 struct xfs_scrub *sc, in xrep_setup_inode()
170 struct xfs_scrub *sc, in xrep_dinode_buf_core()
213 struct xfs_scrub *sc, in xrep_dinode_buf()
228 struct xfs_scrub *sc, in xrep_dinode_header()
247 struct xfs_scrub *sc, in xrep_dinode_findmode_dirent()
343 struct xfs_scrub *sc = ri->sc; in xrep_dinode_findmode_walk_directory() local
397 struct xfs_scrub *sc = ri->sc; in xrep_dinode_find_mode() local
488 struct xfs_scrub *sc = ri->sc; in xrep_dinode_mode() local
543 struct xfs_scrub *sc, in xrep_dinode_flags()
[all …]
H A Dorphanage.c51 struct xfs_scrub *sc, in xrep_chown_orphanage()
123 struct xfs_scrub *sc) in xrep_orphanage_create()
211 struct xfs_scrub *sc, in xrep_orphanage_ilock()
220 struct xfs_scrub *sc, in xrep_orphanage_ilock_nowait()
233 struct xfs_scrub *sc, in xrep_orphanage_iunlock()
243 struct xfs_scrub *sc) in xrep_orphanage_iolock_two()
270 struct xfs_scrub *sc) in xrep_orphanage_rele()
287 struct xfs_scrub *sc) in xrep_orphanage_can_adopt()
312 struct xfs_scrub *sc, in xrep_adoption_trans_alloc()
398 struct xfs_scrub *sc = adopt->sc; in xrep_adoption_compute_name() local
[all …]
H A Dmetapath.c44 struct xfs_scrub *sc; member
88 struct xfs_scrub *sc, in xchk_setup_metapath_scan()
129 struct xfs_scrub *sc) in xchk_setup_metapath_rtdir()
141 struct xfs_scrub *sc, in xchk_setup_metapath_rtginode()
174 struct xfs_scrub *sc) in xchk_setup_metapath_quotadir()
188 struct xfs_scrub *sc, in xchk_setup_metapath_dqinode()
224 struct xfs_scrub *sc) in xchk_setup_metapath()
269 struct xfs_scrub *sc = mpath->sc; in xchk_metapath_ilock_both() local
295 struct xfs_scrub *sc = mpath->sc; in xchk_metapath_iunlock() local
305 struct xfs_scrub *sc) in xchk_metapath()
[all …]
H A Dagheader.c24 struct xfs_scrub *sc) in xchk_setup_agheader()
36 struct xfs_scrub *sc, in xchk_superblock_xref()
100 struct xfs_scrub *sc) in xchk_superblock()
448 struct xfs_scrub *sc) in xchk_agf_xref_freeblks()
468 struct xfs_scrub *sc) in xchk_agf_xref_cntbt()
500 struct xfs_scrub *sc) in xchk_agf_xref_btreeblks()
550 struct xfs_scrub *sc) in xchk_agf_xref_refcblks()
569 struct xfs_scrub *sc) in xchk_agf_xref()
597 struct xfs_scrub *sc) in xchk_agf()
700 struct xfs_scrub *sc; member
[all …]
H A Dfscounters.c72 struct xfs_scrub *sc) in xchk_fscount_warmup()
122 struct xfs_scrub *sc) in xchk_fsfreeze()
133 struct xfs_scrub *sc) in xchk_fsthaw()
153 struct xfs_scrub *sc) in xchk_fscounters_freeze()
183 struct xfs_scrub *sc = fsc->sc; in xchk_fscounters_cleanup() local
198 struct xfs_scrub *sc) in xchk_setup_fscounters()
261 struct xfs_scrub *sc, in xchk_fscount_btreeblks()
295 struct xfs_scrub *sc, in xchk_fscount_aggregate_agcounts()
408 struct xfs_scrub *sc, in xchk_fscount_count_frextents()
444 struct xfs_scrub *sc, in xchk_fscount_count_frextents()
[all …]
H A Drepair.h14 static inline int xrep_notsupported(struct xfs_scrub *sc) in xrep_notsupported()
35 struct xfs_scrub *sc) in xrep_trans_commit()
75 # define xrep_force_quotacheck(sc, type) ((void)0) argument
76 # define xrep_ino_dqattach(sc) (0) argument
114 # define xrep_rtgroup_init(sc, rtg, sr, lockflags) (-ENOSYS) argument
115 # define xrep_calc_rtgroup_resblks(sc) (0) argument
181 #define xrep_ino_dqattach(sc) (0) argument
187 static inline bool xrep_will_attempt(const struct xfs_scrub *sc) in xrep_will_attempt()
195 struct xfs_scrub *sc, in xrep_attempt()
205 struct xfs_scrub *sc) in xrep_calc_ag_resblks()
[all …]
H A Dparent.c34 struct xfs_scrub *sc) in xchk_setup_parent()
52 struct xfs_scrub *sc; member
59 struct xfs_scrub *sc, in xchk_parent_actor()
114 struct xfs_scrub *sc, in xchk_parent_validate()
244 struct xfs_scrub *sc; member
272 struct xfs_scrub *sc, in xchk_parent_scan_dotdot()
304 struct xfs_scrub *sc = pp->sc; in xchk_parent_pptr_and_dotdot() local
353 struct xfs_scrub *sc, in xchk_parent_lock_dir()
384 struct xfs_scrub *sc = pp->sc; in xchk_parent_dirent() local
416 struct xfs_scrub *sc = pp->sc; in xchk_parent_iget() local
[all …]
H A Dagheader_repair.c42 struct xfs_scrub *sc) in xrep_superblock()
87 struct xfs_scrub *sc; member
118 struct xfs_scrub *sc = priv; in xrep_agf_check_agfl_block() local
141 struct xfs_scrub *sc, in xrep_check_btree_root()
159 struct xfs_scrub *sc, in xrep_agf_find_btrees()
199 struct xfs_scrub *sc, in xrep_agf_init_header()
227 struct xfs_scrub *sc, in xrep_agf_set_roots()
251 struct xfs_scrub *sc, in xrep_agf_calc_from_btrees()
314 struct xfs_scrub *sc, in xrep_agf_commit_new()
344 struct xfs_scrub *sc) in xrep_agf()
[all …]
H A Dparent_repair.c107 struct xfs_scrub *sc; member
213 struct xfs_scrub *sc) in xrep_setup_parent()
242 struct xfs_scrub *sc = rp->sc; in xrep_parent_find_dotdot() local
297 struct xfs_scrub *sc = rp->sc; in xrep_parent_replay_update() local
426 struct xfs_scrub *sc, in xrep_parent_scan_dirent()
559 struct xfs_scrub *sc = rp->sc; in xrep_parent_scan_dirtree() local
637 struct xfs_scrub *sc; in xrep_parent_live_update() local
674 struct xfs_scrub *sc = rp->sc; in xrep_parent_reset_dotdot() local
715 struct xfs_scrub *sc, in xrep_parent_lookup_pptr()
747 struct xfs_scrub *sc, in xrep_parent_lookup_pptrs()
[all …]
H A Dbmap_repair.c72 struct xfs_scrub *sc; member
103 struct xfs_scrub *sc = rb->sc; in xrep_bmap_discover_shared() local
143 struct xfs_scrub *sc = rb->sc; in xrep_bmap_from_rmap() local
195 struct xfs_scrub *sc = rb->sc; in xrep_bmap_check_fork_rmap() local
359 struct xfs_scrub *sc = rb->sc; in xrep_bmap_scan_ag() local
375 struct xfs_scrub *sc, in xrep_bmap_check_rtfork_rmap()
453 struct xfs_scrub *sc = rb->sc; in xrep_bmap_scan_rtgroup() local
526 struct xfs_scrub *sc = rb->sc; in xrep_bmap_find_mappings() local
621 struct xfs_scrub *sc = rb->sc; in xrep_bmap_reset_counters() local
692 struct xfs_scrub *sc = rb->sc; in xrep_bmap_btree_load() local
[all …]
H A Dquota.c26 struct xfs_scrub *sc) in xchk_quota_to_dqtype()
43 struct xfs_scrub *sc) in xchk_setup_quota()
76 struct xfs_scrub *sc; member
83 struct xfs_scrub *sc, in xchk_quota_item_bmap()
124 struct xfs_scrub *sc, in xchk_quota_item_timer()
144 struct xfs_scrub *sc = sqi->sc; in xchk_quota_item() local
263 struct xfs_scrub *sc) in xchk_quota_data_fork()
303 struct xfs_scrub *sc) in xchk_quota()
H A Dnewbt.c57 struct xfs_scrub *sc = xnr->sc; in xrep_newbt_estimate_slack() local
97 struct xfs_scrub *sc, in xrep_newbt_init_ag()
116 struct xfs_scrub *sc, in xrep_newbt_init_inode()
142 struct xfs_scrub *sc) in xrep_newbt_init_metadir_inode()
178 struct xfs_scrub *sc) in xrep_newbt_init_bare()
253 struct xfs_scrub *sc = xnr->sc; in xrep_newbt_validate_ag_alloc_hint() local
270 struct xfs_scrub *sc = xnr->sc; in xrep_newbt_alloc_ag_blocks() local
331 struct xfs_scrub *sc = xnr->sc; in xrep_newbt_validate_file_alloc_hint() local
345 struct xfs_scrub *sc = xnr->sc; in xrep_newbt_alloc_file_blocks() local
425 struct xfs_scrub *sc = xnr->sc; in xrep_newbt_free_extent() local
[all …]
H A Drmap.c35 struct xfs_scrub *sc) in xchk_setup_ag_rmapbt()
81 struct xfs_scrub *sc, in xchk_rmapbt_xref_refc()
112 struct xfs_scrub *sc, in xchk_rmapbt_xref()
149 struct xfs_scrub *sc = bs->sc; in xchk_rmapbt_check_unwritten_in_keyflags() local
187 struct xfs_scrub *sc, in xchk_rmapbt_is_shareable()
287 struct xfs_scrub *sc = bs->sc; in xchk_rmapbt_mark_bitmap() local
397 struct xfs_scrub *sc, in xchk_rmapbt_walk_ag_metadata()
510 struct xfs_scrub *sc, in xchk_rmapbt_check_bitmaps()
546 struct xfs_scrub *sc) in xchk_rmapbt()
585 struct xfs_scrub *sc, in xchk_xref_is_only_owned_by()
[all …]
H A Ddir_repair.c119 struct xfs_scrub *sc; member
170 struct xfs_scrub *sc) in xrep_dir_teardown()
186 struct xfs_scrub *sc) in xrep_setup_directory()
219 struct xfs_scrub *sc = rd->sc; in xrep_dir_lookup_parent() local
244 struct xfs_scrub *sc = rd->sc; in xrep_dir_dcache_parent() local
388 struct xfs_scrub *sc = rd->sc; in xrep_dir_salvage_entry() local
698 struct xfs_scrub *sc = rd->sc; in xrep_dir_replay_createname() local
960 struct xfs_scrub *sc = rd->sc; in xrep_dir_recover() local
1042 struct xfs_scrub *sc = rd->sc; in xrep_dir_salvage_entries() local
1097 struct xfs_scrub *sc, in xrep_dir_scan_pptr()
[all …]
H A Drtsummary.c43 struct xfs_scrub *sc) in xchk_setup_rtsummary()
116 struct xfs_scrub *sc, in xfsum_load()
127 struct xfs_scrub *sc, in xfsum_store()
138 struct xfs_scrub *sc, in xfsum_copyout()
170 struct xfs_scrub *sc = priv; in xchk_rtsum_record_free() local
211 struct xfs_scrub *sc) in xchk_rtsum_compute()
227 struct xfs_scrub *sc) in xchk_rtsum_compare()
306 struct xfs_scrub *sc) in xchk_rtsummary()
/linux/fs/ocfs2/cluster/
H A Dtcp.c63 #define SC_NODEF_ARGS(sc) sc->sc_node->nd_name, sc->sc_node->nd_num, \ argument
82 #define sclog(sc, fmt, args...) do { \ argument
159 struct o2net_sock_container *sc) in o2net_set_nst_sock_container()
170 static inline void o2net_set_sock_timer(struct o2net_sock_container *sc) in o2net_set_sock_timer()
175 static inline void o2net_set_data_ready_time(struct o2net_sock_container *sc) in o2net_set_data_ready_time()
180 static inline void o2net_set_advance_start_time(struct o2net_sock_container *sc) in o2net_set_advance_start_time()
185 static inline void o2net_set_advance_stop_time(struct o2net_sock_container *sc) in o2net_set_advance_stop_time()
190 static inline void o2net_set_func_start_time(struct o2net_sock_container *sc) in o2net_set_func_start_time()
195 static inline void o2net_set_func_stop_time(struct o2net_sock_container *sc) in o2net_set_func_stop_time()
216 static ktime_t o2net_get_func_run_time(struct o2net_sock_container *sc) in o2net_get_func_run_time()
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dpio.c518 static void cr_group_addresses(struct send_context *sc, dma_addr_t *dma) in cr_group_addresses()
534 struct send_context *sc; in sc_halted() local
550 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold()
575 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold()
583 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold()
620 void set_pio_integrity(struct send_context *sc) in set_pio_integrity()
631 static u32 get_buffers_allocated(struct send_context *sc) in get_buffers_allocated()
641 static void reset_buffers_allocated(struct send_context *sc) in reset_buffers_allocated()
657 struct send_context *sc = NULL; in sc_alloc() local
835 void sc_free(struct send_context *sc) in sc_free()
[all …]

1234567891011