/linux/drivers/scsi/ |
H A D | aha1542.h | 82 struct ccb { struct 83 u8 op; /* Command Control Block Operation Code: */ 87 u8 idlun; /* Address and Direction Control: */ 92 u8 cdblen; /* SCSI Command Length */ 93 u8 rsalen; /* Request Sense Allocation Length/Disable Auto Sense */ 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) */ [all …]
|
H A D | ncr53c8xx.c | 1497 struct ccb { struct 1505 struct dsb phys; 1513 struct launch start; 1521 struct launch restart; 1530 ncrcmd patch[8]; 1559 u_long p_ccb; /* BUS address of this CCB */ argument 1567 struct ccb * link_ccb; /* Host adapter CCB chain */ argument 1568 struct list_head link_ccbq; /* Link to unit CCB queue */ argument 1573 #define CCB_PHYS(cp,lbl) (cp->p_ccb + offsetof(struct ccb, lbl)) argument 1741 struct ccb *ccb; /* Global CCB */ member
|
/linux/drivers/misc/ |
H A D | hpilo.h | 81 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
|
H A D | hpilo.c | 131 static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_enqueue() 146 static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_dequeue() 175 static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb) in ilo_pkt_recv() 182 static inline void doorbell_set(struct ccb *ccb) in doorbell_set() 187 static inline void doorbell_clr(struct ccb *ccb) in doorbell_clr() 202 static void ctrl_setup(struct ccb *ccb, int nr_desc, int l2desc_sz) in ctrl_setup() 375 static inline int is_channel_reset(struct ccb *ccb) in is_channel_reset() 381 static inline void set_channel_reset(struct ccb *ccb) in set_channel_reset()
|
/linux/drivers/bcma/ |
H A 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/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 954 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 1486 mbox_ccb_t *ccb; in DEF_SCSI_QCMD() local 1936 mbox_ccb_t *ccb; in megaraid_mbox_prepare_pthru() local 1985 mbox_ccb_t *ccb; in megaraid_mbox_prepare_epthru() local 2180 mbox_ccb_t *ccb; in megaraid_mbox_dpc() local 3305 mbox_ccb_t *ccb; in megaraid_mbox_display_scb() local 3398 mbox_ccb_t *ccb; in megaraid_cmm_register() local 3558 mbox_ccb_t *ccb; in megaraid_mbox_mm_command() local
|
H A D | mega_common.h | 65 caddr_t ccb; member
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 74 bnad_cq_cleanup(struct bnad *bnad, struct bna_ccb *ccb) in bnad_cq_cleanup() 520 bnad_cq_setup_skb_frags(struct bna_ccb *ccb, struct sk_buff *skb, u32 nvecs) in bnad_cq_setup_skb_frags() 588 bnad_cq_process(struct bnad *bnad, struct bna_ccb *ccb, int budget) in bnad_cq_process() 741 bnad_netif_rx_schedule_poll(struct bnad *bnad, struct bna_ccb *ccb) in bnad_netif_rx_schedule_poll() 756 struct bna_ccb *ccb = (struct bna_ccb *)data; in bnad_msix_rx() local 1020 bnad_cb_ccb_setup(struct bnad *bnad, struct bna_ccb *ccb) in bnad_cb_ccb_setup() 1030 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
|
H A D | bna_types.h | 563 struct bna_ccb *ccb; member 645 struct bna_ccb *ccb; member
|
H A D | bna_tx_rx.c | 2695 bna_rx_dim_update(struct bna_ccb *ccb) in bna_rx_dim_update()
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_ccb.h | 43 void *ccb; member
|
/linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | crb.h | 128 struct coprocessor_completion_block ccb; member
|
H A D | nxu.h | 312 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/ |
H A D | icswx.h | 149 struct coprocessor_completion_block ccb; member
|
/linux/drivers/sbus/char/ |
H A D | oradax.c | 757 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 7284 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()
|
H A D | aic79xx_core.c | 10180 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()
|