Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1150 struct fcp_hp_elem { struct
1368 fcp_hp_elem::lun fcp_hp_elem::flags fcp_hp_elem::cip
1369 fcp_hp_elem::what fcp_hp_elem::tgt_cnt fcp_hp_elem::tgt_cnt
1370 fcp_hp_elem::link_cnt fcp_reset_elem fcp_pkt fcp_ipkt
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c528 static void fcp_process_elem(struct fcp_hp_elem *elem, int result);
559 static struct fcp_hp_elem *fcp_pass_to_hp(struct fcp_port *pptr,
12351 fcp_process_elem(struct fcp_hp_elem *elem, int result) in fcp_process_elem()
12364 kmem_free(elem, sizeof (struct fcp_hp_elem)); in fcp_process_elem()
12375 struct fcp_hp_elem *elem = (struct fcp_hp_elem *)arg; in fcp_hp_task()
14378 struct fcp_hp_elem *elem; in fcp_pass_to_hp_and_wait()
14401 kmem_free(elem, sizeof (struct fcp_hp_elem)); in fcp_pass_to_hp_and_wait()
14420 static struct fcp_hp_elem *
14424 struct fcp_hp_elem *elem; in fcp_pass_to_hp()
14433 if ((elem = kmem_zalloc(sizeof (struct fcp_hp_elem), KM_NOSLEEP)) in fcp_pass_to_hp()