Home
last modified time | relevance | path

Searched defs:scb (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/scsi/
H A Dips.c214 #define IPS_DMA_DIR(scb) ((!scb->scsi_cmd || ips_is_passthru(scb->scsi_cmd) || \ argument
648 ips_scb_t *scb; in ips_release() local
719 ips_scb_t *scb; in ips_halt() local
838 ips_scb_t *scb; in __ips_eh_reset() local
1255 ips_scb_t *scb; in ips_intr_copperhead() local
1319 ips_scb_t *scb; in ips_intr_morpheus() local
1543 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr) in ips_make_passthru()
1637 ips_flash_copperhead(ips_ha_t * ha, ips_passthru_t * pt, ips_scb_t * scb) in ips_flash_copperhead()
1708 ips_flash_bios(ips_ha_t * ha, ips_passthru_t * pt, ips_scb_t * scb) in ips_flash_bios()
1773 ips_scb_t * scb, int indx, unsigned int e_len) in ips_fill_scb_sg_single()
[all …]
H A Dmegaraid.c378 scb_t *scb; in megaraid_queue_lck() local
429 scb_t *scb; in DEF_SCSI_QCMD() local
525 scb_t *scb; in mega_build_cmd() local
952 mega_prepare_passthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, in mega_prepare_passthru()
1016 mega_prepare_extpassthru(adapter_t *adapter, scb_t *scb, in mega_prepare_extpassthru()
1070 scb_t *scb; in __mega_runpendq() local
1099 issue_scb(adapter_t *adapter, scb_t *scb) in issue_scb()
1423 scb_t *scb; in mega_cmd_done() local
1663 mega_free_scb(adapter_t *adapter, scb_t *scb) in mega_free_scb()
1710 mega_build_sglist(adapter_t *adapter, scb_t *scb, u32 *buf, u32 *len) in mega_build_sglist()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dscb.h58 struct scb { struct
64 struct scb_ampdu scb_ampdu; /* AMPDU state including per tid info */ argument
H A Dampdu.c278 struct scb *scb) in brcms_c_scb_ampdu_update_config()
457 struct scb *scb = &wlc->pri_scb; in brcms_c_ampdu_tx_operational() local
490 struct scb *scb = &wlc->pri_scb; in brcms_c_ampdu_add_frame() local
802 brcms_c_ampdu_dotxstatus_complete(struct ampdu_info *ampdu, struct scb *scb, in brcms_c_ampdu_dotxstatus_complete()
991 brcms_c_ampdu_dotxstatus(struct ampdu_info *ampdu, struct scb *scb, in brcms_c_ampdu_dotxstatus()
H A Dmac80211_if.c810 struct scb *scb = &wl->wlc->pri_scb; in brcms_ops_sta_add() local
830 struct scb *scb = &wl->wlc->pri_scb; in brcms_ops_ampdu_action() local
/linux/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c61 struct dsp_scb_descriptor * scb = scb_info->scb_desc; in cs46xx_dsp_proc_scb_info_read() local
97 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in _dsp_unlink_scb()
159 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb) in cs46xx_dsp_remove_scb()
206 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_free_scb_desc()
224 struct dsp_scb_descriptor * scb) in cs46xx_dsp_proc_register_scb_desc()
262 struct dsp_scb_descriptor * scb; in _dsp_create_generic_scb() local
353 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_timing_master_scb() local
390 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_codec_out_scb() local
429 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_codec_in_scb() local
475 struct dsp_scb_descriptor * scb; in cs46xx_dsp_create_pcm_reader_scb() local
[all …]
H A Dcs46xx_lib.h111 #define cs46xx_dsp_proc_free_scb_desc(scb) argument
112 #define cs46xx_dsp_proc_register_scb_desc(chip, scb) argument
H A Ddsp_spos.h193 struct dsp_scb_descriptor * scb) in cs46xx_dsp_spos_update_scb()
204 struct dsp_scb_descriptor * scb, in cs46xx_dsp_scb_set_volume()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h229 ahc_scb_timer_reset(struct scb *scb, u_int usec) in ahc_scb_timer_reset()
525 void ahc_set_transaction_status(struct scb *scb, uint32_t status) in ahc_set_transaction_status()
538 void ahc_set_scsi_status(struct scb *scb, uint32_t status) in ahc_set_scsi_status()
550 uint32_t ahc_get_transaction_status(struct scb *scb) in ahc_get_transaction_status()
562 uint32_t ahc_get_scsi_status(struct scb *scb) in ahc_get_scsi_status()
568 void ahc_set_transaction_tag(struct scb *scb, int enabled, u_int type) in ahc_set_transaction_tag()
577 u_long ahc_get_transfer_length(struct scb *scb) in ahc_get_transfer_length()
583 int ahc_get_transfer_dir(struct scb *scb) in ahc_get_transfer_dir()
589 void ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual()
595 void ahc_set_sense_residual(struct scb *scb, u_long resid) in ahc_set_sense_residual()
[all …]
H A Daic79xx_osm.h507 void ahd_set_transaction_status(struct scb *scb, uint32_t status) in ahd_set_transaction_status()
520 void ahd_set_scsi_status(struct scb *scb, uint32_t status) in ahd_set_scsi_status()
532 uint32_t ahd_get_transaction_status(struct scb *scb) in ahd_get_transaction_status()
544 uint32_t ahd_get_scsi_status(struct scb *scb) in ahd_get_scsi_status()
550 void ahd_set_transaction_tag(struct scb *scb, int enabled, u_int type) in ahd_set_transaction_tag()
559 u_long ahd_get_transfer_length(struct scb *scb) in ahd_get_transfer_length()
565 int ahd_get_transfer_dir(struct scb *scb) in ahd_get_transfer_dir()
571 void ahd_set_residual(struct scb *scb, u_long resid) in ahd_set_residual()
577 void ahd_set_sense_residual(struct scb *scb, u_long resid) in ahd_set_sense_residual()
583 u_long ahd_get_residual(struct scb *scb) in ahd_get_residual()
[all …]
H A Daic79xx_core.c406 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, in ahd_sg_setup()
430 ahd_setup_scb_common(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_scb_common()
451 ahd_setup_data_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_data_scb()
488 ahd_setup_noxfer_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_setup_noxfer_scb()
497 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr) in ahd_sg_bus_to_virt()
507 ahd_sg_virt_to_bus(struct ahd_softc *ahd, struct scb *scb, void *sg) in ahd_sg_virt_to_bus()
519 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_scb()
528 ahd_sync_sglist(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sglist()
540 ahd_sync_sense(struct ahd_softc *ahd, struct scb *scb, int op) in ahd_sync_sense()
790 struct scb* scb; in ahd_lookup_scb() local
[all …]
H A Daic7xxx_core.c365 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr) in ahc_sg_bus_to_virt()
377 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg) in ahc_sg_virt_to_bus()
395 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
404 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist()
429 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) in ahc_update_residual()
522 struct scb *scb; in ahc_get_scb() local
538 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_free_scb()
557 struct scb* scb; in ahc_lookup_scb() local
567 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) in ahc_swap_with_next_hscb()
607 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_queue_scb()
[all …]
H A Daic79xx.h76 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) argument
77 #define SCB_GET_OUR_ID(scb) \ argument
79 #define SCB_GET_TARGET(ahd, scb) \ argument
81 #define SCB_GET_CHANNEL(ahd, scb) \ argument
83 #define SCB_GET_LUN(scb) \ argument
85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ argument
87 #define SCB_GET_TARGET_MASK(ahd, scb) \ argument
90 #define SCB_IS_SILENT(scb) \ argument
94 #define SCB_IS_SILENT(scb) \ argument
109 #define SCB_GET_TAG(scb) \ argument
[all …]
H A Daic79xx_inline.h158 ahd_get_sense_buf(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_buf()
164 ahd_get_sense_bufaddr(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufaddr()
H A Daic7xxx_osm.c254 ahc_print_path(struct ahc_softc *ahc, struct scb *scb) in ahc_print_path()
461 ahc_linux_unmap_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_linux_unmap_scb()
472 ahc_linux_map_seg(struct ahc_softc *ahc, struct scb *scb, in ahc_linux_map_seg()
1252 ahc_platform_freeze_devq(struct ahc_softc *ahc, struct scb *scb) in ahc_platform_freeze_devq()
1413 struct scb *scb; in ahc_linux_run_command() local
1679 ahc_done(struct ahc_softc *ahc, struct scb *scb) in ahc_done()
1802 struct scsi_device *sdev, struct scb *scb) in ahc_linux_handle_scsi_status()
2045 struct scb *pending_scb = NULL, *scb; in ahc_linux_queue_recovery_cmd() local
H A Daic79xx_osm.c224 ahd_print_path(struct ahd_softc *ahd, struct scb *scb) in ahd_print_path()
534 ahd_linux_unmap_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_linux_unmap_scb()
1378 ahd_platform_freeze_devq(struct ahd_softc *ahd, struct scb *scb) in ahd_platform_freeze_devq()
1542 struct scb *scb; in ahd_linux_run_command() local
1759 ahd_done(struct ahd_softc *ahd, struct scb *scb) in ahd_done()
1878 struct scsi_device *sdev, struct scb *scb) in ahd_linux_handle_scsi_status()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c955 scb_t *scb; in megaraid_alloc_cmd_packets() local
1279 scb_t *scb = NULL; in megaraid_alloc_scb() local
1314 megaraid_dealloc_scb(adapter_t *adapter, scb_t *scb) in megaraid_dealloc_scb()
1339 megaraid_mbox_mksgl(adapter_t *adapter, scb_t *scb) in megaraid_mbox_mksgl()
1378 mbox_post_cmd(adapter_t *adapter, scb_t *scb) in mbox_post_cmd()
1443 scb_t *scb; in megaraid_queue_command_lck() local
1493 scb_t *scb; in DEF_SCSI_QCMD() local
1867 scb_t *scb; in megaraid_mbox_runpendq() local
1936 megaraid_mbox_prepare_pthru(adapter_t *adapter, scb_t *scb, in megaraid_mbox_prepare_pthru()
1985 megaraid_mbox_prepare_epthru(adapter_t *adapter, scb_t *scb, in megaraid_mbox_prepare_epthru()
[all …]
/linux/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c393 struct scb *scb; in asd_abort_task() local
562 struct scb *scb; in asd_initiate_ssp_tmf() local
H A Daic94xx_scb.c630 struct scb *scb = ascb->scb; in control_phy_tasklet_complete() local
769 struct scb *scb = ascb->scb; in asd_build_control_phy() local
/linux/drivers/bluetooth/
H A Dbfusb.c113 struct bfusb_data_scb *scb = (void *) skb->cb; in bfusb_send_bulk() local
203 struct bfusb_data_scb *scb; in bfusb_rx_submit() local
/linux/fs/afs/
H A Dsecurity.c177 unsigned int cb_break, struct afs_status_cb *scb) in afs_cache_permit()
H A Dfsclient.c56 struct afs_status_cb *scb) in xdr_decode_AFSFetchStatus()
139 struct afs_status_cb *scb) in xdr_decode_AFSCallBack()
1788 struct afs_status_cb *scb; in afs_deliver_fs_inline_bulk_status() local
H A Dyfsclient.c175 struct afs_status_cb *scb) in xdr_decode_YFSFetchStatus()
229 struct afs_status_cb *scb) in xdr_decode_YFSCallBack()
1845 struct afs_status_cb *scb; in yfs_deliver_fs_inline_bulk_status() local
/linux/arch/mips/sgi-ip22/
H A Dip28-berr.c172 u32 scb, scw; in print_cache_tags() local
/linux/arch/s390/kvm/
H A Dvsie.c73 static int set_validity_icpt(struct kvm_s390_sie_block *scb, in set_validity_icpt()
1597 struct kvm_s390_sie_block *scb = READ_ONCE(vcpu->arch.vsie_block); in kvm_s390_vsie_kick() local

12