Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_config.h58 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type)
84 u16 instr_type; member
H A Doctep_vf_cn9k.c147 conf->iq.instr_type = OCTEP_VF_64BYTE_INSTR; in octep_vf_init_config_cn93_vf()
H A Doctep_vf_cnxk.c149 conf->iq.instr_type = OCTEP_VF_64BYTE_INSTR; in octep_vf_init_config_cnxk_vf()
/linux/drivers/net/ethernet/cavium/liquidio/
H A 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;
H A 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,
H A 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()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_config.h62 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type)
99 u16 instr_type; member
H A Doctep_cn9k_pf.c233 conf->iq.instr_type = OCTEP_64BYTE_INSTR; in octep_init_config_cn93_pf()
H A Doctep_cnxk_pf.c252 conf->iq.instr_type = OCTEP_64BYTE_INSTR; in octep_init_config_cnxk_pf()