Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c63 tavor_hw_srqc_t srqc_entry; in tavor_srq_alloc()
332 bzero(&srqc_entry, sizeof (tavor_hw_srqc_t)); in tavor_srq_alloc()
354 sizeof (tavor_hw_srqc_t), srq->srq_srqnum, in tavor_srq_alloc()
456 tavor_hw_srqc_t srqc_entry; in tavor_srq_free()
535 sizeof (tavor_hw_srqc_t), srqnum, sleepflag); in tavor_srq_free()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_typedef.h65 typedef struct tavor_hw_srqc_s tavor_hw_srqc_t; typedef