Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/liquidio/
Docteon_config.h124 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type)
211 u64 instr_type:32; member
230 u64 instr_type:32;
Docteon_device.c45 .instr_type = OCTEON_64BYTE_INSTR,
154 .instr_type = OCTEON_64BYTE_INSTR,
320 .instr_type = OCTEON_64BYTE_INSTR,
423 .instr_type = OCTEON_64BYTE_INSTR,
Drequest_manager.c71 q_size = (u32)conf->instr_type * num_descs; in octeon_init_instr_queue()
129 oct->io_qmask.iq64B |= ((conf->instr_type == 64) << iq_no); in octeon_init_instr_queue()
130 iq->iqcmd_64B = (conf->instr_type == 64); in octeon_init_instr_queue()
/drivers/net/ethernet/marvell/octeon_ep/
Doctep_config.h55 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type)
93 u16 instr_type; member
Doctep_cn9k_pf.c230 conf->iq.instr_type = OCTEP_64BYTE_INSTR; in octep_init_config_cn93_pf()