Lines Matching refs:ncmd
8629 struct fcp_pkt *ncmd = NULL; /* next pkt ptr */ in fcp_scan_commands() local
8638 for (cmd = pptr->port_pkt_head; cmd != NULL; cmd = ncmd) { in fcp_scan_commands()
8642 ncmd = cmd->cmd_next; /* set next command */ in fcp_scan_commands()
8696 struct fcp_pkt *ncmd = NULL; /* next pkt ptr */ in fcp_abort_commands() local
8701 for (cmd = head; cmd != NULL; cmd = ncmd) { in fcp_abort_commands()
8704 ncmd = cmd->cmd_next; in fcp_abort_commands()
13488 struct fcp_pkt *ncmd; in fcp_watch() local
13546 cmd != NULL; cmd = ncmd) { in fcp_watch()
13547 ncmd = cmd->cmd_next; in fcp_watch()
13876 struct fcp_pkt *pcmd = NULL, *ncmd = NULL, in fcp_abort_all() local
13881 for (cmd = pptr->port_pkt_head; cmd != NULL; cmd = ncmd) { in fcp_abort_all()
13885 ncmd = cmd->cmd_next; in fcp_abort_all()
13894 pcmd->cmd_next = ncmd; in fcp_abort_all()
13897 pptr->port_pkt_head = ncmd; in fcp_abort_all()
13918 for (cmd = head; cmd != NULL; cmd = ncmd) { in fcp_abort_all()
13921 ncmd = cmd->cmd_next; in fcp_abort_all()