Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h161 #define FC_STACK_DEPTH 14 macro
296 pc_t pd_w_stack[FC_STACK_DEPTH];
298 pc_t pd_d_stack[FC_STACK_DEPTH];
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3665 pd->pd_d_depth = getpcstack(pd->pd_d_stack, FC_STACK_DEPTH); in fctl_enlist_did_table()
3778 pd->pd_w_depth = getpcstack(pd->pd_w_stack, FC_STACK_DEPTH); in fctl_enlist_pwwn_table()