Symbol: eib_vnic_req_t
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
489
eib_vnic_req_t *vrq;
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
382
eib_vnic_req_t *vrq;
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
383
eib_vnic_req_t *elem;
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
384
eib_vnic_req_t *nxt;
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
427
kmem_free(elem, sizeof (eib_vnic_req_t));
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
431
kmem_free(elem, sizeof (eib_vnic_req_t));
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
515
kmem_free(vrq, sizeof (eib_vnic_req_t));
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
862
eib_vnic_req_t *vrq;
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
864
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
930
eib_vnic_req_t *vrq;
usr/src/uts/common/io/ib/clients/eoib/eib_svc.c
932
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1010
kmem_free(elem, sizeof (eib_vnic_req_t));
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
823
eib_vnic_req_t *vrq;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
830
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
845
eib_vnic_enqueue_req(eib_t *ss, eib_vnic_req_t *vrq)
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
847
eib_vnic_req_t *elem = NULL;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
869
kmem_free(vrq, sizeof (eib_vnic_req_t));
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
898
kmem_free(vrq, sizeof (eib_vnic_req_t));
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
934
kmem_free(vrq, sizeof (eib_vnic_req_t));
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
973
eib_vnic_req_t *vrq;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
974
eib_vnic_req_t *elem;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
975
eib_vnic_req_t *prev;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
977
vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP);
usr/src/uts/common/sys/ib/clients/eoib/eib_impl.h
941
extern void eib_vnic_enqueue_req(eib_t *, eib_vnic_req_t *);