Searched refs:shared_data (Results 1 – 8 of 8) sorted by relevance
/drivers/block/ |
D | xen-blkfront.c | 644 void *shared_data; in blkif_setup_rw_req_grant() local 646 shared_data = kmap_atomic(gnt_list_entry->page); in blkif_setup_rw_req_grant() 656 memcpy(shared_data + offset, in blkif_setup_rw_req_grant() 660 kunmap_atomic(shared_data); in blkif_setup_rw_req_grant() 1332 char *shared_data; in blkif_copy_from_grant() local 1336 shared_data = kmap_atomic(s->grants_used[info->grant_idx]->page); in blkif_copy_from_grant() 1339 shared_data + offset, len); in blkif_copy_from_grant() 1344 kunmap_atomic(shared_data); in blkif_copy_from_grant()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 416 } shared_data; member
|
D | aic79xx.h | 449 } shared_data; member
|
D | aic7xxx_core.c | 588 q_hscb->shared_data.cdb_ptr = in ahc_swap_with_next_hscb() 1042 ahc_set_scsi_status(scb, hscb->shared_data.status.scsi_status); in ahc_handle_seqint() 1043 switch (hscb->shared_data.status.scsi_status) { in ahc_handle_seqint() 1074 sc = (struct scsi_sense *)(&hscb->shared_data.cdb); in ahc_handle_seqint() 2090 for (i = 0; i < sizeof(hscb->shared_data.cdb); i++) 2091 printk("%#02x", hscb->shared_data.cdb[i]); 6623 spkt = &hscb->shared_data.status; in ahc_calc_residual()
|
D | aic79xx_core.c | 446 scb->hscb->shared_data.idata.cdb_plus_saddr.sense_addr = in ahd_setup_scb_common() 3578 for (i = 0; i < sizeof(hscb->shared_data.idata.cdb); i++) 3579 printk("%#02x", hscb->shared_data.idata.cdb[i]); 7341 shared_data.idata.cdb)); in ahd_chip_init() 8865 ahd_set_scsi_status(scb, hscb->shared_data.istatus.scsi_status); in ahd_handle_scsi_status() 8866 switch (hscb->shared_data.istatus.scsi_status) { in ahd_handle_scsi_status() 8960 sc = (struct scsi_sense *)hscb->shared_data.idata.cdb; in ahd_handle_scsi_status() 9032 if (scb->hscb->shared_data.istatus.scsi_status != 0) { in ahd_handle_scb_status() 9085 spkt = &hscb->shared_data.istatus; in ahd_calc_residual()
|
D | aic7xxx_osm.c | 1491 memcpy(hscb->shared_data.cdb, cmd->cmnd, hscb->cdb_len); in ahc_linux_run_command()
|
D | aic79xx_osm.c | 1607 memcpy(hscb->shared_data.idata.cdb, cmd->cmnd, hscb->cdb_len); in ahd_linux_run_command()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945.c | 2201 struct il3945_shared *shared_data = il->_3945.shared_virt; in il3945_hw_tx_queue_init() local 2203 shared_data->tx_base_ptr[txq_id] = cpu_to_le32((u32) txq->q.dma_addr); in il3945_hw_tx_queue_init()
|