Home
last modified time | relevance | path

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

123456789

/drivers/net/wan/lmc/
Dlmc_media.c158 lmc_dummy_set_1 (lmc_softc_t * const sc, int a) in lmc_dummy_set_1()
163 lmc_dummy_set2_1 (lmc_softc_t * const sc, lmc_ctl_t * a) in lmc_dummy_set2_1()
172 lmc_hssi_init (lmc_softc_t * const sc) in lmc_hssi_init()
180 lmc_hssi_default (lmc_softc_t * const sc) in lmc_hssi_default()
194 lmc_hssi_set_status (lmc_softc_t * const sc, lmc_ctl_t * ctl) in lmc_hssi_set_status()
225 lmc_hssi_set_clock (lmc_softc_t * const sc, int ie) in lmc_hssi_set_clock()
252 lmc_hssi_get_link_status (lmc_softc_t * const sc) in lmc_hssi_get_link_status()
262 lmc_hssi_set_link_status (lmc_softc_t * const sc, int state) in lmc_hssi_set_link_status()
276 lmc_hssi_set_crc_length (lmc_softc_t * const sc, int state) in lmc_hssi_set_crc_length()
295 lmc_hssi_watchdog (lmc_softc_t * const sc) in lmc_hssi_watchdog()
[all …]
Dlmc_main.c113 lmc_softc_t *sc = dev_to_sc(dev); in lmc_ioctl() local
642 lmc_softc_t *sc = dev_to_sc(dev); in lmc_watchdog() local
819 lmc_softc_t *sc; in lmc_init_one() local
991 lmc_softc_t *sc = dev_to_sc(dev); in lmc_open() local
1104 lmc_softc_t *sc = dev_to_sc(dev); in lmc_running_reset() local
1141 lmc_softc_t *sc = dev_to_sc(dev); in lmc_close() local
1160 lmc_softc_t *sc = dev_to_sc(dev); in lmc_ifdown() local
1226 lmc_softc_t *sc = dev_to_sc(dev); in lmc_interrupt() local
1412 lmc_softc_t *sc = dev_to_sc(dev); in lmc_start_xmit() local
1500 lmc_softc_t *sc = dev_to_sc(dev); in lmc_rx() local
[all …]
Dlmc_proto.c50 void lmc_proto_attach(lmc_softc_t *sc) /*FOLD00*/ in lmc_proto_attach()
65 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd) in lmc_proto_ioctl()
73 int lmc_proto_open(lmc_softc_t *sc) in lmc_proto_open()
90 void lmc_proto_close(lmc_softc_t *sc) in lmc_proto_close()
100 __be16 lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb) /*FOLD00*/ in lmc_proto_type()
122 void lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb) /*FOLD00*/ in lmc_proto_netif()
/drivers/net/wireless/ath/ath9k/
Dchannel.c23 static int ath_set_channel(struct ath_softc *sc) in ath_set_channel()
102 void ath_chanctx_init(struct ath_softc *sc) in ath_chanctx_init()
129 void ath_chanctx_set_channel(struct ath_softc *sc, struct ath_chanctx *ctx, in ath_chanctx_set_channel()
156 struct ath_chanctx* ath_is_go_chanctx_present(struct ath_softc *sc) in ath_is_go_chanctx_present()
232 static u32 chanctx_event_delta(struct ath_softc *sc) in chanctx_event_delta()
246 void ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_check_active()
326 ath_chanctx_get_next(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_get_next()
333 static void ath_chanctx_adjust_tbtt_delta(struct ath_softc *sc) in ath_chanctx_adjust_tbtt_delta()
372 static void ath_chanctx_setup_timer(struct ath_softc *sc, u32 tsf_time) in ath_chanctx_setup_timer()
388 static void ath_chanctx_handle_bmiss(struct ath_softc *sc, in ath_chanctx_handle_bmiss()
[all …]
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 = (struct ath_softc *) data; in ath_btcoex_period_timer() local
[all …]
Dmain.c57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames()
84 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) in ath9k_setpower()
98 struct ath_softc *sc = (struct ath_softc *) data; in ath_ps_full_sleep() local
112 void ath9k_ps_wakeup(struct ath_softc *sc) in ath9k_ps_wakeup()
143 void ath9k_ps_restore(struct ath_softc *sc) in ath9k_ps_restore()
181 static void __ath_cancel_work(struct ath_softc *sc) in __ath_cancel_work()
193 void ath_cancel_work(struct ath_softc *sc) in ath_cancel_work()
199 void ath_restart_work(struct ath_softc *sc) in ath_restart_work()
211 static bool ath_prepare_reset(struct ath_softc *sc) in ath_prepare_reset()
231 static bool ath_complete_reset(struct ath_softc *sc, bool start) in ath_complete_reset()
[all …]
Drecv.c23 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc) in ath9k_check_auto_sleep()
37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_link()
71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_relink()
80 static void ath_setdefantenna(struct ath_softc *sc, u32 antenna) in ath_setdefantenna()
88 static void ath_opmode_init(struct ath_softc *sc) in ath_opmode_init()
110 static bool ath_rx_edma_buf_link(struct ath_softc *sc, in ath_rx_edma_buf_link()
138 static void ath_rx_addbuffer_edma(struct ath_softc *sc, in ath_rx_addbuffer_edma()
155 static void ath_rx_remove_buffer(struct ath_softc *sc, in ath_rx_remove_buffer()
171 static void ath_rx_edma_cleanup(struct ath_softc *sc) in ath_rx_edma_cleanup()
198 static int ath_rx_edma_init(struct ath_softc *sc, int nbufs) in ath_rx_edma_init()
[all …]
Dbeacon.c22 static void ath9k_reset_beacon_status(struct ath_softc *sc) in ath9k_reset_beacon_status()
33 static void ath9k_beaconq_config(struct ath_softc *sc) in ath9k_beaconq_config()
72 static void ath9k_beacon_setup(struct ath_softc *sc, struct ieee80211_vif *vif, in ath9k_beacon_setup()
115 struct ath_softc *sc = hw->priv; in ath9k_beacon_generate() local
195 void ath9k_beacon_assign_slot(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_beacon_assign_slot()
217 void ath9k_beacon_remove_slot(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_beacon_remove_slot()
244 void ath9k_beacon_ensure_primary_slot(struct ath_softc *sc) in ath9k_beacon_ensure_primary_slot()
306 static int ath9k_beacon_choose_slot(struct ath_softc *sc) in ath9k_beacon_choose_slot()
334 static void ath9k_set_tsfadjust(struct ath_softc *sc, in ath9k_set_tsfadjust()
363 bool ath9k_csa_is_finished(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_csa_is_finished()
[all …]
Dlink.c23 static bool ath_tx_complete_check(struct ath_softc *sc) in ath_tx_complete_check()
58 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_check_work() local
72 bool ath_hw_check(struct ath_softc *sc) in ath_hw_check()
97 static bool ath_hw_pll_rx_hang_check(struct ath_softc *sc, u32 pll_sqsum) in ath_hw_pll_rx_hang_check()
120 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_pll_work() local
148 static void ath_paprd_activate(struct ath_softc *sc) in ath_paprd_activate()
172 static bool ath_paprd_send_frame(struct ath_softc *sc, struct sk_buff *skb, int chain) in ath_paprd_send_frame()
214 struct ath_softc *sc = container_of(work, struct ath_softc, paprd_work); in ath_paprd_calibrate() local
306 struct ath_softc *sc = (struct ath_softc *)data; in ath_ani_calibrate() local
421 void ath_start_ani(struct ath_softc *sc) in ath_start_ani()
[all …]
Dinit.c122 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_iowrite32() local
137 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_ioread32() local
160 static unsigned int __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, in __ath9k_reg_rmw()
177 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_reg_rmw() local
199 struct ath_softc *sc = hw->priv; in ath9k_reg_notifier() local
227 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, in ath_descdma_setup()
350 static int ath9k_init_queues(struct ath_softc *sc) in ath9k_init_queues()
367 static void ath9k_init_misc(struct ath_softc *sc) in ath9k_init_misc()
393 static void ath9k_init_pcoem_platform(struct ath_softc *sc) in ath9k_init_pcoem_platform()
482 static int ath9k_eeprom_request(struct ath_softc *sc, const char *name) in ath9k_eeprom_request()
[all …]
Ddebug.c29 void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause) in ath9k_debug_sync_cause()
89 struct ath_softc *sc = file->private_data; in read_file_debug() local
101 struct ath_softc *sc = file->private_data; in write_file_debug() local
135 struct ath_softc *sc = file->private_data; in read_file_ani() local
191 struct ath_softc *sc = file->private_data; in write_file_ani() local
234 struct ath_softc *sc = file->private_data; in read_file_bt_ant_diversity() local
247 struct ath_softc *sc = file->private_data; in write_file_bt_ant_diversity() local
285 void ath9k_debug_stat_ant(struct ath_softc *sc, in ath9k_debug_stat_ant()
303 struct ath_softc *sc = file->private_data; in read_file_antenna_diversity() local
407 struct ath_softc *sc = hw->priv; in read_file_dma() local
[all …]
Dxmit.c101 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete()
116 void __ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in __ath_tx_queue_tid()
138 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid()
156 struct ath_softc *sc = hw->priv; in ath9k_wake_tx_queue() local
198 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done()
214 ath_get_skb_tid(struct ath_softc *sc, struct ath_node *an, struct sk_buff *skb) in ath_get_skb_tid()
224 struct ath_softc *sc = tid->an->sc; in ath_tid_pull() local
275 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid()
314 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_update_baw()
332 static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_addto_baw()
[all …]
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()
295 static u8 ath_mci_process_profile(struct ath_softc *sc, in ath_mci_process_profile()
330 static u8 ath_mci_process_status(struct ath_softc *sc, in ath_mci_process_status()
367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg()
434 int ath_mci_setup(struct ath_softc *sc) in ath_mci_setup()
473 void ath_mci_cleanup(struct ath_softc *sc) in ath_mci_cleanup()
483 void ath_mci_intr(struct ath_softc *sc) in ath_mci_intr()
[all …]
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
231 struct ath_softc *sc = file->private_data; in read_file_tx99_power() local
246 struct ath_softc *sc = file->private_data; in write_file_tx99_power() local
274 void ath9k_tx99_init_debug(struct ath_softc *sc) in ath9k_tx99_init_debug()
Dwow.c33 static u8 ath9k_wow_map_triggers(struct ath_softc *sc, in ath9k_wow_map_triggers()
50 static int ath9k_wow_add_disassoc_deauth_pattern(struct ath_softc *sc) in ath9k_wow_add_disassoc_deauth_pattern()
138 static int ath9k_wow_add_pattern(struct ath_softc *sc, in ath9k_wow_add_pattern()
170 struct ath_softc *sc = hw->priv; in ath9k_suspend() local
282 struct ath_softc *sc = hw->priv; in ath9k_resume() local
316 struct ath_softc *sc = hw->priv; in ath9k_set_wakeup() local
329 struct ath_softc *sc = hw->priv; in ath9k_init_wow() local
344 struct ath_softc *sc = hw->priv; in ath9k_deinit_wow() local
Dpci.c783 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath_pci_read_cachesize() local
822 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath_pci_aspm_init() local
886 struct ath_softc *sc; in ath_pci_probe() local
993 struct ath_softc *sc = hw->priv; in ath_pci_remove() local
1008 struct ath_softc *sc = hw->priv; in ath_pci_suspend() local
1032 struct ath_softc *sc = hw->priv; in ath_pci_resume() local
/drivers/clk/qcom/
Dgdsc.c47 static int gdsc_is_enabled(struct gdsc *sc, unsigned int reg) in gdsc_is_enabled()
59 static int gdsc_hwctrl(struct gdsc *sc, bool en) in gdsc_hwctrl()
66 static int gdsc_poll_status(struct gdsc *sc, unsigned int reg, bool en) in gdsc_poll_status()
82 static int gdsc_toggle_logic(struct gdsc *sc, bool en) in gdsc_toggle_logic()
121 static inline int gdsc_deassert_reset(struct gdsc *sc) in gdsc_deassert_reset()
130 static inline int gdsc_assert_reset(struct gdsc *sc) in gdsc_assert_reset()
139 static inline void gdsc_force_mem_on(struct gdsc *sc) in gdsc_force_mem_on()
148 static inline void gdsc_clear_mem_on(struct gdsc *sc) in gdsc_clear_mem_on()
157 static inline void gdsc_deassert_clamp_io(struct gdsc *sc) in gdsc_deassert_clamp_io()
163 static inline void gdsc_assert_clamp_io(struct gdsc *sc) in gdsc_assert_clamp_io()
[all …]
/drivers/scsi/snic/
Dsnic_scsi.c36 #define snic_cmd_tag(sc) (((struct scsi_cmnd *) sc)->request->tag) argument
112 snic_io_lock_hash(struct snic *snic, struct scsi_cmnd *sc) in snic_io_lock_hash()
129 struct scsi_cmnd *sc) in snic_release_req_buf()
165 struct scsi_cmnd *sc, in snic_queue_icmnd_req()
243 struct scsi_cmnd *sc) in snic_issue_scsi_req()
334 snic_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *sc) in snic_queuecommand()
379 struct scsi_cmnd *sc, in snic_proc_tmreq_pending_state()
412 struct scsi_cmnd *sc, in snic_process_io_failed_state()
486 snic_tmreq_pending(struct scsi_cmnd *sc) in snic_tmreq_pending()
502 struct scsi_cmnd *sc) in snic_process_icmnd_cmpl_status()
[all …]
/drivers/dma/sh/
Dsudmac.c54 #define to_sdev(sc) container_of(sc->shdma_chan.dma_chan.device, \ argument
82 static void sudmac_writel(struct sudmac_chan *sc, u32 data, u32 reg) in sudmac_writel()
87 static u32 sudmac_readl(struct sudmac_chan *sc, u32 reg) in sudmac_readl()
92 static bool sudmac_is_busy(struct sudmac_chan *sc) in sudmac_is_busy()
102 static void sudmac_set_reg(struct sudmac_chan *sc, struct sudmac_regs *hw, in sudmac_set_reg()
110 static void sudmac_start(struct sudmac_chan *sc) in sudmac_start()
121 struct sudmac_chan *sc = to_chan(schan); in sudmac_start_xfer() local
130 struct sudmac_chan *sc = to_chan(schan); in sudmac_channel_busy() local
140 struct sudmac_chan *sc, int slave_id) in sudmac_find_slave()
157 struct sudmac_chan *sc = to_chan(schan); in sudmac_set_slave() local
[all …]
/drivers/infiniband/hw/hfi1/
Dpio.c569 static void cr_group_addresses(struct send_context *sc, dma_addr_t *dma) in cr_group_addresses()
585 struct send_context *sc; in sc_halted() local
601 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold()
626 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold()
634 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold()
671 void set_pio_integrity(struct send_context *sc) in set_pio_integrity()
682 static u32 get_buffers_allocated(struct send_context *sc) in get_buffers_allocated()
692 static void reset_buffers_allocated(struct send_context *sc) in reset_buffers_allocated()
708 struct send_context *sc = NULL; in sc_alloc() local
901 void sc_free(struct send_context *sc) in sc_free()
[all …]
/drivers/hid/
Dhid-sony.c578 static inline void sony_schedule_work(struct sony_sc *sc, in sony_schedule_work()
602 struct sony_sc *sc = hid_get_drvdata(hdev); in ds4_show_poll_interval() local
612 struct sony_sc *sc = hid_get_drvdata(hdev); in ds4_store_poll_interval() local
813 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_report_fixup() local
843 static void sixaxis_parse_report(struct sony_sc *sc, u8 *rd, int size) in sixaxis_parse_report()
893 static void dualshock4_parse_report(struct sony_sc *sc, u8 *rd, int size) in dualshock4_parse_report()
1082 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_raw_event() local
1201 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_mapping() local
1243 static int sony_register_touchpad(struct sony_sc *sc, int touch_count, in sony_register_touchpad()
1303 static void sony_unregister_touchpad(struct sony_sc *sc) in sony_unregister_touchpad()
[all …]
/drivers/md/
Ddm-stripe.c53 struct stripe_c *sc = container_of(work, struct stripe_c, in trigger_event() local
74 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe()
100 struct stripe_c *sc; in stripe_ctr() local
206 struct stripe_c *sc = (struct stripe_c *) ti->private; in stripe_dtr() local
215 static void stripe_map_sector(struct stripe_c *sc, sector_t sector, in stripe_map_sector()
243 static void stripe_map_range_sector(struct stripe_c *sc, sector_t sector, in stripe_map_range_sector()
263 static int stripe_map_range(struct stripe_c *sc, struct bio *bio, in stripe_map_range()
287 struct stripe_c *sc = ti->private; in stripe_map() local
318 struct stripe_c *sc = ti->private; in stripe_dax_direct_access() local
339 struct stripe_c *sc = ti->private; in stripe_dax_copy_from_iter() local
[all …]
/drivers/net/ethernet/broadcom/
Dsb1250-mac.c436 struct sbmac_softc *sc = (struct sbmac_softc *)bus->priv; in sbmac_mii_read() local
530 struct sbmac_softc *sc = (struct sbmac_softc *)bus->priv; in sbmac_mii_write() local
784 static int sbdma_add_rcvbuffer(struct sbmac_softc *sc, struct sbmacdma *d, in sbdma_add_rcvbuffer()
1018 static void sbdma_fillring(struct sbmac_softc *sc, struct sbmacdma *d) in sbdma_fillring()
1031 struct sbmac_softc *sc = netdev_priv(netdev); in sbmac_netpoll() local
1065 static int sbdma_rx_process(struct sbmac_softc *sc, struct sbmacdma *d, in sbdma_rx_process()
1230 static void sbdma_tx_process(struct sbmac_softc *sc, struct sbmacdma *d, in sbdma_tx_process()
1378 static void sbmac_uninitctx(struct sbmac_softc *sc) in sbmac_uninitctx()
1653 static enum sbmac_state sbmac_set_channel_state(struct sbmac_softc *sc, in sbmac_set_channel_state()
1698 static void sbmac_promiscuous_mode(struct sbmac_softc *sc,int onoff) in sbmac_promiscuous_mode()
[all …]
/drivers/usb/atm/
Dueagle-atm.c296 #define IS_OPERATIONAL(sc) \ argument
590 #define uea_wait(sc, cond, timeo) \ argument
864 static int uea_idma_write(struct uea_softc *sc, const void *data, u32 size) in uea_idma_write()
892 static int request_dsp(struct uea_softc *sc) in request_dsp()
943 struct uea_softc *sc = container_of(work, struct uea_softc, task); in uea_load_page_e1() local
1018 static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) in __uea_load_page_e4()
1068 struct uea_softc *sc = container_of(work, struct uea_softc, task); in uea_load_page_e4() local
1119 static inline void wake_up_cmv_ack(struct uea_softc *sc) in wake_up_cmv_ack()
1126 static inline int wait_cmv_ack(struct uea_softc *sc) in wait_cmv_ack()
1143 static int uea_request(struct uea_softc *sc, in uea_request()
[all …]
/drivers/scsi/fnic/
Dfnic_scsi.c107 struct scsi_cmnd *sc) in fnic_io_lock_hash()
126 struct scsi_cmnd *sc) in fnic_release_ioreq_buf()
320 struct scsi_cmnd *sc, in fnic_queue_wq_copy_desc()
429 static int fnic_queuecommand_lck(struct scsi_cmnd *sc, void (*done)(struct scsi_cmnd *)) in fnic_queuecommand_lck()
836 struct scsi_cmnd *sc; in fnic_fcpio_icmnd_cmpl_handler() local
1073 struct scsi_cmnd *sc; in fnic_fcpio_itmf_cmpl_handler() local
1354 struct scsi_cmnd *sc; in fnic_cleanup_io() local
1439 struct scsi_cmnd *sc; in fnic_wq_copy_cleanup_handler() local
1549 struct scsi_cmnd *sc; in fnic_rport_exch_reset() local
1669 struct scsi_cmnd *sc; in fnic_terminate_rport_io() local
[all …]

123456789