Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c524 static void fcp_process_elem(struct fcp_hp_elem *elem, int result);
555 static struct fcp_hp_elem *fcp_pass_to_hp(struct fcp_port *pptr,
12362 fcp_process_elem(struct fcp_hp_elem *elem, int result) in fcp_process_elem()
12375 kmem_free(elem, sizeof (struct fcp_hp_elem)); in fcp_process_elem()
12386 struct fcp_hp_elem *elem = (struct fcp_hp_elem *)arg; in fcp_hp_task()
14391 struct fcp_hp_elem *elem; in fcp_pass_to_hp_and_wait()
14414 kmem_free(elem, sizeof (struct fcp_hp_elem)); in fcp_pass_to_hp_and_wait()
14433 static struct fcp_hp_elem *
14437 struct fcp_hp_elem *elem; in fcp_pass_to_hp()
14446 if ((elem = kmem_zalloc(sizeof (struct fcp_hp_elem), KM_NOSLEEP)) in fcp_pass_to_hp()