Searched refs:io_info (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_fp.c | 57 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, in mr_spanset_get_phy_params() argument 926 u_int64_t *pdBlock = &io_info->pdBlock; in mr_spanset_get_phy_params() 927 u_int16_t *pDevHandle = &io_info->devHandle; in mr_spanset_get_phy_params() 928 u_int8_t *pPdInterface = &io_info->pdInterface; in mr_spanset_get_phy_params() [all …]
|
H A D | mrsas_cam.c | 88 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) in mrsas_stream_detect() argument 835 u_int32_t device_id = io_info->ldTgtId; in mrsas_stream_detect() 854 io_info->ldStartBlock >= current_SD->nextSeqLBA && in mrsas_stream_detect() 855 (io_info->ldStartBlock <= (current_SD->nextSeqLBA+32)) && in mrsas_stream_detect() 856 (current_SD->isRead == io_info->isRead)) { in mrsas_stream_detect() 857 if (io_info->ldStartBlock != current_SD->nextSeqLBA && in mrsas_stream_detect() 858 (!io_info->isRead || !isReadAhead)) { in mrsas_stream_detect() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evmap.c | 679 struct evmap_io *io_info, void *arg) argument 681 return delete_all_in_dlist(&io_info->events); 953 struct evmap_io *io_info, void *arg) argument 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) argument 1027 LIST_FOREACH(ev, &io_info->events, ev_io_next) {
|
/freebsd/contrib/libevent/ |
H A D | evmap.c | 679 struct evmap_io *io_info, void *arg) argument 681 return delete_all_in_dlist(&io_info->events); 953 struct evmap_io *io_info, void *arg) argument 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) argument 1027 LIST_FOREACH(ev, &io_info->events, ev_io_next) {
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_tbolt.c | 840 struct IO_REQUEST_INFO io_info; in mfi_tbolt_build_ldio() local 852 memset(&io_info, 0, sizeof(struct IO_REQUEST_INFO)); in mfi_tbolt_build_ldio() 853 io_info.ldStartBlock = ((uint64_t)start_lba_hi << 32) | start_lba_lo; in mfi_tbolt_build_ldio() 854 io_info.numBlocks = mfi_cmd->cm_frame->io.header.data_len; in mfi_tbolt_build_ldio() 855 io_info.ldTgtId = device_id; in mfi_tbolt_build_ldio() 858 io_info.isRead = 1; in mfi_tbolt_build_ldio() 867 if ((io_request->IoFlags == 6) && (io_info.numBlocks == 0)) in mfi_tbolt_build_ldio()
|