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

/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c60 PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info);
63 struct IO_REQUEST_INFO *io_info,
67 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
75 PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info);
86 u_int8_t cdb_len, struct IO_REQUEST_INFO *io_info, union ccb *ccb,
116 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
926 u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
934 u_int64_t *pdBlock = &io_info->pdBlock;
935 u_int16_t *pDevHandle = &io_info->devHandle;
936 u_int8_t *pPdInterface = &io_info
925 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_DRV_RAID_MAP_ALL * map) argument
1005 MR_BuildRaidContext(struct mrsas_softc *sc, struct IO_REQUEST_INFO *io_info, RAID_CONTEXT * pRAID_Context, MR_DRV_RAID_MAP_ALL * map) argument
1367 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_DRV_RAID_MAP_ALL * local_map_ptr, u_int32_t ref_tag, u_int32_t ld_block_size) argument
1551 mrsas_get_best_arm_pd(struct mrsas_softc *sc, PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info) argument
1624 mrsas_get_updated_dev_handle(struct mrsas_softc *sc, PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info) argument
1655 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_DRV_RAID_MAP_ALL * map) argument
[all...]
H A Dmrsas_cam.c90 u_int8_t cdb_len, struct IO_REQUEST_INFO *io_info, union ccb *ccb,
129 struct IO_REQUEST_INFO *io_info, RAID_CONTEXT * pRAID_Context,
136 PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info);
901 struct IO_REQUEST_INFO *io_info)
903 u_int32_t device_id = io_info->ldTgtId;
922 io_info->ldStartBlock >= current_SD->nextSeqLBA &&
923 (io_info->ldStartBlock <= (current_SD->nextSeqLBA+32)) &&
924 (current_SD->isRead == io_info->isRead)) {
925 if (io_info->ldStartBlock != current_SD->nextSeqLBA &&
926 (!io_info
900 mrsas_stream_detect(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, struct IO_REQUEST_INFO *io_info) argument
978 struct IO_REQUEST_INFO io_info; local
[all...]
/freebsd-11-stable/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-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.c846 struct IO_REQUEST_INFO io_info; local
858 memset(&io_info, 0, sizeof(struct IO_REQUEST_INFO));
859 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo;
860 io_info.numBlocks = mfi_cmd->cm_frame->io.header.data_len;
861 io_info.ldTgtId = device_id;
864 io_info.isRead = 1;
873 if ((io_request->IoFlags == 6) && (io_info.numBlocks == 0))

Completed in 92 milliseconds