Home
last modified time | relevance | path

Searched refs:offset_first (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c1276 l->row.offset_first = (uint32_t)(l->block.first - in pqisrc_calc_disk_params()
1280 l->col.first = l->row.offset_first / l->strip_sz; in pqisrc_calc_disk_params()
1422 l->row.offset_first = l->r5or6.row.offset_first = in pqisrc_is_r5or6_single_column()
1429 l->col.first = l->r5or6.row.offset_first / l->strip_sz; in pqisrc_is_r5or6_single_column()
1471 + ((uint64_t)(l->row.offset_first) - (uint64_t)(l->col.first) * l->strip_sz); in pqisrc_calc_aio_block()
1599 DBG_INFO("%-25s: 0x%x\n", "row.offset_first", l->row.offset_first); in pqisrc_aio_show_locator_info()
1612 l->r5or6.row.offset_first); in pqisrc_aio_show_locator_info()
H A Dsmartpqi_structures.h1014 uint32_t offset_first; /* offset in first row */ member