Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c572 kmem_zalloc(EIB_MAX_PAYLOAD_HDR_SZ, KM_SLEEP); in eib_rsrc_setup_txbufs()
1124 kmem_free(plhdr, EIB_MAX_PAYLOAD_HDR_SZ); in eib_rb_rsrc_setup_txbufs()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h57 #define EIB_MAX_PAYLOAD_HDR_SZ 160 macro