Searched refs:instr_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_config.h105 #define LIO_GET_IQ_INSTR_TYPE_CFG(cfg) ((cfg)->iq.instr_type)
168 uint64_t instr_type:32; member in struct:lio_iq_config
191 uint64_t instr_type:32;
H A Dlio_request_manager.c76 q_size = (uint32_t)conf->instr_type * num_descs;
155 oct->io_qmask.iq64B |= ((conf->instr_type == 64) << iq_no);
156 iq->iqcmd_64B = (conf->instr_type == 64);
H A Dlio_device.c55 .instr_type = LIO_64BYTE_INSTR,

Completed in 178 milliseconds