Home
last modified time | relevance | path

Searched defs:ccb (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/scsi/
A Daha1542.h82 struct ccb { struct
83 u8 op; /* Command Control Block Operation Code: */
87 u8 idlun; /* Address and Direction Control: */
92 u8 cdblen; /* SCSI Command Length */
94 u8 datalen[3]; /* Data Length (MSB, ..., LSB) */
95 u8 dataptr[3]; /* Data Pointer (MSB, ..., LSB) */
96 u8 linkptr[3]; /* Link Pointer (MSB, ..., LSB) */
97 u8 commlinkid; /* Command Linking Identifier */
98 u8 hastat; /* Host Adapter Status (HASTAT) */
99 u8 tarstat; /* Target Device Status (TARSTAT) */
[all …]
A DBusLogic.c163 struct blogic_ccb *ccb = (struct blogic_ccb *) blk_pointer; in blogic_init_ccbs() local
217 struct blogic_ccb *next_ccb = adapter->all_ccbs, *ccb, *lastccb = NULL; in blogic_destroy_ccbs() local
281 struct blogic_ccb *ccb; in blogic_alloc_ccb() local
309 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb()
2444 static void blogic_qcompleted_ccb(struct blogic_ccb *ccb) in blogic_qcompleted_ccb()
2551 struct blogic_ccb *ccb = in blogic_scan_inbox() local
2593 struct blogic_ccb *ccb = adapter->firstccb; in blogic_process_ccbs() local
2815 enum blogic_action action, struct blogic_ccb *ccb) in blogic_write_outbox()
2883 struct blogic_ccb *ccb; in blogic_qcmd_lck() local
3174 struct blogic_ccb *ccb; local
A Dncr53c8xx.c1498 struct ccb { struct
1506 struct dsb phys;
1514 struct launch start;
1522 struct launch restart;
1531 ncrcmd patch[8];
1560 u_long p_ccb; /* BUS address of this CCB */ argument
1568 struct ccb * link_ccb; /* Host adapter CCB chain */ argument
1569 struct list_head link_ccbq; /* Link to unit CCB queue */ argument
1574 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument
1742 struct ccb *ccb; /* Global CCB */ member
A Daha1542.c64 struct ccb *ccb; member
289 struct ccb *ccb = aha1542->ccb; in aha1542_interrupt() local
426 struct ccb *ccb = aha1542->ccb; in aha1542_queuecommand() local
873 struct ccb *ccb = aha1542->ccb; in aha1542_dev_reset() local
A Dstex.c329 struct st_ccb *ccb; member
423 struct req_msg *req, struct st_ccb *ccb) in stex_map_sg()
455 struct req_msg *req, struct st_ccb *ccb) in stex_ss_map_sg()
487 static void stex_controller_info(struct st_hba *hba, struct st_ccb *ccb) in stex_controller_info()
564 struct st_ccb *ccb; in return_abnormal_state() local
768 static void stex_copy_data(struct st_ccb *ccb, in stex_copy_data()
784 struct st_ccb *ccb, struct status_msg *resp) in stex_check_cmd()
796 struct st_ccb *ccb; in stex_mu_intr() local
910 struct st_ccb *ccb; in stex_ss_mu_intr() local
A DBusLogic.h857 u32 ccb; /* Bytes 0-3 */ member
867 u32 ccb; /* Bytes 0-3 */ member
/linux/drivers/misc/
A Dhpilo.h81 struct ccb { struct
85 } ccb_u1; argument
89 } ccb_u2; argument
95 } ccb_u3; argument
99 } ccb_u4; argument
105 } ccb_u5; argument
112 /* ccb queue parameters */ argument
A Dhpilo.c129 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()
373 static inline int is_channel_reset(struct ccb *ccb) in is_channel_reset()
379 static inline void set_channel_reset(struct ccb *ccb) in set_channel_reset()
/linux/drivers/bcma/
A Ddriver_chipcommon_b.c33 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/drivers/scsi/pm8001/
A Dpm8001_hwi.c1519 struct pm8001_ccb_info *ccb; in pm8001_work_fn() local
1577 struct pm8001_ccb_info *ccb; in pm8001_work_fn() local
1755 struct pm8001_ccb_info *ccb; in pm8001_send_abort_all() local
1805 struct pm8001_ccb_info *ccb; in pm8001_send_read_log() local
1888 struct pm8001_ccb_info *ccb; in mpi_ssp_completion() local
2122 struct pm8001_ccb_info *ccb; in mpi_ssp_event() local
2289 struct pm8001_ccb_info *ccb; in mpi_sata_completion() local
2688 struct pm8001_ccb_info *ccb; in mpi_sata_event() local
2886 struct pm8001_ccb_info *ccb; in mpi_smp_completion() local
3537 struct pm8001_ccb_info *ccb; in pm8001_mpi_reg_resp() local
[all …]
A Dpm8001_sas.c52 struct pm8001_ccb_info *ccb; in pm8001_find_tag() local
299 struct pm8001_ccb_info *ccb) in pm8001_task_prep_smp()
326 struct pm8001_ccb_info *ccb) in pm8001_task_prep_ata()
338 struct pm8001_ccb_info *ccb, struct pm8001_tmf_task *tmf) in pm8001_task_prep_ssp_tm()
349 struct pm8001_ccb_info *ccb) in pm8001_task_prep_ssp()
388 struct pm8001_ccb_info *ccb; in pm8001_task_exec() local
528 struct sas_task *task, struct pm8001_ccb_info *ccb, u32 ccb_idx) in pm8001_ccb_task_free()
803 struct pm8001_ccb_info *ccb; in pm8001_exec_internal_task_abort() local
935 struct pm8001_ccb_info *ccb = &pm8001_ha->ccb_info[i]; in pm8001_open_reject_retry() local
A Dpm80xx_hwi.c1772 struct pm8001_ccb_info *ccb; in pm80xx_send_abort_all() local
1826 struct pm8001_ccb_info *ccb; in pm80xx_send_read_log() local
1912 struct pm8001_ccb_info *ccb; in mpi_ssp_completion() local
2204 struct pm8001_ccb_info *ccb; in mpi_ssp_event() local
2386 struct pm8001_ccb_info *ccb; in mpi_sata_completion() local
2823 struct pm8001_ccb_info *ccb; in mpi_sata_event() local
3049 struct pm8001_ccb_info *ccb; in mpi_smp_completion() local
4236 struct pm8001_ccb_info *ccb) in pm80xx_chip_smp_req()
4397 struct pm8001_ccb_info *ccb) in pm80xx_chip_ssp_io_req()
4545 struct pm8001_ccb_info *ccb) in pm80xx_chip_sata_req()
[all …]
/linux/drivers/scsi/megaraid/
A Dmegaraid_mbox.c954 mbox_ccb_t *ccb; in megaraid_alloc_cmd_packets() local
1340 mbox_ccb_t *ccb; in megaraid_mbox_mksgl() local
1381 mbox_ccb_t *ccb; in mbox_post_cmd() local
1487 mbox_ccb_t *ccb; in DEF_SCSI_QCMD() local
1937 mbox_ccb_t *ccb; in megaraid_mbox_prepare_pthru() local
1986 mbox_ccb_t *ccb; in megaraid_mbox_prepare_epthru() local
2181 mbox_ccb_t *ccb; in megaraid_mbox_dpc() local
3306 mbox_ccb_t *ccb; in megaraid_mbox_display_scb() local
3399 mbox_ccb_t *ccb; in megaraid_cmm_register() local
3559 mbox_ccb_t *ccb; in megaraid_mbox_mm_command() local
A Dmega_common.h65 caddr_t ccb; member
/linux/drivers/scsi/arcmsr/
A Darcmsr_hba.c1593 struct CommandControlBlock *ccb; in arcmsr_remove_scsi_devices() local
2505 struct CommandControlBlock *ccb; in arcmsr_hbaC_postqueue_isr() local
2543 struct CommandControlBlock *ccb; in arcmsr_hbaD_postqueue_isr() local
2586 struct CommandControlBlock *ccb; in arcmsr_hbaE_postqueue_isr() local
2613 struct CommandControlBlock *ccb; in arcmsr_hbaF_postqueue_isr() local
3168 struct CommandControlBlock *ccb = NULL; in arcmsr_get_freeccb() local
3238 struct CommandControlBlock *ccb; in arcmsr_queue_command_lck() local
3491 struct CommandControlBlock *ccb; in arcmsr_hbaA_polling_ccbdone() local
3553 struct CommandControlBlock *ccb; in arcmsr_hbaB_polling_ccbdone() local
4544 struct CommandControlBlock *ccb; in arcmsr_iop_reset() local
[all …]
/linux/drivers/net/ethernet/brocade/bna/
A Dbnad.c73 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
A Dbnad.h48 struct bna_ccb *ccb; member
A Dbna_types.h554 struct bna_ccb *ccb; member
636 struct bna_ccb *ccb; member
A Dbna_tx_rx.c2695 bna_rx_dim_update(struct bna_ccb *ccb) in bna_rx_dim_update()
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
A Dcrb.h128 struct coprocessor_completion_block ccb; member
A Dnxu.h312 volatile struct nx_ccb_t ccb; /* byte[48:63] */ member
632 struct nx_ccb_t ccb; /* byte[48:63] */ member
/linux/arch/powerpc/include/asm/
A Dicswx.h149 struct coprocessor_completion_block ccb; member
/linux/drivers/sbus/char/
A Doradax.c758 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
/linux/drivers/scsi/aic7xxx/
A Daic7xxx_core.c7284 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, in ahc_find_tmode_devs()
7325 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) in ahc_handle_en_lun()
A Daic79xx_core.c10180 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb, in ahd_find_tmode_devs()
10221 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb) in ahd_handle_en_lun()

Completed in 145 milliseconds

12