| /linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ | 
| D | scb.h | 42 	struct scb *scb;  /* backptr for easy lookup */  member47 	struct scb *scb;	/* back pointer for easy reference */  member
 64 struct scb {  struct
 78 	struct scb_ampdu scb_ampdu;	/* AMPDU state including per tid info */  argument
 
 | 
| D | ampdu.c | 284 					    struct scb *scb)  in brcms_c_scb_ampdu_update_config()485 	struct scb *scb = &wlc->pri_scb;  in brcms_c_ampdu_tx_operational()  local
 522 	struct scb *scb = &wlc->pri_scb;  in brcms_c_ampdu_add_frame()  local
 837 brcms_c_ampdu_dotxstatus_complete(struct ampdu_info *ampdu, struct scb *scb,  in brcms_c_ampdu_dotxstatus_complete()
 1030 brcms_c_ampdu_dotxstatus(struct ampdu_info *ampdu, struct scb *scb,  in brcms_c_ampdu_dotxstatus()
 
 | 
| D | mac80211_if.c | 806 	struct scb *scb = &wl->wlc->pri_scb;  in brcms_ops_sta_add()  local829 	struct scb *scb = &wl->wlc->pri_scb;  in brcms_ops_ampdu_action()  local
 
 | 
| D | main.c | 839 	struct scb *scb = NULL;  in brcms_c_dotxstatus()  local3156 void brcms_c_init_scb(struct scb *scb)  in brcms_c_init_scb()
 6222 		     struct sk_buff *p, struct scb *scb, uint frag,  in brcms_c_d11hdrs_mac80211()
 6920 	struct scb *scb = &wlc->pri_scb;  in brcms_c_sendpkt_mac80211()  local
 
 | 
| D | main.h | 216 #define BRCMS_STF_SS_STBC_TX(wlc, scb) \  argument
 | 
| /linux-4.1.27/drivers/scsi/ | 
| D | initio.c | 688 	struct scsi_ctrl_blk *scb;  in initio_alloc_scb()  local795 static void initio_unlink_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)  in initio_unlink_pend_scb()
 865 static void initio_unlink_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)  in initio_unlink_busy_scb()
 1035 	struct scsi_ctrl_blk *scb;  in initio_bad_seq()  local
 1052 static void initio_exec_scb(struct initio_host * host, struct scsi_ctrl_blk * scb)  in initio_exec_scb()
 1103 	struct scsi_ctrl_blk *scb;  in tulip_main()  local
 1175 	struct scsi_ctrl_blk *scb;  in tulip_scsi()  local
 1326 	struct scsi_ctrl_blk *scb = host->active;  in initio_state_1()  local
 1381 	struct scsi_ctrl_blk *scb = host->active;  in initio_state_2()  local
 1410 	struct scsi_ctrl_blk *scb = host->active;  in initio_state_3()  local
 [all …]
 
 | 
| D | ips.c | 213 #define IPS_DMA_DIR(scb) ((!scb->scsi_cmd || ips_is_passthru(scb->scsi_cmd) || \  argument653 	ips_scb_t *scb;  in ips_release()  local
 727 	ips_scb_t *scb;  in ips_halt()  local
 846 	ips_scb_t *scb;  in __ips_eh_reset()  local
 1280 	ips_scb_t *scb;  in ips_intr_copperhead()  local
 1344 	ips_scb_t *scb;  in ips_intr_morpheus()  local
 1568 ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr)  in ips_make_passthru()
 1662 ips_flash_copperhead(ips_ha_t * ha, ips_passthru_t * pt, ips_scb_t * scb)  in ips_flash_copperhead()
 1734 ips_flash_bios(ips_ha_t * ha, ips_passthru_t * pt, ips_scb_t * scb)  in ips_flash_bios()
 1799 		       ips_scb_t * scb, int indx, unsigned int e_len)  in ips_fill_scb_sg_single()
 [all …]
 
 | 
| D | a100u2w.c | 277 static void orc_exec_scb(struct orc_host * host, struct orc_scb * scb)  in orc_exec_scb()444 	struct orc_scb *scb;  in setup_SCBs()  local
 597 	struct orc_scb *scb;  in orc_device_reset()  local
 698 	struct orc_scb *scb;  in orc_alloc_scb()  local
 716 static void orc_release_scb(struct orc_host *host, struct orc_scb *scb)  in orc_release_scb()
 738 static int orchid_abort_scb(struct orc_host * host, struct orc_scb * scb)  in orchid_abort_scb()
 765 	struct orc_scb *scb;  in inia100_abort_cmd()  local
 814 	struct orc_scb *scb;  in orc_interrupt()  local
 842 static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struct scsi_cmnd * cmd)  in inia100_build_scb()
 916 	struct orc_scb *scb;  in inia100_queue_lck()  local
 [all …]
 
 | 
| D | wd7000.c | 450 typedef struct scb {		/* Command Control Block 5.4.1               */  struct468 	struct scb *next;	/* for lists of scbs                         */  argument
 810 	Scb *scb, *p = NULL;  in alloc_scbs()  local
 861 static inline void free_scb(Scb * scb)  in free_scb()
 1004 	Scb *scb;	/* for SCSI commands */  in wd7000_intr()  local
 1087 	Scb *scb;  in wd7000_queuecommand_lck()  local
 
 | 
| D | wd719x.c | 156 	struct wd719x_scb *scb;  in wd719x_destroy()  local188 	struct wd719x_scb *scb = (struct wd719x_scb *) cmd->host_scribble;  in wd719x_finish_cmd()  local
 205 	struct wd719x_scb *scb;  in wd719x_queuecommand()  local
 467 	struct wd719x_scb *scb = (struct wd719x_scb *)cmd->host_scribble;  in wd719x_abort()  local
 516 	struct wd719x_scb *scb, *tmp;  in wd719x_host_reset()  local
 556 					struct wd719x_scb *scb)  in wd719x_interrupt_SCB()
 680 			struct wd719x_scb *scb;  in wd719x_interrupt()  local
 
 | 
| D | megaraid.c | 375 	scb_t	*scb;  in megaraid_queue_lck()  local429 	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, Scsi_Cmnd *cmd,  in mega_prepare_passthru()
 1016 mega_prepare_extpassthru(adapter_t *adapter, scb_t *scb, Scsi_Cmnd *cmd,  in mega_prepare_extpassthru()
 1069 	scb_t *scb;  in __mega_runpendq()  local
 1098 issue_scb(adapter_t *adapter, scb_t *scb)  in issue_scb()
 1422 	scb_t	*scb;  in mega_cmd_done()  local
 1675 mega_free_scb(adapter_t *adapter, scb_t *scb)  in mega_free_scb()
 1722 mega_build_sglist(adapter_t *adapter, scb_t *scb, u32 *buf, u32 *len)  in mega_build_sglist()
 [all …]
 
 | 
| D | dpt_i2o.c | 326 	u8  scb[16];  in adpt_inquiry()  local
 | 
| D | initio.h | 520 	struct scsi_ctrl_blk *scb;		/* 20 */  member
 | 
| D | ips.h | 61    #define IPS_COMMAND_ID(ha, scb)     (int) (scb - ha->scbs)  argument
 | 
| /linux-4.1.27/sound/pci/cs46xx/ | 
| D | dsp_spos_scb_lib.c | 75 	struct dsp_scb_descriptor * scb = scb_info->scb_desc;  in cs46xx_dsp_proc_scb_info_read()  local115 static void _dsp_unlink_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb)  in _dsp_unlink_scb()
 177 void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * scb)  in cs46xx_dsp_remove_scb()
 232 void cs46xx_dsp_proc_free_scb_desc (struct dsp_scb_descriptor * scb)  in cs46xx_dsp_proc_free_scb_desc()
 250 					struct dsp_scb_descriptor * scb)  in cs46xx_dsp_proc_register_scb_desc()
 297 	struct dsp_scb_descriptor * scb;  in _dsp_create_generic_scb()  local
 392 	struct dsp_scb_descriptor * scb;  in cs46xx_dsp_create_timing_master_scb()  local
 429 	struct dsp_scb_descriptor * scb;  in cs46xx_dsp_create_codec_out_scb()  local
 468 	struct dsp_scb_descriptor * scb;  in cs46xx_dsp_create_codec_in_scb()  local
 514 	struct dsp_scb_descriptor * scb;  in cs46xx_dsp_create_pcm_reader_scb()  local
 [all …]
 
 | 
| D | cs46xx_lib.h | 126 #define cs46xx_dsp_proc_free_scb_desc(scb)  argument127 #define cs46xx_dsp_proc_register_scb_desc(chip, scb)  argument
 
 | 
| D | dsp_spos.h | 208 					       struct dsp_scb_descriptor * scb)   in cs46xx_dsp_spos_update_scb()219 					      struct dsp_scb_descriptor * scb,  in cs46xx_dsp_scb_set_volume()
 
 | 
| D | dsp_spos.c | 1928 	struct dsp_scb_descriptor * scb;   in cs46xx_dsp_set_dac_volume()  local
 | 
| /linux-4.1.27/drivers/scsi/aic7xxx/ | 
| D | aic7xxx_osm.h | 234 ahc_scb_timer_reset(struct scb *scb, u_int usec)  in ahc_scb_timer_reset()555 void ahc_set_transaction_status(struct scb *scb, uint32_t status)  in ahc_set_transaction_status()
 568 void ahc_set_scsi_status(struct scb *scb, uint32_t status)  in ahc_set_scsi_status()
 580 uint32_t ahc_get_transaction_status(struct scb *scb)  in ahc_get_transaction_status()
 592 uint32_t ahc_get_scsi_status(struct scb *scb)  in ahc_get_scsi_status()
 598 void ahc_set_transaction_tag(struct scb *scb, int enabled, u_int type)  in ahc_set_transaction_tag()
 607 u_long ahc_get_transfer_length(struct scb *scb)  in ahc_get_transfer_length()
 613 int ahc_get_transfer_dir(struct scb *scb)  in ahc_get_transfer_dir()
 619 void ahc_set_residual(struct scb *scb, u_long resid)  in ahc_set_residual()
 625 void ahc_set_sense_residual(struct scb *scb, u_long resid)  in ahc_set_sense_residual()
 [all …]
 
 | 
| D | aic79xx_osm.h | 544 void ahd_set_transaction_status(struct scb *scb, uint32_t status)  in ahd_set_transaction_status()557 void ahd_set_scsi_status(struct scb *scb, uint32_t status)  in ahd_set_scsi_status()
 569 uint32_t ahd_get_transaction_status(struct scb *scb)  in ahd_get_transaction_status()
 581 uint32_t ahd_get_scsi_status(struct scb *scb)  in ahd_get_scsi_status()
 587 void ahd_set_transaction_tag(struct scb *scb, int enabled, u_int type)  in ahd_set_transaction_tag()
 596 u_long ahd_get_transfer_length(struct scb *scb)  in ahd_get_transfer_length()
 602 int ahd_get_transfer_dir(struct scb *scb)  in ahd_get_transfer_dir()
 608 void ahd_set_residual(struct scb *scb, u_long resid)  in ahd_set_residual()
 614 void ahd_set_sense_residual(struct scb *scb, u_long resid)  in ahd_set_sense_residual()
 620 u_long ahd_get_residual(struct scb *scb)  in ahd_get_residual()
 [all …]
 
 | 
| D | aic79xx_core.c | 414 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb,  in ahd_sg_setup()438 ahd_setup_scb_common(struct ahd_softc *ahd, struct scb *scb)  in ahd_setup_scb_common()
 459 ahd_setup_data_scb(struct ahd_softc *ahd, struct scb *scb)  in ahd_setup_data_scb()
 496 ahd_setup_noxfer_scb(struct ahd_softc *ahd, struct scb *scb)  in ahd_setup_noxfer_scb()
 505 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr)  in ahd_sg_bus_to_virt()
 515 ahd_sg_virt_to_bus(struct ahd_softc *ahd, struct scb *scb, void *sg)  in ahd_sg_virt_to_bus()
 527 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op)  in ahd_sync_scb()
 536 ahd_sync_sglist(struct ahd_softc *ahd, struct scb *scb, int op)  in ahd_sync_sglist()
 548 ahd_sync_sense(struct ahd_softc *ahd, struct scb *scb, int op)  in ahd_sync_sense()
 798 	struct scb* scb;  in ahd_lookup_scb()  local
 [all …]
 
 | 
| D | aic7xxx_core.c | 372 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr)  in ahc_sg_bus_to_virt()384 ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg)  in ahc_sg_virt_to_bus()
 402 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op)  in ahc_sync_scb()
 411 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op)  in ahc_sync_sglist()
 436 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb)  in ahc_update_residual()
 529 	struct scb *scb;  in ahc_get_scb()  local
 545 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb)  in ahc_free_scb()
 564 	struct scb* scb;  in ahc_lookup_scb()  local
 574 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb)  in ahc_swap_with_next_hscb()
 614 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb)  in ahc_queue_scb()
 [all …]
 
 | 
| D | aic79xx.h | 76 #define	SCB_IS_SCSIBUS_B(ahd, scb) (0)  argument77 #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 …]
 
 | 
| D | aic79xx_inline.h | 158 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()
 
 | 
| D | aic7xxx.h | 77 #define	SCB_IS_SCSIBUS_B(ahc, scb) \  argument79 #define	SCB_GET_OUR_ID(scb) \  argument
 81 #define	SCB_GET_TARGET(ahc, scb) \  argument
 83 #define	SCB_GET_CHANNEL(ahc, scb) \  argument
 85 #define	SCB_GET_LUN(scb) \  argument
 87 #define SCB_GET_TARGET_OFFSET(ahc, scb)	\  argument
 89 #define SCB_GET_TARGET_MASK(ahc, scb) \  argument
 92 #define SCB_IS_SILENT(scb)					\  argument
 96 #define SCB_IS_SILENT(scb)					\  argument
 561 struct scb {  struct
 [all …]
 
 | 
| D | aic7xxx_osm.c | 253 ahc_print_path(struct ahc_softc *ahc, struct scb *scb)  in ahc_print_path()459 ahc_linux_unmap_scb(struct ahc_softc *ahc, struct scb *scb)  in ahc_linux_unmap_scb()
 470 ahc_linux_map_seg(struct ahc_softc *ahc, struct scb *scb,  in ahc_linux_map_seg()
 1265 ahc_platform_freeze_devq(struct ahc_softc *ahc, struct scb *scb)  in ahc_platform_freeze_devq()
 1426 	struct	 scb *scb;  in ahc_linux_run_command()  local
 1694 ahc_done(struct ahc_softc *ahc, struct scb *scb)  in ahc_done()
 1815 			     struct scsi_device *sdev, struct scb *scb)  in ahc_linux_handle_scsi_status()
 
 | 
| D | aic79xx_osm.c | 224 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()
 1395 ahd_platform_freeze_devq(struct ahd_softc *ahd, struct scb *scb)  in ahd_platform_freeze_devq()
 1559 	struct	 scb *scb;  in ahd_linux_run_command()  local
 1776 ahd_done(struct ahd_softc *ahd, struct scb *scb)  in ahd_done()
 1884 			     struct scsi_device *sdev, struct scb *scb)  in ahd_linux_handle_scsi_status()
 
 | 
| /linux-4.1.27/drivers/scsi/megaraid/ | 
| D | megaraid_mbox.c | 966 	scb_t			*scb;  in megaraid_alloc_cmd_packets()  local1292 	scb_t			*scb = NULL;  in megaraid_alloc_scb()  local
 1327 megaraid_dealloc_scb(adapter_t *adapter, scb_t *scb)  in megaraid_dealloc_scb()
 1352 megaraid_mbox_mksgl(adapter_t *adapter, scb_t *scb)  in megaraid_mbox_mksgl()
 1391 mbox_post_cmd(adapter_t *adapter, scb_t *scb)  in mbox_post_cmd()
 1463 	scb_t		*scb;  in megaraid_queue_command_lck()  local
 1513 	scb_t			*scb;  in DEF_SCSI_QCMD()  local
 1889 	scb_t			*scb;  in megaraid_mbox_runpendq()  local
 1958 megaraid_mbox_prepare_pthru(adapter_t *adapter, scb_t *scb,  in megaraid_mbox_prepare_pthru()
 2007 megaraid_mbox_prepare_epthru(adapter_t *adapter, scb_t *scb,  in megaraid_mbox_prepare_epthru()
 [all …]
 
 | 
| /linux-4.1.27/drivers/scsi/aic94xx/ | 
| D | aic94xx_task.c | 368 	struct scb *scb;  in asd_build_ata_ascb()  local437 	struct scb *scb;  in asd_build_smp_ascb()  local
 486 	struct scb *scb;  in asd_build_ssp_ascb()  local
 
 | 
| D | aic94xx_tmf.c | 412 	struct scb *scb;  in asd_abort_task()  local581 	struct scb *scb;  in asd_initiate_ssp_tmf()  local
 
 | 
| D | aic94xx_scb.c | 646 	struct scb *scb = ascb->scb;  in control_phy_tasklet_complete()  local779 	struct scb *scb = ascb->scb;  in asd_build_control_phy()  local
 
 | 
| D | aic94xx_sas.h | 627 struct scb {  struct628 	struct scb_header header;  argument
 635 		struct empty_scb         escb;  argument
 
 | 
| D | aic94xx_hwi.h | 134 	struct scb *scb;	  /* equals dma_scb->vaddr */  member
 | 
| /linux-4.1.27/drivers/bluetooth/ | 
| D | bfusb.c | 128 	struct bfusb_data_scb *scb = (void *) skb->cb;  in bfusb_send_bulk()  local218 	struct bfusb_data_scb *scb;  in bfusb_rx_submit()  local
 
 | 
| D | bpa10x.c | 81 		struct { __u8 type; int expect; } *scb;  in bpa10x_recv()  local
 | 
| /linux-4.1.27/net/bluetooth/cmtp/ | 
| D | core.c | 225 		struct cmtp_scb *scb = (void *) skb->cb;  in cmtp_process_transmit()  local
 | 
| D | capi.c | 138 	struct cmtp_scb *scb = (void *) skb->cb;  in cmtp_send_capimsg()  local
 | 
| /linux-4.1.27/arch/mips/sgi-ip22/ | 
| D | ip28-berr.c | 168 	u32 scb, scw;  in print_cache_tags()  local
 | 
| /linux-4.1.27/drivers/net/ethernet/i825xx/ | 
| D | sun3_82586.c | 151 	volatile struct scb_struct	*scb;	/* volatile is important */  member
 | 
| D | lib82596.c | 291 	u32 scb;  member303 	volatile struct i596_scb scb		__attribute__((aligned(32)));  member
 
 | 
| D | 82596.c | 307 	struct i596_scb *scb;  member319 	volatile struct i596_scb scb;  member
 
 | 
| /linux-4.1.27/drivers/net/wireless/ | 
| D | rayctl.h | 404 struct scb {  struct405     UCHAR ccs_index;
 406     UCHAR rcs_index;
 
 | 
| /linux-4.1.27/drivers/media/pci/cx18/ | 
| D | cx18-driver.h | 593 	struct cx18_scb __iomem *scb; /* pointer to SCB */  member
 | 
| /linux-4.1.27/net/ipv4/ | 
| D | tcp_input.c | 3076 		struct tcp_skb_cb *scb = TCP_SKB_CB(skb);  in tcp_clean_rtx_queue()  local
 | 
| /linux-4.1.27/drivers/net/ethernet/intel/ | 
| D | e100.c | 295 	} scb;  member
 |