/Linux-v4.19/drivers/scsi/ |
D | aha1542.h | 81 struct ccb { /* Command Control Block 5.3 */ struct 82 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 | 169 struct blogic_ccb *ccb = (struct blogic_ccb *) blk_pointer; in blogic_init_ccbs() local 223 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs() local 286 struct blogic_ccb *ccb; in blogic_alloc_ccb() local 314 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb() 2600 static void blogic_qcompleted_ccb(struct blogic_ccb *ccb) in blogic_qcompleted_ccb() 2706 struct blogic_ccb *ccb = in blogic_scan_inbox() local 2748 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs() local 2970 enum blogic_action action, struct blogic_ccb *ccb) in blogic_write_outbox() 3038 struct blogic_ccb *ccb; in blogic_qcmd_lck() local 3330 struct blogic_ccb *ccb; local
|
D | aha1542.c | 62 struct ccb ccb[AHA1542_MAILBOXES]; member 247 struct ccb *ccb = aha1542->ccb; in aha1542_interrupt() local 380 struct ccb *ccb = aha1542->ccb; in aha1542_queuecommand() local 499 struct ccb *ccb = aha1542->ccb; in setup_mailboxes() local 805 struct ccb *ccb = aha1542->ccb; in aha1542_dev_reset() local
|
D | ncr53c8xx.c | 1512 struct ccb { struct 1520 struct dsb phys; 1528 struct launch start; 1536 struct launch restart; 1545 ncrcmd patch[8]; 1574 u_long p_ccb; /* BUS address of this CCB */ argument 1582 struct ccb * link_ccb; /* Host adapter CCB chain */ argument 1583 struct list_head link_ccbq; /* Link to unit CCB queue */ argument 1588 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument 1756 struct ccb *ccb; /* Global CCB */ member
|
D | stex.c | 334 struct st_ccb *ccb; member 431 struct req_msg *req, struct st_ccb *ccb) in stex_map_sg() 463 struct req_msg *req, struct st_ccb *ccb) in stex_ss_map_sg() 495 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb) in stex_controller_info() 572 struct st_ccb *ccb; in return_abnormal_state() local 776 static void stex_copy_data(struct st_ccb *ccb, in stex_copy_data() 792 struct st_ccb *ccb, struct status_msg *resp) in stex_check_cmd() 804 struct st_ccb *ccb; in stex_mu_intr() local 918 struct st_ccb *ccb; in stex_ss_mu_intr() local
|
D | BusLogic.h | 872 u32 ccb; /* Bytes 0-3 */ member 882 u32 ccb; /* Bytes 0-3 */ member
|
/Linux-v4.19/drivers/misc/ |
D | hpilo.h | 78 struct ccb { struct 82 } 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 | 122 static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_enqueue() 137 static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_dequeue() 166 static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb) in ilo_pkt_recv() 173 static inline void doorbell_set(struct ccb *ccb) in doorbell_set() 178 static inline void doorbell_clr(struct ccb *ccb) in doorbell_clr() 193 static void ctrl_setup(struct ccb *ccb, int nr_desc, int l2desc_sz) in ctrl_setup() 367 static inline int is_channel_reset(struct ccb *ccb) in is_channel_reset() 373 static inline void set_channel_reset(struct ccb *ccb) in set_channel_reset()
|
/Linux-v4.19/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-v4.19/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 1518 struct pm8001_ccb_info *ccb; in pm8001_work_fn() local 1578 struct pm8001_ccb_info *ccb; in pm8001_work_fn() local 1715 struct pm8001_ccb_info *ccb; in pm8001_send_abort_all() local 1765 struct pm8001_ccb_info *ccb; in pm8001_send_read_log() local 1849 struct pm8001_ccb_info *ccb; in mpi_ssp_completion() local 2102 struct pm8001_ccb_info *ccb; in mpi_ssp_event() local 2289 struct pm8001_ccb_info *ccb; in mpi_sata_completion() local 2676 struct pm8001_ccb_info *ccb; in mpi_sata_event() local 2897 struct pm8001_ccb_info *ccb; in mpi_smp_completion() local 3099 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() local 273 struct pm8001_ccb_info *ccb) in pm8001_task_prep_smp() 300 struct pm8001_ccb_info *ccb) in pm8001_task_prep_ata() 312 struct pm8001_ccb_info *ccb, struct pm8001_tmf_task *tmf) in pm8001_task_prep_ssp_tm() 323 struct pm8001_ccb_info *ccb) in pm8001_task_prep_ssp() 364 struct pm8001_ccb_info *ccb; in pm8001_task_exec() local 495 struct sas_task *task, struct pm8001_ccb_info *ccb, u32 ccb_idx) in pm8001_ccb_task_free() 773 struct pm8001_ccb_info *ccb; in pm8001_exec_internal_task_abort() local 911 struct pm8001_ccb_info *ccb = &pm8001_ha->ccb_info[i]; in pm8001_open_reject_retry() local
|
D | pm80xx_hwi.c | 1396 struct pm8001_ccb_info *ccb; in pm80xx_send_abort_all() local 1449 struct pm8001_ccb_info *ccb; in pm80xx_send_read_log() local 1535 struct pm8001_ccb_info *ccb; in mpi_ssp_completion() local 1802 struct pm8001_ccb_info *ccb; in mpi_ssp_event() local 1998 struct pm8001_ccb_info *ccb; in mpi_sata_completion() local 2387 struct pm8001_ccb_info *ccb; in mpi_sata_event() local 2624 struct pm8001_ccb_info *ccb; in mpi_smp_completion() local 3815 struct pm8001_ccb_info *ccb) in pm80xx_chip_smp_req() 3978 struct pm8001_ccb_info *ccb) in pm80xx_chip_ssp_io_req() 4138 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-v4.19/drivers/scsi/megaraid/ |
D | megaraid_mbox.c | 965 mbox_ccb_t *ccb; in megaraid_alloc_cmd_packets() local 1353 mbox_ccb_t *ccb; in megaraid_mbox_mksgl() local 1394 mbox_ccb_t *ccb; in mbox_post_cmd() local 1507 mbox_ccb_t *ccb; in DEF_SCSI_QCMD() local 1959 mbox_ccb_t *ccb; in megaraid_mbox_prepare_pthru() local 2008 mbox_ccb_t *ccb; in megaraid_mbox_prepare_epthru() local 2193 mbox_ccb_t *ccb; in megaraid_mbox_sync_scb() local 2228 mbox_ccb_t *ccb; in megaraid_mbox_dpc() local 3380 mbox_ccb_t *ccb; in megaraid_mbox_display_scb() local 3473 mbox_ccb_t *ccb; in megaraid_cmm_register() local [all …]
|
D | mega_common.h | 69 caddr_t ccb; member
|
/Linux-v4.19/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 1186 static void arcmsr_pci_unmap_dma(struct CommandControlBlock *ccb) in arcmsr_pci_unmap_dma() 1193 static void arcmsr_ccb_complete(struct CommandControlBlock *ccb) in arcmsr_ccb_complete() 1207 static void arcmsr_report_sense_info(struct CommandControlBlock *ccb) in arcmsr_report_sense_info() 1267 struct CommandControlBlock *ccb, bool error) in arcmsr_report_ccb_state() 1461 struct CommandControlBlock *ccb; in arcmsr_remove_scsi_devices() local 1555 struct CommandControlBlock *ccb = acb->pccb_pool[i]; in arcmsr_remove() local 1654 struct CommandControlBlock *ccb, struct scsi_cmnd *pcmd) in arcmsr_build_ccb() 1708 static void arcmsr_post_ccb(struct AdapterControlBlock *acb, struct CommandControlBlock *ccb) in arcmsr_post_ccb() 2337 struct CommandControlBlock *ccb; in arcmsr_hbaC_postqueue_isr() local 2372 struct CommandControlBlock *ccb; in arcmsr_hbaD_postqueue_isr() local [all …]
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 81 bnad_cq_cleanup(struct bnad *bnad, struct bna_ccb *ccb) in bnad_cq_cleanup() 527 bnad_cq_setup_skb_frags(struct bna_ccb *ccb, struct sk_buff *skb, u32 nvecs) in bnad_cq_setup_skb_frags() 595 bnad_cq_process(struct bnad *bnad, struct bna_ccb *ccb, int budget) in bnad_cq_process() 748 bnad_netif_rx_schedule_poll(struct bnad *bnad, struct bna_ccb *ccb) in bnad_netif_rx_schedule_poll() 763 struct bna_ccb *ccb = (struct bna_ccb *)data; in bnad_msix_rx() local 1027 bnad_cb_ccb_setup(struct bnad *bnad, struct bna_ccb *ccb) in bnad_cb_ccb_setup() 1037 bnad_cb_ccb_destroy(struct bnad *bnad, struct bna_ccb *ccb) in bnad_cb_ccb_destroy() 1161 struct bna_ccb *ccb; in bnad_cb_rx_stall() local 1220 struct bna_ccb *ccb; in bnad_cb_rx_cleanup() local 1243 struct bna_ccb *ccb; in bnad_cb_rx_post() local
|
D | bnad.h | 56 struct bna_ccb *ccb; member
|
D | bna_types.h | 562 struct bna_ccb *ccb; member 644 struct bna_ccb *ccb; member
|
D | bna_tx_rx.c | 2703 bna_rx_dim_update(struct bna_ccb *ccb) in bna_rx_dim_update()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | icswx.h | 140 struct coprocessor_completion_block ccb; member
|
/Linux-v4.19/drivers/sbus/char/ |
D | oradax.c | 772 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 7352 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, in ahc_find_tmode_devs() 7393 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) in ahc_handle_en_lun()
|
D | aic79xx_core.c | 10266 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, in ahd_find_tmode_devs() 10307 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb) in ahd_handle_en_lun()
|