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

/freebsd-current/sys/dev/mrsas/
H A Dmrsas_fp.c57 PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info);
60 struct IO_REQUEST_INFO *io_info,
64 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
72 PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info);
83 u_int8_t cdb_len, struct IO_REQUEST_INFO *io_info, union ccb *ccb,
112 u_int64_t stripRow, u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
918 u_int16_t stripRef, struct IO_REQUEST_INFO *io_info,
926 u_int64_t *pdBlock = &io_info->pdBlock;
927 u_int16_t *pDevHandle = &io_info->devHandle;
928 u_int8_t *pPdInterface = &io_info
917 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
996 MR_BuildRaidContext(struct mrsas_softc *sc, struct IO_REQUEST_INFO *io_info, RAID_CONTEXT * pRAID_Context, MR_DRV_RAID_MAP_ALL * map) argument
1360 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
1544 mrsas_get_best_arm_pd(struct mrsas_softc *sc, PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info) argument
1617 mrsas_get_updated_dev_handle(struct mrsas_softc *sc, PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info) argument
1648 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.c88 u_int8_t cdb_len, struct IO_REQUEST_INFO *io_info, union ccb *ccb,
126 struct IO_REQUEST_INFO *io_info, RAID_CONTEXT * pRAID_Context,
133 PLD_LOAD_BALANCE_INFO lbInfo, struct IO_REQUEST_INFO *io_info);
833 struct IO_REQUEST_INFO *io_info)
835 u_int32_t device_id = io_info->ldTgtId;
854 io_info->ldStartBlock >= current_SD->nextSeqLBA &&
855 (io_info->ldStartBlock <= (current_SD->nextSeqLBA+32)) &&
856 (current_SD->isRead == io_info->isRead)) {
857 if (io_info->ldStartBlock != current_SD->nextSeqLBA &&
858 (!io_info
832 mrsas_stream_detect(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, struct IO_REQUEST_INFO *io_info) argument
909 struct IO_REQUEST_INFO io_info; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devmap.c679 struct evmap_io *io_info, void *arg)
681 return delete_all_in_dlist(&io_info->events);
953 struct evmap_io *io_info, void *arg)
960 EVUTIL_ASSERT_LIST_OK(&io_info->events, event, ev_io_next);
962 LIST_FOREACH(ev, &io_info->events, ev_io_next) {
975 EVUTIL_ASSERT(n_read == io_info->nread);
976 EVUTIL_ASSERT(n_write == io_info->nwrite);
977 EVUTIL_ASSERT(n_close == io_info->nclose);
1022 struct evmap_io *io_info, void *arg)
1027 LIST_FOREACH(ev, &io_info
678 evmap_io_delete_all_iter_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
952 evmap_io_check_integrity_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
1021 evmap_io_foreach_event_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
[all...]
/freebsd-current/contrib/libevent/
H A Devmap.c679 struct evmap_io *io_info, void *arg)
681 return delete_all_in_dlist(&io_info->events);
953 struct evmap_io *io_info, void *arg)
960 EVUTIL_ASSERT_LIST_OK(&io_info->events, event, ev_io_next);
962 LIST_FOREACH(ev, &io_info->events, ev_io_next) {
975 EVUTIL_ASSERT(n_read == io_info->nread);
976 EVUTIL_ASSERT(n_write == io_info->nwrite);
977 EVUTIL_ASSERT(n_close == io_info->nclose);
1022 struct evmap_io *io_info, void *arg)
1027 LIST_FOREACH(ev, &io_info
678 evmap_io_delete_all_iter_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
952 evmap_io_check_integrity_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
1021 evmap_io_foreach_event_fn(struct event_base *base, evutil_socket_t fd, struct evmap_io *io_info, void *arg) argument
[all...]
/freebsd-current/sys/dev/mfi/
H A Dmfi_tbolt.c840 struct IO_REQUEST_INFO io_info; local
852 memset(&io_info, 0, sizeof(struct IO_REQUEST_INFO));
853 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo;
854 io_info.numBlocks = mfi_cmd->cm_frame->io.header.data_len;
855 io_info.ldTgtId = device_id;
858 io_info.isRead = 1;
867 if ((io_request->IoFlags == 6) && (io_info.numBlocks == 0))

Completed in 268 milliseconds