Home
last modified time | relevance | path

Searched refs:elem_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.h219 enum ecore_cxt_elem_type elem_type,
233 enum ecore_cxt_elem_type elem_type,
H A Decore_cxt.c2352 enum ecore_cxt_elem_type elem_type, in ecore_cxt_dynamic_ilt_alloc() argument
2364 switch (elem_type) { in ecore_cxt_dynamic_ilt_alloc()
2382 "ECORE_INVALID elem type = %d", elem_type); in ecore_cxt_dynamic_ilt_alloc()
2426 if (elem_type == ECORE_ELEM_TASK) { in ecore_cxt_dynamic_ilt_alloc()
2459 if (elem_type == ECORE_ELEM_CXT) { in ecore_cxt_dynamic_ilt_alloc()
2495 enum ecore_cxt_elem_type elem_type, in ecore_cxt_free_ilt_range() argument
2507 switch (elem_type) { in ecore_cxt_free_ilt_range()
2525 "ECORE_INVALID elem type = %d", elem_type); in ecore_cxt_free_ilt_range()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsesio.h45 elem_type : 8; /* Element Type */ member
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c274 all_objp->obj_id, all_objp->elem_type); in l_bp_bypass_enable()
275 if (all_objp->elem_type == ELM_TYP_BP) { in l_bp_bypass_enable()
367 obj.obj_id, all_objp->elem_type); in l_bp_bypass_enable()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c54 LLVMTypeRef elem_type; in sym_array_type() local
61 elem_type = symbol_type(base_type); in sym_array_type()
62 if (!elem_type) in sym_array_type()
65 return LLVMArrayType(elem_type, sym->bit_size / base_type->bit_size); in sym_array_type()
H A Dsymbol.c372 struct symbol *elem_type = arr_ori->ctype.base_type; in implicit_array_size() local
374 unsigned int bit_size = array_element_offset(elem_type->bit_size, count); in implicit_array_size()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c740 k.elem_type = ssc->ses_objmap[i].enctype; in ses_ioctl()