Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c147 mdb_printf(" pkt_head : 0x%p\n", pinfo.port_pkt_head); in fcp()
487 wsp->walk_addr = (uintptr_t)(port.port_pkt_head); in pkt_walk_i()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h297 struct fcp_pkt *port_pkt_head; member
1332 fcp_port::port_pkt_head fcp_port::port_pkt_tail
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8655 ASSERT(pptr->port_pkt_head != cmd); in fcp_scan_commands()
8658 ASSERT(cmd == pptr->port_pkt_head); in fcp_scan_commands()
8659 pptr->port_pkt_head = cmd->cmd_next; in fcp_scan_commands()
13569 if (cmd == pptr->port_pkt_head) { in fcp_watch()
13595 save_head = pptr->port_pkt_head; in fcp_watch()
13893 ASSERT(pptr->port_pkt_head != cmd); in fcp_abort_all()
13896 ASSERT(cmd == pptr->port_pkt_head); in fcp_abort_all()
13897 pptr->port_pkt_head = ncmd; in fcp_abort_all()
14027 if (pptr->port_pkt_head) { in fcp_abort_all()
14036 pptr->port_pkt_head = in fcp_abort_all()
[all …]