Home
last modified time | relevance | path

Searched refs:eqc_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c838 tavor_hw_eqc_t eqc_entry; in tavor_eq_alloc() local
956 bzero(&eqc_entry, sizeof (tavor_hw_eqc_t)); in tavor_eq_alloc()
957 eqc_entry.owner = TAVOR_HW_OWNER; 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()
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()
965 eqc_entry.intr = intr; in tavor_eq_alloc()
966 eqc_entry.lkey = lkey; in tavor_eq_alloc()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c729 hermon_hw_eqc_t eqc_entry; in hermon_eq_alloc() local
823 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()
830 eqc_entry.mtt_base_addrl = mr->mr_mttaddr >> 3; in hermon_eq_alloc()
831 eqc_entry.cons_indx = 0x0; in hermon_eq_alloc()
832 eqc_entry.prod_indx = 0x0; in hermon_eq_alloc()
[all …]