Searched refs:eq_eqinfo (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c774 eq->eq_eqinfo.qa_size = (1 << log_eq_size) * sizeof (hermon_hw_eqe_t);
775 eq->eq_eqinfo.qa_alloc_align = eq->eq_eqinfo.qa_bind_align = PAGESIZE;
777 eq->eq_eqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL;
778 status = hermon_queue_alloc(state, &eq->eq_eqinfo, HERMON_SLEEP);
784 buf = (hermon_hw_eqe_t *)eq->eq_eqinfo.qa_buf_aligned;
801 mr_attr.mr_len = eq->eq_eqinfo.qa_size;
805 op.mro_bind_dmahdl = eq->eq_eqinfo.qa_dmahdl;
828 eqc_entry.pg_offs = eq->eq_eqinfo.qa_pgoffs >> 5;
881 hermon_queue_free(&eq->eq_eqinfo);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c967 eq->eq_eqinfo.qa_size = (1 << log_eq_size) * sizeof (tavor_hw_eqe_t);
968 eq->eq_eqinfo.qa_alloc_align = sizeof (tavor_hw_eqe_t);
969 eq->eq_eqinfo.qa_bind_align = sizeof (tavor_hw_eqe_t);
970 eq->eq_eqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL;
971 status = tavor_queue_alloc(state, &eq->eq_eqinfo, TAVOR_SLEEP);
977 buf = (tavor_hw_eqe_t *)eq->eq_eqinfo.qa_buf_aligned;
999 mr_attr.mr_len = eq->eq_eqinfo.qa_size;
1007 op.mro_bind_dmahdl = eq->eq_eqinfo.qa_dmahdl;
1020 eq->eq_sync = TAVOR_EQ_IS_SYNC_REQ(state, eq->eq_eqinfo);
1025 eq->eq_eqinfo
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_event.h242 struct tavor_qalloc_info_s eq_eqinfo; member in struct:tavor_sw_eq_s
H A Dtavor_hw.h1243 ((ddi_get32((eq)->eq_eqinfo.qa_acchdl, \
1247 ((ddi_get32((eq)->eq_eqinfo.qa_acchdl, \
1251 ((ddi_get32((eq)->eq_eqinfo.qa_acchdl, \
1255 ((ddi_get32((eq)->eq_eqinfo.qa_acchdl, \
1259 ((ddi_get32((eq)->eq_eqinfo.qa_acchdl, \
1263 ((ddi_get32((eq)->eq_eqinfo.qa_acchdl, \
1267 ((ddi_get32((eq)->eq_eqinfo.qa_acchdl, \
1271 (ddi_get32((eq)->eq_eqinfo.qa_acchdl, &((uint32_t *)(eqe))[4]))
1273 (ddi_get32((eq)->eq_eqinfo.qa_acchdl, &((uint32_t *)(eqe))[5]))
1275 ((ddi_get32((eq)->eq_eqinfo
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_event.h289 struct hermon_qalloc_info_s eq_eqinfo; member in struct:hermon_sw_eq_s

Completed in 120 milliseconds