Searched refs:eqc_entry (Results 1 – 2 of 2) sorted by relevance
838 tavor_hw_eqc_t eqc_entry; in tavor_eq_alloc() local956 bzero(&eqc_entry, sizeof (tavor_hw_eqc_t)); in tavor_eq_alloc()957 eqc_entry.owner = TAVOR_HW_OWNER; in tavor_eq_alloc()958 eqc_entry.xlat = TAVOR_VA2PA_XLAT_ENABLED; in tavor_eq_alloc()959 eqc_entry.state = TAVOR_EQ_FIRED; in tavor_eq_alloc()960 eqc_entry.start_addr_h = (addr >> 32); in tavor_eq_alloc()961 eqc_entry.start_addr_l = (addr & 0xFFFFFFFF); in tavor_eq_alloc()962 eqc_entry.log_eq_sz = log_eq_size; in tavor_eq_alloc()963 eqc_entry.usr_page = 0; in tavor_eq_alloc()964 eqc_entry.pd = pd->pd_pdnum; in tavor_eq_alloc()[all …]
729 hermon_hw_eqc_t eqc_entry; in hermon_eq_alloc() local823 bzero(&eqc_entry, sizeof (hermon_hw_eqc_t)); in hermon_eq_alloc()824 eqc_entry.state = HERMON_EQ_ARMED; in hermon_eq_alloc()825 eqc_entry.log_eq_sz = log_eq_size; in hermon_eq_alloc()826 eqc_entry.intr = intr; in hermon_eq_alloc()827 eqc_entry.log2_pgsz = mr->mr_log2_pgsz; in hermon_eq_alloc()828 eqc_entry.pg_offs = eq->eq_eqinfo.qa_pgoffs >> 5; in hermon_eq_alloc()829 eqc_entry.mtt_base_addrh = (uint32_t)((mr->mr_mttaddr >> 32) & 0xFF); in hermon_eq_alloc()830 eqc_entry.mtt_base_addrl = mr->mr_mttaddr >> 3; in hermon_eq_alloc()831 eqc_entry.cons_indx = 0x0; in hermon_eq_alloc()[all …]