Home
last modified time | relevance | path

Searched refs:ipkt_next (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c449 (uintptr_t)(((struct fcp_ipkt *)wsp->walk_data)->ipkt_next); in ipkt_walk_s()
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h673 struct fcp_ipkt *ipkt_next; member
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5750 icmd->ipkt_next = icmd->ipkt_prev = NULL; in fcp_icmd_alloc()
9529 icmd->ipkt_next = pptr->port_ipkt_list; in fcp_queue_ipkt()
9535 icmd->ipkt_next = NULL; in fcp_queue_ipkt()
13660 nicmd = icmd->ipkt_next; in fcp_watch()
13669 pptr->port_ipkt_list = icmd->ipkt_next; in fcp_watch()
13675 icmd->ipkt_prev->ipkt_next = icmd->ipkt_next; in fcp_watch()
13676 if (icmd->ipkt_next) { in fcp_watch()
13677 icmd->ipkt_next->ipkt_prev = in fcp_watch()
13681 icmd->ipkt_next = NULL; in fcp_watch()