/openbsd/sys/dev/pci/ |
H A D | qle.c | 549 htolem16(&icb->icb_max_frame_len, 1024); in qle_attach() 550 htolem16(&icb->icb_exec_throttle, 16); in qle_attach() 583 htolem16(&icb->icb_link_down_nos, 200); in qle_attach() 1849 htolem16(&iocb->req_nport_handle, port_handle); in qle_ct_pass_through() 1850 htolem16(&iocb->req_dsd_count, 1); in qle_ct_pass_through() 1851 htolem16(&iocb->req_resp_dsd_count, 1); in qle_ct_pass_through() 1980 htolem16(&iocb->req_port_id_lo, port->portid); in qle_fabric_plogx() 1982 htolem16(&iocb->req_flags, flags); in qle_fabric_plogx() 2577 htolem16(&req->req_nport_handle, target); in qle_put_cmd() 2613 htolem16(&req->req_ctrl_flags, flags); in qle_put_cmd() [all …]
|
H A D | mpii.c | 1463 htolem16(&iiq.system_request_frame_size, sc->sc_request_size / 4); in mpii_iocinit() 1465 htolem16(&iiq.reply_descriptor_post_queue_depth, in mpii_iocinit() 1468 htolem16(&iiq.reply_free_queue_depth, sc->sc_reply_free_qdepth); in mpii_iocinit() 2119 htolem16(&stq->dev_handle, handle); in mpii_sas_remove_device() 2135 htolem16(&soq->dev_handle, handle); in mpii_sas_remove_device() 2622 htolem16(&ccb->ccb_smid, i); in mpii_alloc_ccbs() 2966 htolem16(&io->io_flags, xs->cmdlen); in mpii_scsi_cmd() 2967 htolem16(&io->dev_handle, ccb->ccb_dev_handle); in mpii_scsi_cmd() 3065 htolem16(&stq->dev_handle, ccb->ccb_dev_handle); in mpii_scsi_cmd_tmo_handler() 3304 htolem16(&req->vol_dev_handle, dev->dev_handle); in mpii_ioctl_cache()
|
H A D | if_ixl.c | 2689 htolem16(&txq.qlen, sc->sc_tx_ring_ndescs); in ixl_txr_config() 3201 htolem16(&rxq.qlen, sc->sc_rx_ring_ndescs); in ixl_rxr_config() 4061 htolem16(&iaq.iaq_datalen, IXL_DMA_LEN(idm)); in ixl_get_phy_abilities() 4395 htolem16(&iaq.iaq_flags, IXL_AQ_BUF | in ixl_get_vsi() 4398 htolem16(&iaq.iaq_datalen, IXL_DMA_LEN(vsi)); in ixl_get_vsi() 4455 htolem16(&iaq.iaq_flags, IXL_AQ_BUF | IXL_AQ_RD | in ixl_set_vsi() 4458 htolem16(&iaq.iaq_datalen, IXL_DMA_LEN(vsi)); in ixl_set_vsi()
|
H A D | if_msk.c | 639 htolem16(&r->sk_len, map->dm_segs[0].ds_len); in msk_newbuf() 1610 htolem16(&t->sk_len, map->dm_segs[i].ds_len); in msk_encap()
|
H A D | mfii.c | 2709 htolem16(&req->task_mid, smid); in mfii_abort()
|
/openbsd/sys/dev/ic/ |
H A D | nvme.c | 744 htolem16(&sqe->nlb, blocks - 1); in nvme_scsi_io_fill() 1330 htolem16(&sqe.qsize, q->q_entries - 1); in nvme_q_create() 1331 htolem16(&sqe.qid, q->q_id); in nvme_q_create() 1344 htolem16(&sqe.qsize, q->q_entries - 1); in nvme_q_create() 1345 htolem16(&sqe.qid, q->q_id); in nvme_q_create() 1346 htolem16(&sqe.cqid, q->q_id); in nvme_q_create() 1373 htolem16(&sqe.qid, q->q_id); in nvme_q_delete() 1384 htolem16(&sqe.qid, q->q_id); in nvme_q_delete() 1786 htolem16(&qsqe.qid, my->sc->sc_hib_q->q_id); in nvme_hibernate_io() 1797 htolem16(&qsqe.qid, my->sc->sc_hib_q->q_id); in nvme_hibernate_io() [all …]
|
H A D | ahci.c | 1053 htolem16(&cmd_slot->flags, 5 /* FIS length: 5 DWORDS */ | in ahci_port_softreset() 1066 htolem16(&cmd_slot->flags, 5 | AHCI_CMD_LIST_FLAG_W); in ahci_port_softreset() 1147 htolem16(&cmd_slot->flags, 5 /* FIS length: 5 DWORDS */ | in ahci_pmp_port_softreset() 1174 htolem16(&cmd_slot->flags, 5 /* FIS length: 5 DWORDS */ | in ahci_pmp_port_softreset() 1635 htolem16(&cmd_slot->flags, 5 /* FIS length: 5 DWORDS */ | in ahci_port_detect_pmp() 1672 htolem16(&cmd_slot->flags, 5 /* FIS length: 5 DWORDS */ | in ahci_port_detect_pmp() 1791 htolem16(&cmd_slot->prdtl, dmap->dm_nsegs); in ahci_load_prdt() 2591 htolem16(&cmd_slot->flags, 5 /* FIS length: 5 DWORDS */ | in ahci_port_read_ncq_error() 2841 htolem16(&cmd_slot->flags, flags); in ahci_ata_cmd() 3215 htolem16(&cmd_slot->prdtl, i); in ahci_hibernate_load_prdt() [all …]
|
H A D | qla.c | 607 htolem16(&icb->icb_req_queue_len, sc->sc_maxcmds); in qla_attach() 608 htolem16(&icb->icb_resp_queue_len, sc->sc_maxcmds); in qla_attach() 1210 htolem16(&header->resp_len, (QLA_DMA_LEN(mem) - reqsize) / 2); in qla_sns_req() 2217 htolem16(&req->req_seg_count, ccb->ccb_dmamap->dm_nsegs); in qla_put_cmd() 2243 htolem16(&req->req_flags, QLA_IOCB_CMD_SIMPLE_QUEUE | dir); in qla_put_cmd() 2250 htolem16(&req->req_time, MAX(1, xs->timeout/1000)); in qla_put_cmd()
|
/openbsd/sys/dev/pci/drm/include/asm/ |
H A D | byteorder.h | 35 htolem16(p, lemtoh16(p) + n); in le16_add_cpu()
|
/openbsd/sys/sys/ |
H A D | endian.h | 119 #define htolem16 __htolem16 macro
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | io.h | 144 htolem16(addr, val); in iowrite16()
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | bus_space.c | 250 htolem16((volatile uint16_t *)(h + o), v); in little_space_write_2()
|