Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_request.c481 check_for_scsi_opcode(uint8_t *cdb, boolean_t *is_write, uint64_t *fst_blk, in check_for_scsi_opcode() argument
489 *fst_blk = (uint64_t)(((cdb[1] & 0x1F) << 16) | in check_for_scsi_opcode()
498 *fst_blk = (uint64_t)GET_BE32(&cdb[2]); in check_for_scsi_opcode()
504 *fst_blk = (uint64_t)GET_BE32(&cdb[2]); in check_for_scsi_opcode()
510 *fst_blk = GET_BE64(&cdb[2]); in check_for_scsi_opcode()
577 uint64_t fst_blk, lst_blk; in pqisrc_send_scsi_cmd_raidbypass() local
606 &fst_blk, &blk_cnt) == PQI_STATUS_FAILURE) in pqisrc_send_scsi_cmd_raidbypass()
615 lst_blk = fst_blk + blk_cnt - 1; in pqisrc_send_scsi_cmd_raidbypass()
620 lst_blk < fst_blk) in pqisrc_send_scsi_cmd_raidbypass()
633 fst_row = fst_blk / blks_per_row; in pqisrc_send_scsi_cmd_raidbypass()
[all …]