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

/freebsd-12-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,
128 struct IO_REQUEST_INFO *io_info, RAID_CONTEXT * pRAID_Context,
135 PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info);
900 struct IO_REQUEST_INFO *io_info)
902 u_int32_t device_id = io_info->ldTgtId;
921 io_info->ldStartBlock >= current_SD->nextSeqLBA &&
922 (io_info->ldStartBlock <= (current_SD->nextSeqLBA+32)) &&
923 (current_SD->isRead == io_info->isRead)) {
924 if (io_info->ldStartBlock != current_SD->nextSeqLBA &&
925 (!io_info
899 mrsas_stream_detect(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, struct IO_REQUEST_INFO *io_info) argument
977 struct IO_REQUEST_INFO io_info; local
[all...]
/freebsd-12-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-12-stable/contrib/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-12-stable/sys/dev/mfi/
H A Dmfi_tbolt.c848 struct IO_REQUEST_INFO io_info; local
860 memset(&io_info, 0, sizeof(struct IO_REQUEST_INFO));
861 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo;
862 io_info.numBlocks = mfi_cmd->cm_frame->io.header.data_len;
863 io_info.ldTgtId = device_id;
866 io_info.isRead = 1;
875 if ((io_request->IoFlags == 6) && (io_info.numBlocks == 0))

Completed in 118 milliseconds