Searched refs:eq_eqinfo (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_event.c | 891 eq->eq_eqinfo.qa_size = (1 << log_eq_size) * sizeof (tavor_hw_eqe_t); in tavor_eq_alloc() 892 eq->eq_eqinfo.qa_alloc_align = sizeof (tavor_hw_eqe_t); in tavor_eq_alloc() 893 eq->eq_eqinfo.qa_bind_align = sizeof (tavor_hw_eqe_t); in tavor_eq_alloc() 894 eq->eq_eqinfo.qa_location = TAVOR_QUEUE_LOCATION_NORMAL; in tavor_eq_alloc() 895 status = tavor_queue_alloc(state, &eq->eq_eqinfo, TAVOR_SLEEP); in tavor_eq_alloc() 899 buf = (tavor_hw_eqe_t *)eq->eq_eqinfo.qa_buf_aligned; in tavor_eq_alloc() 921 mr_attr.mr_len = eq->eq_eqinfo.qa_size; in tavor_eq_alloc() 929 op.mro_bind_dmahdl = eq->eq_eqinfo.qa_dmahdl; in tavor_eq_alloc() 940 eq->eq_sync = TAVOR_EQ_IS_SYNC_REQ(state, eq->eq_eqinfo); in tavor_eq_alloc() 945 eq->eq_eqinfo.qa_size, DDI_DMA_SYNC_FORDEV); in tavor_eq_alloc() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_event.c | 774 eq->eq_eqinfo.qa_size = (1 << log_eq_size) * sizeof (hermon_hw_eqe_t); in hermon_eq_alloc() 775 eq->eq_eqinfo.qa_alloc_align = eq->eq_eqinfo.qa_bind_align = PAGESIZE; in hermon_eq_alloc() 777 eq->eq_eqinfo.qa_location = HERMON_QUEUE_LOCATION_NORMAL; in hermon_eq_alloc() 778 status = hermon_queue_alloc(state, &eq->eq_eqinfo, HERMON_SLEEP); in hermon_eq_alloc() 784 buf = (hermon_hw_eqe_t *)eq->eq_eqinfo.qa_buf_aligned; in hermon_eq_alloc() 801 mr_attr.mr_len = eq->eq_eqinfo.qa_size; in hermon_eq_alloc() 805 op.mro_bind_dmahdl = eq->eq_eqinfo.qa_dmahdl; in hermon_eq_alloc() 828 eqc_entry.pg_offs = eq->eq_eqinfo.qa_pgoffs >> 5; in hermon_eq_alloc() 881 hermon_queue_free(&eq->eq_eqinfo); in hermon_eq_alloc() 948 hermon_queue_free(&eq->eq_eqinfo); in hermon_eq_free()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 1243 ((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.qa_acchdl, \ [all …]
|
H A D | tavor_event.h | 242 struct tavor_qalloc_info_s eq_eqinfo; member
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_event.h | 289 struct hermon_qalloc_info_s eq_eqinfo; member
|