Searched refs:instr_type (Results 1 – 7 of 7) sorted by relevance
20 .instr_type = OCTEON_64BYTE_INSTR,
70 #define LIO_IQ_INSTR_TYPE(cfg) ((cfg)->default_config->iq.instr_type)
87 q_size = conf->iq.instr_type * conf->num_iqdef_descs; in sdp_init_instr_queue()143 if (conf->iq.instr_type == 64) in sdp_init_instr_queue()146 iq->iqcmd_64B = (conf->iq.instr_type == 64); in sdp_init_instr_queue()
148 uint16_t instr_type; member
37 .instr_type = SDP_VF_64BYTE_INSTR,
686 uint32_t instr_type; in lio_init_instr_queue() local689 instr_type = LIO_IQ_INSTR_TYPE(lio_dev); in lio_init_instr_queue()691 q_size = instr_type * num_descs; in lio_init_instr_queue()745 lio_dev->io_qmask.iq64B |= ((instr_type == 64) << iq_no); in lio_init_instr_queue()746 iq->iqcmd_64B = (instr_type == 64); in lio_init_instr_queue()
479 uint32_t instr_type; member