Searched refs:io_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas_fp.c65 struct IO_REQUEST_INFO *io_info,
68 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
75 struct IO_REQUEST_INFO *io_info);
83 u_int8_t cdb_len, struct IO_REQUEST_INFO *io_info, union ccb *ccb,
105 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
632 u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
640 u_int64_t *pdBlock = &io_info->pdBlock;
641 u_int16_t *pDevHandle = &io_info->devHandle;
648 // Get row and span from io_info for Uneven Span IO.
649 row = io_info
631 mr_spanset_get_phy_params(struct mrsas_softc *sc, u_int32_t ld, u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info, RAID_CONTEXT *pRAID_Context, MR_FW_RAID_MAP_ALL *map) argument
697 MR_BuildRaidContext(struct mrsas_softc *sc, struct IO_REQUEST_INFO *io_info, RAID_CONTEXT *pRAID_Context, MR_FW_RAID_MAP_ALL *map) argument
1086 mrsas_set_pd_lba(MRSAS_RAID_SCSI_IO_REQUEST *io_request, u_int8_t cdb_len, struct IO_REQUEST_INFO *io_info, union ccb *ccb, MR_FW_RAID_MAP_ALL *local_map_ptr, u_int32_t ref_tag, u_int32_t ld_block_size) argument
1310 mrsas_get_updated_dev_handle(PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info) argument
1338 MR_GetPhyParams(struct mrsas_softc *sc, u_int32_t ld, u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info, RAID_CONTEXT *pRAID_Context, MR_FW_RAID_MAP_ALL *map) argument
[all...]
H A Dmrsas_cam.c79 struct IO_REQUEST_INFO *io_info, union ccb *ccb,
100 struct IO_REQUEST_INFO *io_info,RAID_CONTEXT *pRAID_Context,
105 struct IO_REQUEST_INFO *io_info);
703 struct IO_REQUEST_INFO io_info; local
765 memset(&io_info, 0, sizeof(struct IO_REQUEST_INFO));
766 io_info.ldStartBlock = ((u_int64_t)start_lba_hi << 32) | start_lba_lo;
767 io_info.numBlocks = datalength;
768 io_info.ldTgtId = device_id;
772 io_info.isRead = 1;
775 io_info
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devmap.c668 struct evmap_io *io_info, void *arg)
670 return delete_all_in_dlist(&io_info->events);
946 struct evmap_io *io_info, void *arg)
953 EVUTIL_ASSERT_LIST_OK(&io_info->events, event, ev_io_next);
955 LIST_FOREACH(ev, &io_info->events, ev_io_next) {
968 EVUTIL_ASSERT(n_read == io_info->nread);
969 EVUTIL_ASSERT(n_write == io_info->nwrite);
970 EVUTIL_ASSERT(n_close == io_info->nclose);
1015 struct evmap_io *io_info, void *arg)
1020 LIST_FOREACH(ev, &io_info
667 evmap_io_delete_all_iter_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
945 evmap_io_check_integrity_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
1014 evmap_io_foreach_event_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
[all...]
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_tbolt.c847 struct IO_REQUEST_INFO io_info; local
859 memset(&io_info, 0, sizeof(struct IO_REQUEST_INFO));
860 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo;
861 io_info.numBlocks = mfi_cmd->cm_frame->io.header.data_len;
862 io_info.ldTgtId = device_id;
865 io_info.isRead = 1;
874 if ((io_request->IoFlags == 6) && (io_info.numBlocks == 0))

Completed in 103 milliseconds