| /Linux-v5.4/drivers/scsi/ | 
| D | aha1542.h | 81 struct ccb {		/* Command Control Block 5.3 */  struct82 	u8 op;		/* Command Control Block Operation Code */
 83 	u8 idlun;	/* op=0,2:Target Id, op=1:Initiator Id */
 87 	u8 cdblen;	/* SCSI Command Length */
 88 	u8 rsalen;	/* Request Sense Allocation Length/Disable */
 89 	u8 datalen[3];	/* Data Length (msb, .., lsb) */
 90 	u8 dataptr[3];	/* Data Pointer */
 91 	u8 linkptr[3];	/* Link Pointer */
 92 	u8 commlinkid;	/* Command Linking Identifier */
 93 	u8 hastat;	/* Host Adapter Status (HASTAT) */
 [all …]
 
 | 
| D | BusLogic.c | 162 	struct blogic_ccb *ccb = (struct blogic_ccb *) blk_pointer;  in blogic_init_ccbs()  local216 	struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL;  in blogic_destroy_ccbs()  local
 280 	struct blogic_ccb *ccb;  in blogic_alloc_ccb()  local
 308 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap)  in blogic_dealloc_ccb()
 2595 static void blogic_qcompleted_ccb(struct blogic_ccb *ccb)  in blogic_qcompleted_ccb()
 2702 		struct blogic_ccb *ccb =  in blogic_scan_inbox()  local
 2744 		struct blogic_ccb *ccb = adapter->firstccb;  in blogic_process_ccbs()  local
 2966 		enum blogic_action action, struct blogic_ccb *ccb)  in blogic_write_outbox()
 3034 	struct blogic_ccb *ccb;  in blogic_qcmd_lck()  local
 3326 	struct blogic_ccb *ccb;  local
 
 | 
| D | aha1542.c | 64 	struct ccb *ccb;  member270 	struct ccb *ccb = aha1542->ccb;  in aha1542_interrupt()  local
 403 	struct ccb *ccb = aha1542->ccb;  in aha1542_queuecommand()  local
 861 	struct ccb *ccb = aha1542->ccb;  in aha1542_dev_reset()  local
 
 | 
| D | ncr53c8xx.c | 1500 struct ccb {  struct1508 	struct dsb	phys;
 1516 	struct launch	start;
 1524 	struct launch	restart;
 1533 	ncrcmd		patch[8];
 1562 	u_long		p_ccb;		/* BUS address of this CCB	*/  argument
 1570 	struct ccb *	link_ccb;	/* Host adapter CCB chain	*/  argument
 1571 	struct list_head link_ccbq;	/* Link to unit CCB queue	*/  argument
 1576 #define CCB_PHYS(cp,lbl)	(cp->p_ccb + offsetof(struct ccb, lbl))  argument
 1744 	struct ccb	*ccb;		/* Global CCB			*/  member
 
 | 
| D | stex.c | 329 	struct st_ccb *ccb;  member426 	struct req_msg *req, struct st_ccb *ccb)  in stex_map_sg()
 458 	struct req_msg *req, struct st_ccb *ccb)  in stex_ss_map_sg()
 490 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb)  in stex_controller_info()
 567 	struct st_ccb *ccb;  in return_abnormal_state()  local
 771 static void stex_copy_data(struct st_ccb *ccb,  in stex_copy_data()
 787 	struct st_ccb *ccb, struct status_msg *resp)  in stex_check_cmd()
 799 	struct st_ccb *ccb;  in stex_mu_intr()  local
 913 	struct st_ccb *ccb;  in stex_ss_mu_intr()  local
 
 | 
| D | BusLogic.h | 865 	u32 ccb;			/* Bytes 0-3 */  member875 	u32 ccb;					/* Bytes 0-3 */  member
 
 | 
| /Linux-v5.4/drivers/misc/ | 
| D | hpilo.h | 78 struct ccb {  struct82 	} ccb_u1;  argument
 86 	} ccb_u2;  argument
 92 	} ccb_u3;  argument
 96 	} ccb_u4;  argument
 102 	} ccb_u5;  argument
 109 /* ccb queue parameters */  argument
 
 | 
| D | hpilo.c | 129 static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb,  in ilo_pkt_enqueue()144 static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb,  in ilo_pkt_dequeue()
 173 static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb)  in ilo_pkt_recv()
 180 static inline void doorbell_set(struct ccb *ccb)  in doorbell_set()
 185 static inline void doorbell_clr(struct ccb *ccb)  in doorbell_clr()
 200 static void ctrl_setup(struct ccb *ccb, int nr_desc, int l2desc_sz)  in ctrl_setup()
 374 static inline int is_channel_reset(struct ccb *ccb)  in is_channel_reset()
 380 static inline void set_channel_reset(struct ccb *ccb)  in set_channel_reset()
 
 | 
| /Linux-v5.4/drivers/bcma/ | 
| D | driver_chipcommon_b.c | 33 void bcma_chipco_b_mii_write(struct bcma_drv_cc_b *ccb, u32 offset, u32 value)  in bcma_chipco_b_mii_write()45 int bcma_core_chipcommon_b_init(struct bcma_drv_cc_b *ccb)  in bcma_core_chipcommon_b_init()
 58 void bcma_core_chipcommon_b_free(struct bcma_drv_cc_b *ccb)  in bcma_core_chipcommon_b_free()
 
 | 
| /Linux-v5.4/drivers/scsi/pm8001/ | 
| D | pm8001_hwi.c | 1526 		struct pm8001_ccb_info *ccb;  in pm8001_work_fn()  local1586 		struct pm8001_ccb_info *ccb;  in pm8001_work_fn()  local
 1723 	struct pm8001_ccb_info *ccb;  in pm8001_send_abort_all()  local
 1773 	struct pm8001_ccb_info *ccb;  in pm8001_send_read_log()  local
 1857 	struct pm8001_ccb_info *ccb;  in mpi_ssp_completion()  local
 2110 	struct pm8001_ccb_info *ccb;  in mpi_ssp_event()  local
 2297 	struct pm8001_ccb_info *ccb;  in mpi_sata_completion()  local
 2684 	struct pm8001_ccb_info *ccb;  in mpi_sata_event()  local
 2904 	struct pm8001_ccb_info *ccb;  in mpi_smp_completion()  local
 3105 	struct pm8001_ccb_info *ccb = &pm8001_ha->ccb_info[tag];  in pm8001_mpi_set_dev_state_resp()  local
 [all …]
 
 | 
| D | pm8001_sas.c | 52 		struct pm8001_ccb_info *ccb;  in pm8001_find_tag()  local295 	struct pm8001_ccb_info *ccb)  in pm8001_task_prep_smp()
 322 	struct pm8001_ccb_info *ccb)  in pm8001_task_prep_ata()
 334 	struct pm8001_ccb_info *ccb, struct pm8001_tmf_task *tmf)  in pm8001_task_prep_ssp_tm()
 345 	struct pm8001_ccb_info *ccb)  in pm8001_task_prep_ssp()
 386 	struct pm8001_ccb_info *ccb;  in pm8001_task_exec()  local
 524 	struct sas_task *task, struct pm8001_ccb_info *ccb, u32 ccb_idx)  in pm8001_ccb_task_free()
 802 	struct pm8001_ccb_info *ccb;  in pm8001_exec_internal_task_abort()  local
 942 		struct pm8001_ccb_info *ccb = &pm8001_ha->ccb_info[i];  in pm8001_open_reject_retry()  local
 
 | 
| D | pm80xx_hwi.c | 1406 	struct pm8001_ccb_info *ccb;  in pm80xx_send_abort_all()  local1459 	struct pm8001_ccb_info *ccb;  in pm80xx_send_read_log()  local
 1545 	struct pm8001_ccb_info *ccb;  in mpi_ssp_completion()  local
 1812 	struct pm8001_ccb_info *ccb;  in mpi_ssp_event()  local
 2008 	struct pm8001_ccb_info *ccb;  in mpi_sata_completion()  local
 2397 	struct pm8001_ccb_info *ccb;  in mpi_sata_event()  local
 2634 	struct pm8001_ccb_info *ccb;  in mpi_smp_completion()  local
 3885 	struct pm8001_ccb_info *ccb)  in pm80xx_chip_smp_req()
 4048 	struct pm8001_ccb_info *ccb)  in pm80xx_chip_ssp_io_req()
 4208 	struct pm8001_ccb_info *ccb)  in pm80xx_chip_sata_req()
 [all …]
 
 | 
| D | pm8001_sas.h | 732 			struct sas_task *task, struct pm8001_ccb_info *ccb,  in pm8001_ccb_task_free_done()
 | 
| /Linux-v5.4/drivers/scsi/megaraid/ | 
| D | megaraid_mbox.c | 952 	mbox_ccb_t		*ccb;  in megaraid_alloc_cmd_packets()  local1338 	mbox_ccb_t		*ccb;  in megaraid_mbox_mksgl()  local
 1379 	mbox_ccb_t	*ccb;  in mbox_post_cmd()  local
 1486 	mbox_ccb_t		*ccb;  in DEF_SCSI_QCMD()  local
 1938 	mbox_ccb_t		*ccb;  in megaraid_mbox_prepare_pthru()  local
 1987 	mbox_ccb_t		*ccb;  in megaraid_mbox_prepare_epthru()  local
 2182 	mbox_ccb_t		*ccb;  in megaraid_mbox_dpc()  local
 3315 	mbox_ccb_t		*ccb;  in megaraid_mbox_display_scb()  local
 3408 	mbox_ccb_t	*ccb;  in megaraid_cmm_register()  local
 3568 	mbox_ccb_t		*ccb;  in megaraid_mbox_mm_command()  local
 
 | 
| D | mega_common.h | 65 	caddr_t			ccb;  member
 | 
| /Linux-v5.4/drivers/scsi/arcmsr/ | 
| D | arcmsr_hba.c | 1248 static void arcmsr_pci_unmap_dma(struct CommandControlBlock *ccb)  in arcmsr_pci_unmap_dma()1255 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb)  in arcmsr_ccb_complete()
 1269 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb)  in arcmsr_report_sense_info()
 1329 			struct CommandControlBlock *ccb, bool error)  in arcmsr_report_ccb_state()
 1534 	struct CommandControlBlock *ccb;  in arcmsr_remove_scsi_devices()  local
 1627 			struct CommandControlBlock *ccb = acb->pccb_pool[i];  in arcmsr_remove()  local
 1725 	struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd)  in arcmsr_build_ccb()
 1779 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb)  in arcmsr_post_ccb()
 2414 	struct CommandControlBlock *ccb;  in arcmsr_hbaC_postqueue_isr()  local
 2452 	struct CommandControlBlock *ccb;  in arcmsr_hbaD_postqueue_isr()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/brocade/bna/ | 
| D | bnad.c | 73 bnad_cq_cleanup(struct bnad *bnad, struct bna_ccb *ccb)  in bnad_cq_cleanup()519 bnad_cq_setup_skb_frags(struct bna_ccb *ccb, struct sk_buff *skb, u32 nvecs)  in bnad_cq_setup_skb_frags()
 587 bnad_cq_process(struct bnad *bnad, struct bna_ccb *ccb, int budget)  in bnad_cq_process()
 740 bnad_netif_rx_schedule_poll(struct bnad *bnad, struct bna_ccb *ccb)  in bnad_netif_rx_schedule_poll()
 755 	struct bna_ccb *ccb = (struct bna_ccb *)data;  in bnad_msix_rx()  local
 1019 bnad_cb_ccb_setup(struct bnad *bnad, struct bna_ccb *ccb)  in bnad_cb_ccb_setup()
 1029 bnad_cb_ccb_destroy(struct bnad *bnad, struct bna_ccb *ccb)  in bnad_cb_ccb_destroy()
 1153 	struct bna_ccb *ccb;  in bnad_cb_rx_stall()  local
 1212 	struct bna_ccb *ccb;  in bnad_cb_rx_cleanup()  local
 1235 	struct bna_ccb *ccb;  in bnad_cb_rx_post()  local
 
 | 
| D | bnad.h | 48 	struct bna_ccb *ccb;  member
 | 
| D | bna_types.h | 554 	struct bna_ccb *ccb;  member636 	struct bna_ccb *ccb;  member
 
 | 
| D | bna_tx_rx.c | 2695 bna_rx_dim_update(struct bna_ccb *ccb)  in bna_rx_dim_update()
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | icswx.h | 136 	struct coprocessor_completion_block ccb;  member
 | 
| /Linux-v5.4/drivers/sbus/char/ | 
| D | oradax.c | 760 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem)  in dax_prt_ccbs()
 | 
| /Linux-v5.4/drivers/scsi/aic7xxx/ | 
| D | aic7xxx_core.c | 7319 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb,  in ahc_find_tmode_devs()7360 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb)  in ahc_handle_en_lun()
 
 | 
| D | aic79xx_core.c | 10226 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb,  in ahd_find_tmode_devs()10267 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb)  in ahd_handle_en_lun()
 
 |